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