Class UnavailabilityMovementUpdateTourEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocallapp.wfm.core.bl.workshift.unavailability.movement.event.UnavailabilityMovementUpdateTourEvent
Event to update the tours with the specified
The launcher must provide a valid
The listener updates all tours in witch the related
BOUnavailabilityMovement. The launcher must provide a valid
BOUnavailabilityMovement's id in order to successfully call this event. The listener updates all tours in witch the related
BOUnavailabilityMovement is present.- Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTUnavailabilityMovementUpdateTour(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.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionUnavailabilityMovementUpdateTourEvent(Long unavailabilityMovementId) Constructs a new instance of the UnavailabilityMovementUpdateTourEvent class with the specified unavailability movement ID. -
Method Summary
Modifier and TypeMethodDescriptionReturns the ID of the unavailability movement.Methods 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
-
UnavailabilityMovementUpdateTourEvent
Constructs a new instance of the UnavailabilityMovementUpdateTourEvent class with the specified unavailability movement ID.- Parameters:
unavailabilityMovementId- the ID of the unavailability movement to update
-
-
Method Details