Class AddressSearchEvent


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

    • AddressSearchEvent

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

      public AddressSearchEvent(AddressSearchFilter filter)
      Instantiates a new address search event.
      Parameters:
      filter - the set of filters that will be applied to the search