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

    • AppointmentStateSearchEvent

      public AppointmentStateSearchEvent(Page page, AppointmentStateSearchFilter filter)
      Instantiates a new appointment state search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search
    • AppointmentStateSearchEvent

      public AppointmentStateSearchEvent(AppointmentStateSearchFilter filter)
      Instantiates a new appointment state search event.
      Parameters:
      filter - the set of filters that will be applied to the search