Class BTAlignActivityToOperationPlanning
java.lang.Object
overit.geocall.bl.BusinessTask<AlignActivityToOperationPlanningEvent>
overit.geocallapp.wfm.project.bl.management.planning.task.BTAlignActivityToOperationPlanning
- All Implemented Interfaces:
Serializable,Tool
@Event(AlignActivityToOperationPlanningEvent.class)
public class BTAlignActivityToOperationPlanning
extends BusinessTask<AlignActivityToOperationPlanningEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidalignActivityDataToPlanning(OperationPlanning operationPlanning, PoolKit pk) protected voidbody(AlignActivityToOperationPlanningEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected OperationPlanningloadFullPlanning(Long activityId, PoolKit pk) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTAlignActivityToOperationPlanning
public BTAlignActivityToOperationPlanning()
-
-
Method Details
-
body
protected void body(AlignActivityToOperationPlanningEvent 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<AlignActivityToOperationPlanningEvent>- 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
-
alignActivityDataToPlanning
protected void alignActivityDataToPlanning(OperationPlanning operationPlanning, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
loadFullPlanning
protected OperationPlanning loadFullPlanning(Long activityId, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-