Class DemandSummaryDetailSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<DemandSummaryDetail>>
overit.geocall.bl.BusinessEvent<PageResponse<DemandSummaryDetail>>
overit.geocall.bl.SearchEvent<DemandSummaryDetailSearchFilter,DemandSummaryDetail>
overit.geocallapp.wfm.roughplanning.bl.demand.detail.event.DemandSummaryDetailSearchEvent
public class DemandSummaryDetailSearchEvent
extends SearchEvent<DemandSummaryDetailSearchFilter,DemandSummaryDetail>
Event to search a
The launcher must provide a valid
DemandSummaryDetail. The launcher must provide a valid
DemandSummaryDetailSearchFilter 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
ConstructorsConstructorDescriptionInstantiates a new rough planning capacity summary search event.Instantiates a new rough planning capacity 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
-
DemandSummaryDetailSearchEvent
Instantiates a new rough planning capacity summary search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-DemandSummaryDetailSearchFilterthe set of filters that will be applied to the search
-
DemandSummaryDetailSearchEvent
Instantiates a new rough planning capacity summary search event.- Parameters:
filter-DemandSummaryDetailSearchFilterthe set of filters that will be applied to the search
-