Class BTRemoveSlotCheckSlotStatus
java.lang.Object
overit.geocall.bl.BusinessTask<RemoveSlotCheckEvent>
overit.geocallapp.wfm.project.bl.management.planning.task.BTRemoveSlotCheckSlotStatus
- All Implemented Interfaces:
Serializable,Tool
@Event(RemoveSlotCheckEvent.class)
public class BTRemoveSlotCheckSlotStatus
extends BusinessTask<RemoveSlotCheckEvent>
Check if the intervention (and his related interventions) are closed
- 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.protected PooledConnectionprotected HashGetterloadAppointment(Long saasId, PooledConnection conn) protected List<HashGetter> loadSlotLinkedData(Long primaryAaageId, PooledConnection conn) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTRemoveSlotCheckSlotStatus
public BTRemoveSlotCheckSlotStatus()
-
-
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
-
getPooledConnection
- Throws:
DAException
-
loadSlotLinkedData
protected List<HashGetter> loadSlotLinkedData(Long primaryAaageId, PooledConnection conn) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
loadAppointment
protected HashGetter loadAppointment(Long saasId, PooledConnection conn) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-