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