Class WorkShiftSearchEvent


public class WorkShiftSearchEvent extends SearchEvent<WorkShiftSearchFilter,BOWorkShift>
Event to search for BOWorkShifts.
The launcher must provide a valid WorkShiftSearchFilter in order to successfully call this event.
The listener searches all the components of the BOWorkShift starting from the event input..
Since:
17.0
GCApi:
event
Reactors:
BTWorkShiftSearch(0)
No Spouts
  • Constructor Details

    • WorkShiftSearchEvent

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

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