Class WorkShiftsSearchEvent


public class WorkShiftsSearchEvent extends SearchEvent<WorkShiftsSearchFilter,BOWorkShift>
Event to search a BOWorkShift.
The launcher must provide a valid WorkShiftsSearchFilter in order to successfully call this event.
The listener searches all the BOWorkShift components starting from the event input, i.e. the given WorkShiftsSearchFilter.
Since:
9.2
GCApi:
event
Reactors:
BTWorkShiftSearch(0)
No Spouts
  • Constructor Details

    • WorkShiftsSearchEvent

      public WorkShiftsSearchEvent(Page page, WorkShiftsSearchFilter filter)
      Instantiates a new work shifts search event.
      Parameters:
      page - the page
      filter - the set of filters that will be applied to the search
    • WorkShiftsSearchEvent

      public WorkShiftsSearchEvent(WorkShiftsSearchFilter filter)
      Instantiates a new work shifts search event.
      Parameters:
      filter - the set of filters that will be applied to the search