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