Class CapacitySummarySearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<CapacitySummary>>
overit.geocall.bl.BusinessEvent<PageResponse<CapacitySummary>>
overit.geocall.bl.SearchEvent<CapacitySummarySearchFilter,CapacitySummary>
overit.geocallapp.wfm.roughplanning.bl.capacity.event.CapacitySummarySearchEvent
public class CapacitySummarySearchEvent
extends SearchEvent<CapacitySummarySearchFilter,CapacitySummary>
Event to search a
The launcher must provide a valid
CapacitySummary. The launcher must provide a valid
CapacitySummarySearchFilter 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
ConstructorsConstructorDescriptionCapacitySummarySearchEvent(Page page, CapacitySummarySearchFilter filter) Instantiates 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
-
CapacitySummarySearchEvent
Instantiates a new rough planning capacity summary search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-CapacitySummarySearchFilterthe set of filters that will be applied to the search
-
CapacitySummarySearchEvent
Instantiates a new rough planning capacity summary search event.- Parameters:
filter-CapacitySummarySearchFilterthe set of filters that will be applied to the search
-