Class CountrySearchEvent


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

    • CountrySearchEvent

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

      public CountrySearchEvent(CountrySearchFilter filter)
      Instantiates a new country search event.
      Parameters:
      filter - the set of filters that will be applied to the search