Class WorkShiftTimeLineLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<TimeLine>
overit.geocall.bl.BusinessEvent<TimeLine>
overit.geocall.bl.SimpleBusinessEvent<Long,TimeLine>
overit.geocallapp.wfm.calendars.bl.workshift.event.WorkShiftTimeLineLoadEvent
Event to load the
The launcher must provide a valid work shift id in order to successfully call this event.
The listener loads the
TimeLine of a work shift. The launcher must provide a valid work shift id in order to successfully call this event.
The listener loads the
TimeLine of the BOWorkShift starting
from the event input.- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkShiftTimeLineLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionWorkShiftTimeLineLoadEvent(Long workShift) Instantiates a new work shift timeline load event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
WorkShiftTimeLineLoadEvent
Instantiates a new work shift timeline load event.- Parameters:
workShift- the work shift id
-