Class BTCancellationRequestsLoad
java.lang.Object
overit.geocall.bl.BusinessTask<CancellationRequestsLoadEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask<CancellationRequestsLoadEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask<CancellationRequestsLoadEvent>
overit.geocallapp.wfm.cee.bl.task.BTCeeManagement<CancellationRequestsLoadEvent>
overit.geocallapp.wfm.cee.bl.intervention.task.BTCancellationRequestsLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(CancellationRequestsLoadEvent.class)
public class BTCancellationRequestsLoad
extends BTCeeManagement<CancellationRequestsLoadEvent>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(CancellationRequestsLoadEvent event, PoolKit poolKit) getAppointmentIds(List<Long> interventionsIds, PoolKit pk) Methods inherited from class overit.geocallapp.wfm.cee.bl.task.BTCeeManagement
checkValidExecution, isValidExecution, throwExceptionIfInvalidMethods inherited from class overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask
getExceptionMethods inherited from class overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask
body, getEventMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Field Details
-
helper
-
-
Constructor Details
-
BTCancellationRequestsLoad
public BTCancellationRequestsLoad()
-
-
Method Details
-
execute
protected void execute(CancellationRequestsLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException - Specified by:
executein classValidExecutionBusinessTask<CancellationRequestsLoadEvent>- Throws:
DAExceptionDAValidateException
-
getAppointmentIds
protected List<Long> getAppointmentIds(List<Long> interventionsIds, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-