Class BTSchedulingLoad
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingLoadEvent>
overit.geocallapp.wfm.core.bl.schedule.intervention.scheduling.task.BTSchedulingLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(SchedulingLoadEvent.class)
public class BTSchedulingLoad
extends BusinessTask<SchedulingLoadEvent>
Business task in order to load a
BOScheduling.- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SchedulingLoadEvent event, PoolKit poolKit) Writes the loaded scheduling into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTSchedulingLoad
public BTSchedulingLoad()
-
-
Method Details
-
body
protected void body(SchedulingLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the loaded scheduling into the event journal.- Specified by:
bodyin classBusinessTask<SchedulingLoadEvent>- Parameters:
event- theSchedulingLoadEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-