Class BTEvaluateOperationPlanPlanningSlots
java.lang.Object
overit.geocall.bl.BusinessTask<EvaluateOperationPlanPlanningSlotsEvent>
overit.geocallapp.wfm.project.bl.management.planning.task.slotevaluation.BTEvaluateOperationPlanPlanningSlots
- All Implemented Interfaces:
Serializable,Tool
@Event(EvaluateOperationPlanPlanningSlotsEvent.class)
public class BTEvaluateOperationPlanPlanningSlots
extends BusinessTask<EvaluateOperationPlanPlanningSlotsEvent>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(EvaluateOperationPlanPlanningSlotsEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected voidprotected voidprotected voidplan(OperationTimeRange operationTimeRange, OperationPlanning operationPlanning) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
planEvaluator
-
-
Constructor Details
-
BTEvaluateOperationPlanPlanningSlots
public BTEvaluateOperationPlanPlanningSlots()
-
-
Method Details
-
body
protected void body(EvaluateOperationPlanPlanningSlotsEvent event, PoolKit pk) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<EvaluateOperationPlanPlanningSlotsEvent>- Parameters:
event- the object upon which the task will works onpk- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
init
-
loadData
protected void loadData(EvaluateOperationPlanPlanningSlotsEvent event, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
plan
protected void plan(OperationTimeRange operationTimeRange, OperationPlanning operationPlanning) throws DAValidateException - Throws:
DAValidateException
-