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