Class BundleSkillDivisionSearchEvent


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

    • BundleSkillDivisionSearchEvent

      public BundleSkillDivisionSearchEvent(Page page, BundleSkillDivisionSearchFilter filter)
      Instantiates a new bundle skill division search event.
      Parameters:
      page - the Page that will contain the paginated result
      filter - the BundleOperationSearchFilter that contains the set of filters that will be applied to the search
    • BundleSkillDivisionSearchEvent

      public BundleSkillDivisionSearchEvent(BundleSkillDivisionSearchFilter filter)
      Instantiates a new bundle skill division search event.
      Parameters:
      filter - the BundleOperationSearchFilter that contains the set of filters that will be applied to the search