Class AccountSearchEvent


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

    • AccountSearchEvent

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

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