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