Class WorkShiftDeleteEvent


public class WorkShiftDeleteEvent extends DeleteEvent<Long>
Event to delete a BOWorkShift.
The launcher must provide a valid BOWorkShift in order to successfully call this event.
The listener deletes all the needed BOWorkShift starting from the event input, i.e. the given BOWorkShift id.
Since:
17.0
GCApi:
event
Reactors:
BTWorkShiftDelete(0)
No Spouts
  • Constructor Details

    • WorkShiftDeleteEvent

      public WorkShiftDeleteEvent(Long workShift)
      Instantiates a new work shift delete event.
      Parameters:
      workShift - the work shift to be deleted