Class BTRoughPlanningActivityImport
java.lang.Object
overit.geocall.bl.BusinessTask<RoughPlanningActivityImportEvent>
overit.geocallapp.wfm.orchestrator.planning.bl.roughplanning.activity.result.task.BTRoughPlanningActivityImport
- All Implemented Interfaces:
Serializable,Tool
@Event(RoughPlanningActivityImportEvent.class)
public class BTRoughPlanningActivityImport
extends BusinessTask<RoughPlanningActivityImportEvent>
Business task for calculating a rough planning activity result
- Since:
- 19.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(RoughPlanningActivityImportEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTRoughPlanningActivityImport
public BTRoughPlanningActivityImport()
-
-
Method Details
-
body
protected void body(RoughPlanningActivityImportEvent 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<RoughPlanningActivityImportEvent>- 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
-