Class DemandSummarySearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<DemandSummary>>
overit.geocall.bl.BusinessEvent<PageResponse<DemandSummary>>
overit.geocall.bl.SearchEvent<DemandSummarySearchFilter,DemandSummary>
overit.geocallapp.wfm.roughplanning.bl.demand.event.DemandSummarySearchEvent
Event to search a
The launcher must provide a valid
DemandSummary. The launcher must provide a valid
DemandSummarySearchFilter in order to successfully call this event. - Since:
- 19.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
ConstructorsConstructorDescriptionDemandSummarySearchEvent(Page page, DemandSummarySearchFilter filter) Instantiates a new rough planning demand summary search event.Instantiates a new rough planning demand summary 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
-
DemandSummarySearchEvent
Instantiates a new rough planning demand summary search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-DemandSummarySearchFilterthe set of filters that will be applied to the search
-
DemandSummarySearchEvent
Instantiates a new rough planning demand summary search event.- Parameters:
filter-DemandSummarySearchFilterthe set of filters that will be applied to the search
-