Class AccountContactSearchEvent


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

    • AccountContactSearchEvent

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

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