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