Class RoughPlanningBucketSearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BORoughPlanningBucket>>
overit.geocall.bl.BusinessEvent<PageResponse<BORoughPlanningBucket>>
overit.geocall.bl.SearchEvent<RoughPlanningBucketSearchFilter,BORoughPlanningBucket>
overit.geocallapp.wfm.roughplanning.bl.bucket.event.RoughPlanningBucketSearchEvent
public class RoughPlanningBucketSearchEvent
extends SearchEvent<RoughPlanningBucketSearchFilter,BORoughPlanningBucket>
Event to search a
The launcher must provide a valid
BORoughPlanningBucket. The launcher must provide a valid
RoughPlanningBucketSearchFilter in order to successfully call this event. - Since:
- 18.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 bucket search event.Instantiates a new rough planning bucket 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
-
RoughPlanningBucketSearchEvent
Instantiates a new rough planning bucket search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-RoughPlanningBucketSearchFilterthe set of filters that will be applied to the search
-
RoughPlanningBucketSearchEvent
Instantiates a new rough planning bucket search event.- Parameters:
filter-RoughPlanningBucketSearchFilterthe set of filters that will be applied to the search
-