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