Class BTSchedulingSlotCheck
java.lang.Object
overit.geocall.bl.BusinessTask<SchedulingSlotCheckEvent>
overit.geocallapp.wfm.project.bl.management.planning.task.BTSchedulingSlotCheck
- All Implemented Interfaces:
Serializable,Tool
@Event(SchedulingSlotCheckEvent.class)
public class BTSchedulingSlotCheck
extends BusinessTask<SchedulingSlotCheckEvent>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(SchedulingSlotCheckEvent event, PoolKit pk) Implements this method to write the specific task logic to handle the input parameter.protected voidMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
checkResults
-
-
Constructor Details
-
BTSchedulingSlotCheck
public BTSchedulingSlotCheck()
-
-
Method Details
-
body
protected void body(SchedulingSlotCheckEvent 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<SchedulingSlotCheckEvent>- 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
-
buildMessage
-