Class BTActivityOutcome
java.lang.Object
overit.geocall.bl.BusinessTask<AgendaOutcomeSaveEvent>
overit.geocallapp.wfm.project.bl.status.task.BTActivityOutcome
- All Implemented Interfaces:
Serializable,Tool
@Event(AgendaOutcomeSaveEvent.class)
public class BTActivityOutcome
extends BusinessTask<AgendaOutcomeSaveEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidalignActivityStatus(Long activityId, PoolKit pk) protected voidalignGenericDebriefings(Long activity, Long slotId, PoolKit pk) protected voidbody(AgendaOutcomeSaveEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected OperationPlanningloadFullPlanning(Long activityId, PoolKit pk) protected DBViewloadOperation(Long woOperationId, PoolKit pk) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTActivityOutcome
public BTActivityOutcome()
-
-
Method Details
-
body
protected void body(AgendaOutcomeSaveEvent 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<AgendaOutcomeSaveEvent>- 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
-
loadOperation
protected DBView loadOperation(Long woOperationId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
alignActivityStatus
protected void alignActivityStatus(Long activityId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
alignGenericDebriefings
protected void alignGenericDebriefings(Long activity, Long slotId, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
loadFullPlanning
protected OperationPlanning loadFullPlanning(Long activityId, PoolKit pk) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-