Class BundleSearchEvent


public class BundleSearchEvent extends SearchEvent<BundleSearchFilter,Bundle>
Event to search a list of Bundles.
The launcher must provide a valid BundleSearchFilter in order to successfully call this event.
The listener searches the corresponding Bundle and loads them with all their components, i.e. the BOBundleHeader and the lists of related BOBundleOperation and BOWorkOrderOperation.
Since:
10.1
GCApi:
event
Reactors:
BTBundleSearch(0)
No Spouts
  • Constructor Details

    • BundleSearchEvent

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

      public BundleSearchEvent(BundleSearchFilter filter)
      Instantiates a new bundle search event.
      Parameters:
      filter - BundleSearchFilter that contains all the needed parameters to perform a search