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