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