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:
20.0
GCApi:
event
Reactors:
BTWorkShiftSearch(0)
No Spouts
  • Constructor Details

    • WorkShiftsSearchEvent

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

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