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