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

    • StockSearchEvent

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

      public StockSearchEvent(StockSearchFilter filter)
      Instantiates a new stock search event.
      Parameters:
      filter - StockSearchFilter the set of filters that will be applied to the search