Class BTAppointmentStateLoad
java.lang.Object
overit.geocall.bl.BusinessTask<AppointmentStateLoadEvent>
overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.state.task.BTAppointmentStateLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(AppointmentStateLoadEvent.class)
public class BTAppointmentStateLoad
extends BusinessTask<AppointmentStateLoadEvent>
Business task in order to load a
BOAppointmentState.
When the AppointmentStateLoadEvent is launched
the BT notices the call and loads the BOAppointmentState basing on the event's input.
Required fields:
- appointment state id
- Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(AppointmentStateLoadEvent event, PoolKit pk) Writes the loaded appointment state into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTAppointmentStateLoad
public BTAppointmentStateLoad()
-
-
Method Details
-
body
protected void body(AppointmentStateLoadEvent event, PoolKit pk) throws DAException, DAValidateException Writes the loaded appointment state into the event journal.- Specified by:
bodyin classBusinessTask<AppointmentStateLoadEvent>- Parameters:
event- theAppointmentStateLoadEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-