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

    • StockHistorySearchEvent

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

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