Class BTAgendaSearch
java.lang.Object
overit.geocall.bl.BusinessTask<AgendaSearchEvent>
overit.geocallapp.wfm.scheduling.bl.agenda.task.BTAgendaSearch
- All Implemented Interfaces:
Serializable,Tool
Business task in order to search a
BOAgenda.
When the AgendaSearchEvent is launched
the BT notices the call and searches the BOAgenda basing on the event's input.
- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(AgendaSearchEvent event, PoolKit pk) Writes the searched agenda into the event journal.Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTAgendaSearch
public BTAgendaSearch()
-
-
Method Details
-
body
Writes the searched agenda into the event journal.- Specified by:
bodyin classBusinessTask<AgendaSearchEvent>- Parameters:
event- theAgendaSearchEventpk- thePoolKit- Throws:
DAException- the DA exceptionDAValidateException- the DA validate exception
-