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