Class WorkShiftExceptionWorkShiftDeleteEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<WorkShiftExceptionWorkShiftDeleteInput,Long>
overit.geocallapp.wfm.calendars.bl.workshift.workshiftexceptionworkshift.event.WorkShiftExceptionWorkShiftDeleteEvent
public class WorkShiftExceptionWorkShiftDeleteEvent
extends SimpleBusinessEvent<WorkShiftExceptionWorkShiftDeleteInput,Long>
Event to delete a
BOWorkShiftExceptionWorkShift.
The launcher must provide a valid WorkShiftExceptionWorkShiftDeleteInput in order to successfully call this event.
The listener deletes all the components of the BOWorkShiftExceptionWorkShift starting from the event input,
i.e. the given work shift id in which all needed components were previously set.
- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWorkShiftExceptionWorkShiftDelete(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
ConstructorsConstructorDescriptionWorkShiftExceptionWorkShiftDeleteEvent(WorkShiftExceptionWorkShiftDeleteInput workShiftExceptionWorkShiftDeleteInput) Instantiates a new work shift exception work shift delete 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
-
WorkShiftExceptionWorkShiftDeleteEvent
public WorkShiftExceptionWorkShiftDeleteEvent(WorkShiftExceptionWorkShiftDeleteInput workShiftExceptionWorkShiftDeleteInput) Instantiates a new work shift exception work shift delete event.- Parameters:
workShiftExceptionWorkShiftDeleteInput- theWorkShiftExceptionWorkShiftDeleteInputcontaining the information to delete a work shift exception work shift
-