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