Class BTPlannedActivityTooltipDataLoad
java.lang.Object
overit.geocall.bl.BusinessTask<PlannedActivityTooltipDataLoadEvent>
overit.geocallapp.wfm.project.bl.management.planning.task.BTPlannedActivityTooltipDataLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(PlannedActivityTooltipDataLoadEvent.class)
public class BTPlannedActivityTooltipDataLoad
extends BusinessTask<PlannedActivityTooltipDataLoadEvent>
Listen the planned activity tool-tip data load event registering
after the core listener. So Assume that the PlannedActivityTooltipData
will be already builded, and add the project module's extensions to it
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(PlannedActivityTooltipDataLoadEvent 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
-
Field Details
-
PLANNING_MODE
- See Also:
-
-
Constructor Details
-
BTPlannedActivityTooltipDataLoad
public BTPlannedActivityTooltipDataLoad()
-
-
Method Details
-
body
protected void body(PlannedActivityTooltipDataLoadEvent 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<PlannedActivityTooltipDataLoadEvent>- 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
-