Class CounterDirectionSearchEvent


public class CounterDirectionSearchEvent extends SearchEvent<CounterDirectionSearchFilter,BOCounterDirection>
Event to search for BOCounterDirection.

The launcher must provide a valid CounterDirectionSearchFilter in order to successfully call this event.

The listener searches all the BOCounterDirection components starting from the event input, i.e. the given CounterDirectionSearchFilter.

Since:
20.0
GCApi:
event
Reactors:
BTCounterDirectionSearch(0)
No Spouts
  • Constructor Details

    • CounterDirectionSearchEvent

      public CounterDirectionSearchEvent(CounterDirectionSearchFilter filter)
      Instantiates a new counter direction search event.
      Parameters:
      filter - the set of filters that will be applied to the search
    • CounterDirectionSearchEvent

      public CounterDirectionSearchEvent(Page page, CounterDirectionSearchFilter filter)
      Instantiates a new counter direction search event.
      Parameters:
      page - the page that will contain the paginated result
      filter - the set of filters that will be applied to the search