Class BTEventEntitySearch
java.lang.Object
overit.geocall.bl.BusinessTask<EventEntitySearchEvent>
overit.geocallapp.wfm.core.bl.timesheet.timesheettask.evententity.task.BTEventEntitySearch
- All Implemented Interfaces:
Serializable,Tool
@Event(EventEntitySearchEvent.class)
public class BTEventEntitySearch
extends BusinessTask<EventEntitySearchEvent>
Business task in order to search a
When the
BOEventEntity. When the
EventEntitySearchEvent is launched
the BT notices the call and searches the BOEventEntity basing on the event's input. - Since:
- 9.2
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(EventEntitySearchEvent event, PoolKit poolKit) Writes the searched event entity into the event journalMethods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTEventEntitySearch
public BTEventEntitySearch()
-
-
Method Details
-
body
protected void body(EventEntitySearchEvent event, PoolKit poolKit) throws DAException, DAValidateException Writes the searched event entity into the event journal- Specified by:
bodyin classBusinessTask<EventEntitySearchEvent>- Parameters:
event- theEventEntitySearchEventto search the event entitypoolKit- thePoolKit- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-