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