public class BundlingRuleSearchEvent extends SearchEvent<BundlingRuleSearchFilter,BundlingRule>
Event to search a list of BundlingRules.
The launcher must provide a valid BundlingRuleSearchFilter in order to successfully call this event.
The listener searches for the corresponding BundlingRule and loads them with all their components, i.e. the BOBundlingRuleHeader and the lists of related BOBundlingRuleFilters.
Since:
10.1
GCApi:
event
Reactors:
BTBundlingRuleSearch(0)
No Spouts
  • Constructor Details

    • BundlingRuleSearchEvent

      public BundlingRuleSearchEvent(Page page, BundlingRuleSearchFilter filter)
      Instantiates a new bundling rule search event.
      Parameters:
      page - the Page that will contain the paginated result
      filter - BundlingRuleSearchFilter that contains all the needed parameters to perform a search
    • BundlingRuleSearchEvent

      public BundlingRuleSearchEvent(BundlingRuleSearchFilter filter)
      Instantiates a new bundling rule search event.
      Parameters:
      filter - BundlingRuleSearchFilter that contains all the needed parameters to perform a search