Class BTCrewShellSchedulingOptimizationProcessComplete
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingCompleteOptimizationProcessEvent>
overit.geocallapp.wfm.core.bl.crewshell.scheduling.task.BTCrewShellSchedulingOptimizationProcessComplete
- All Implemented Interfaces:
Serializable,Tool
@Event(SchedulingCompleteOptimizationProcessEvent.class)
public class BTCrewShellSchedulingOptimizationProcessComplete
extends BusinessTask<SchedulingCompleteOptimizationProcessEvent>
Business task in order to complete the scheduling optimization process for a crew shell
When the
When the
SchedulingCompleteOptimizationProcessEvent is launched the BT notices the call and
complete the optimization process basing on the event's input. Permission:
Error Code:
- Since:
- 16.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SchedulingCompleteOptimizationProcessEvent event, PoolKit poolKit) Complete the optimization processprotected voidtransferSchedulings(Long crewShell, Date day, PoolKit poolKit) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCrewShellSchedulingOptimizationProcessComplete
public BTCrewShellSchedulingOptimizationProcessComplete()
-
-
Method Details
-
body
protected void body(SchedulingCompleteOptimizationProcessEvent event, PoolKit poolKit) throws DAException, DAValidateException Complete the optimization process- Specified by:
bodyin classBusinessTask<SchedulingCompleteOptimizationProcessEvent>- Parameters:
event- theDaySchedulingValidationPreProcessEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-
transferSchedulings
protected void transferSchedulings(Long crewShell, Date day, PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-