Class GeocodingStateSearchEvent


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

    • GeocodingStateSearchEvent

      public GeocodingStateSearchEvent(Page page, GeocodingStateSearchFilter filter)
      Instantiates a new geocoding 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
    • GeocodingStateSearchEvent

      public GeocodingStateSearchEvent(GeocodingStateSearchFilter filter)
      Instantiates a new geocoding state search event.
      Parameters:
      filter - the set of filters that will be applied to the search