Class CatalogGroupSearchEvent


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

    • CatalogGroupSearchEvent

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

      public CatalogGroupSearchEvent(CatalogGroupSearchFilter filter)
      Instantiates a new catalog group search event.
      Parameters:
      filter - the set of filters that will be applied to the search