Class BTAppointmentMessageValuesLoad
java.lang.Object
overit.geocall.bl.BusinessTask<AppointmentMessageValuesLoadEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidExecutionBusinessTask<AppointmentMessageValuesLoadEvent>
overit.geocallapp.wfm.core.bl.common.validexecution.ValidPermissionBusinessTask<AppointmentMessageValuesLoadEvent>
overit.geocallapp.wfm.cee.bl.task.BTCeeManagement<AppointmentMessageValuesLoadEvent>
overit.geocallapp.wfm.cee.bl.message.task.BTAppointmentMessageValuesLoad
- All Implemented Interfaces:
Serializable,Tool,ValidExecution
@Event(AppointmentMessageValuesLoadEvent.class)
public class BTAppointmentMessageValuesLoad
extends BTCeeManagement<AppointmentMessageValuesLoadEvent>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(AppointmentMessageValuesLoadEvent event, PoolKit poolKit) protected HashGettergetAdditionalValues(Long appointmentId, PoolKit pk) protected HashGettergetLastVCAppointment(Long appointmentId, PoolKit pk) protected BOUserprotected HashGettergetVCAppointmentValues(Long appointmentId, 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
-
BTAppointmentMessageValuesLoad
public BTAppointmentMessageValuesLoad()
-
-
Method Details
-
execute
protected void execute(AppointmentMessageValuesLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException - Specified by:
executein classValidExecutionBusinessTask<AppointmentMessageValuesLoadEvent>- Throws:
DAExceptionDAValidateException
-
getAdditionalValues
protected HashGetter getAdditionalValues(Long appointmentId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getVCAppointmentValues
protected HashGetter getVCAppointmentValues(Long appointmentId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getLastVCAppointment
protected HashGetter getLastVCAppointment(Long appointmentId, PoolKit pk) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-
getUser
- Throws:
DAExceptionDAValidateException
-