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