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

    • ContactSearchEvent

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

      public ContactSearchEvent(ContactSearchFilter filter)
      Instantiates a new contact search event.
      Parameters:
      filter - the set of filters that will be applied to the search