Class BTTimesheetStateLoad
java.lang.Object
overit.geocall.bl.BusinessTask<TimesheetStateLoadEvent>
overit.geocallapp.wfm.core.bl.timesheet.header.state.task.BTTimesheetStateLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(TimesheetStateLoadEvent.class)
public class BTTimesheetStateLoad
extends BusinessTask<TimesheetStateLoadEvent>
Business task in order to load a
When the
BOTimesheetState. When the
TimesheetStateLoadEvent is launched
the BT notices the call and loads the BOTimesheetState basing on the event's input. Required fields:
- timesheet state id
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(TimesheetStateLoadEvent event, PoolKit poolKit) Writes the loaded timesheet state into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTTimesheetStateLoad
public BTTimesheetStateLoad()
-
-
Method Details
-
body
protected void body(TimesheetStateLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the loaded timesheet state into the event journal.- Specified by:
bodyin classBusinessTask<TimesheetStateLoadEvent>- Parameters:
event- theTimesheetStateLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-