Class TerminalActionServiceImpl
java.lang.Object
ch.tocco.nice2.optional.timereport.impl.action.TerminalActionServiceImpl
- All Implemented Interfaces:
TerminalActionService
-
Constructor Summary
ConstructorDescriptionTerminalActionServiceImpl
(QueryBuilderFactory queryBuilderFactory, Context context, TimezoneResolverService timezoneResolverService, DefaultDisplayService defaultDisplayService, TextResources textResources, CommandExecutor commandExecutor, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService) -
Method Summary
-
Constructor Details
-
TerminalActionServiceImpl
public TerminalActionServiceImpl(QueryBuilderFactory queryBuilderFactory, Context context, TimezoneResolverService timezoneResolverService, DefaultDisplayService defaultDisplayService, TextResources textResources, CommandExecutor commandExecutor, SecurityManager securityManager, EntityDefaultValueService entityDefaultValueService)
-
-
Method Details
-
trackTime
Description copied from interface:TerminalActionService
Track the working time of the current day.If an open timereport record of the current day exists, it will be closed. Otherwise a new one is opened.
- Specified by:
trackTime
in interfaceTerminalActionService
- Parameters:
idNumber
- Identification of the contract.- Returns:
- a text message to display to the user.
-