Class CatalogCodeSearchEvent


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

    • CatalogCodeSearchEvent

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

      public CatalogCodeSearchEvent(CatalogCodeSearchFilter filter)
      Instantiates a new catalog code search event.
      Parameters:
      filter - the set of filters that will be applied to the search