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