Class BTAppointmentSearch
java.lang.Object
overit.geocall.bl.BusinessTask<AppointmentSearchEvent>
overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task.BTAppointmentSearch
- All Implemented Interfaces:
Serializable,Tool
@Event(AppointmentSearchEvent.class)
public class BTAppointmentSearch
extends BusinessTask<AppointmentSearchEvent>
Business task in order to search a
When the
BOAppointment. When the
AppointmentSearchEvent is launched
the BT notices the call and searches the BOAppointment basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(AppointmentSearchEvent event, PoolKit poolKit) Starting from the givenAppointmentSearchFilter, it searches the corresponding list ofBOAppointmentand it presents them as aPageResponsewhich is then written 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 poolKit) throws DAValidateException, DAException Starting from the givenAppointmentSearchFilter, it searches the corresponding list ofBOAppointmentand it presents them as aPageResponsewhich is then written into the event journal.- Specified by:
bodyin classBusinessTask<AppointmentSearchEvent>- Parameters:
event- theAppointmentSearchEventpoolKit- the pool kit- Throws:
DAValidateException- the DA validate exceptionDAException- the DA exception
-