Class OnCallShiftSearchEvent


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

    • OnCallShiftSearchEvent

      public OnCallShiftSearchEvent(Page page, OnCallShiftSearchFilter filter)
      Instantiates a new on call 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
    • OnCallShiftSearchEvent

      public OnCallShiftSearchEvent(OnCallShiftSearchFilter filter)
      Instantiates a new on call shift search event.
      Parameters:
      filter - the set of filters that will be applied to the search