Interface TerminalActionService
- All Known Implementing Classes:
TerminalActionServiceImpl
public interface TerminalActionService
Action service for timereport terminal.
-
Method Summary
-
Method Details
-
trackTime
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.
- Parameters:
idNumber
- Identification of the contract.- Returns:
- a text message to display to the user.
- Throws:
PersistException
InterruptedException
-