Class WorkShiftOverlapCheckEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<WorkShiftOverlapCheckInput,Void>
overit.geocallapp.wfm.calendars.bl.workshift.event.WorkShiftOverlapCheckEvent
public class WorkShiftOverlapCheckEvent
extends SimpleBusinessEvent<WorkShiftOverlapCheckInput,Void>
Event to calculate the overlap between a new
The launcher must provide a valid
BOWorkShift and a list of already existing ones. The launcher must provide a valid
WorkShiftOverlapCheckInput in order to successfully call this event. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkShiftOverlapCheck(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
ConstructorsConstructorDescriptionWorkShiftOverlapCheckEvent(WorkShiftOverlapCheckInput workShiftOverlapCheckInput) Instantiates a new work shift overlap check 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
-
WorkShiftOverlapCheckEvent
Instantiates a new work shift overlap check event.- Parameters:
workShiftOverlapCheckInput- theWorkShiftOverlapCheckInputcontaining the information to perform the overlap check
-