Class BTBookingPlanningRequestCreate
java.lang.Object
overit.geocall.bl.BusinessTask<BookingPlanningRequestCreateEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask<BookingPlanningRequestCreateEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask<BookingPlanningRequestCreateEvent>
overit.geocallapp.wfm.cee.bl.task.BTCeeManagement<BookingPlanningRequestCreateEvent>
overit.geocallapp.wfm.cee.bl.intervention.task.BTBookingPlanningRequestCreate
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(BookingPlanningRequestCreateEvent.class)
public class BTBookingPlanningRequestCreate
extends BTCeeManagement<BookingPlanningRequestCreateEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(BookingPlanningRequestCreateEvent event, PoolKit poolKit) protected HashGettergetAppointmentData(Long appointmentId, PoolKit pk) protected DTOPlanningRequestgetPlanningRequest(HashGetter appointmentData, List<DTOMessage> messages, 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
-
Constructor Details
-
BTBookingPlanningRequestCreate
public BTBookingPlanningRequestCreate()
-
-
Method Details
-
execute
protected void execute(BookingPlanningRequestCreateEvent event, PoolKit poolKit) throws DAException, DAValidateException - Specified by:
executein classValidExecutionBusinessTask<BookingPlanningRequestCreateEvent>- Throws:
DAExceptionDAValidateException
-
getAppointmentData
protected HashGetter getAppointmentData(Long appointmentId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getPlanningRequest
protected DTOPlanningRequest getPlanningRequest(HashGetter appointmentData, List<DTOMessage> messages, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-