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