Class BTRemoveSlotCheckSlotOrigin
java.lang.Object
overit.geocall.bl.BusinessTask<RemoveSlotCheckEvent>
overit.geocallapp.wfm.project.bl.management.planning.task.BTRemoveSlotCheckSlotOrigin
- All Implemented Interfaces:
Serializable,Tool
@Event(RemoveSlotCheckEvent.class)
public class BTRemoveSlotCheckSlotOrigin
extends BusinessTask<RemoveSlotCheckEvent>
Check the origin of the selected slots. Only slots create on project module can be deleted
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(RemoveSlotCheckEvent 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
-
BTRemoveSlotCheckSlotOrigin
public BTRemoveSlotCheckSlotOrigin()
-
-
Method Details
-
body
Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<RemoveSlotCheckEvent>- 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
-