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

public class UnavailabilityMovementUpdateTourEvent extends BusinessEvent<Long>
Event to update the tours with the specified 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:
BTUnavailabilityMovementUpdateTour(0)
No Spouts
  • Constructor Details

    • UnavailabilityMovementUpdateTourEvent

      public UnavailabilityMovementUpdateTourEvent(Long unavailabilityMovementId)
      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

    • getUnavailabilityMovementId

      public Long getUnavailabilityMovementId()
      Returns the ID of the unavailability movement.
      Returns:
      the ID of the unavailability movement