Class BTAppointmentUpdate
java.lang.Object
overit.geocall.bl.BusinessTask<AppointmentUpdateEvent>
overit.geocallapp.wfm.core.bl.schedule.intervention.appointment.task.BTAppointmentUpdate
- All Implemented Interfaces:
Serializable,Tool
@Event(AppointmentUpdateEvent.class)
public class BTAppointmentUpdate
extends BusinessTask<AppointmentUpdateEvent>
Business task in order to update a
When the
BOAppointment. When the
AppointmentUpdateEvent is launched
the BT notices the call and updates the BOAppointment basing on the event's input. - Since:
- 10.1
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(AppointmentUpdateEvent event, PoolKit pk) Updates theBOAppointmentwith all its needed components.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTAppointmentUpdate
public BTAppointmentUpdate()
-
-
Method Details
-
body
protected void body(AppointmentUpdateEvent event, PoolKit pk) throws DAException, DAValidateException Updates theBOAppointmentwith all its needed components.- Specified by:
bodyin classBusinessTask<AppointmentUpdateEvent>- Parameters:
event- theAppointmentUpdateEventpk- the pk- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-