Class BTCrewShellDaySchedulingValidationPreProcess
java.lang.Object
overit.geocall.bl.BusinessTask<DaySchedulingValidationPreProcessEvent>
overit.geocallapp.wfm.core.bl.crewshell.scheduling.task.BTCrewShellDaySchedulingValidationPreProcess
- All Implemented Interfaces:
Serializable,Tool
@Event(DaySchedulingValidationPreProcessEvent.class)
public class BTCrewShellDaySchedulingValidationPreProcess
extends BusinessTask<DaySchedulingValidationPreProcessEvent>
Business task in order to pre process the schedulings before validation
When the
When the
DaySchedulingValidationPreProcessEvent is launched the BT notices the call and
pre process the schedulings 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(DaySchedulingValidationPreProcessEvent event, PoolKit poolKit) Pre process theBOSchedulingbefore the validationMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTCrewShellDaySchedulingValidationPreProcess
public BTCrewShellDaySchedulingValidationPreProcess()
-
-
Method Details
-
body
protected void body(DaySchedulingValidationPreProcessEvent event, PoolKit poolKit) throws DAException, DAValidateException Pre process theBOSchedulingbefore the validation- Specified by:
bodyin classBusinessTask<DaySchedulingValidationPreProcessEvent>- Parameters:
event- theDaySchedulingValidationPreProcessEventpoolKit- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-