Class BundlingRuleSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BundlingRule>>
overit.geocall.bl.BusinessEvent<PageResponse<BundlingRule>>
overit.geocall.bl.SearchEvent<BundlingRuleSearchFilter,BundlingRule>
overit.geocallapp.wfm.bundler.bl.configuration.bundling.rule.event.BundlingRuleSearchEvent
Event to search a list of
The launcher must provide a valid
The listener searches for the corresponding
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:
- No Spouts
BTBundlingRuleSearch(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SearchEvent
filter, order, pageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionBundlingRuleSearchEvent(Page page, BundlingRuleSearchFilter filter) Instantiates a new bundling rule search event.Instantiates a new bundling rule search event. -
Method Summary
Methods inherited from class overit.geocall.bl.SearchEvent
getEventOptions, getFilter, getOrder, getPage, setOrderMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
BundlingRuleSearchEvent
Instantiates a new bundling rule search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-BundlingRuleSearchFilterthat contains all the needed parameters to perform a search
-
BundlingRuleSearchEvent
Instantiates a new bundling rule search event.- Parameters:
filter-BundlingRuleSearchFilterthat contains all the needed parameters to perform a search
-