Class BTAppointmentLoad
java.lang.Object
overit.geocall.bl.BusinessTask<AppointmentLoadEvent>
overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task.BTAppointmentLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(AppointmentLoadEvent.class)
public class BTAppointmentLoad
extends BusinessTask<AppointmentLoadEvent>
Business task in order to load a
When the
BOAppointment. When the
AppointmentLoadEvent is launched
the BT notices the call and loads the BOAppointment basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(AppointmentLoadEvent event, PoolKit poolKit) Starting from the given id, it loads the correspondingBOAppointmentand writes it into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTAppointmentLoad
public BTAppointmentLoad()
-
-
Method Details
-
body
protected void body(AppointmentLoadEvent event, PoolKit poolKit) throws DAValidateException, DAException Starting from the given id, it loads the correspondingBOAppointmentand writes it into the event journal.- Specified by:
bodyin classBusinessTask<AppointmentLoadEvent>- Parameters:
event- theAppointmentLoadEventpoolKit- the pool kit- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-