Class ForecastActivitySearchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<BOForecastActivity>>
overit.geocall.bl.BusinessEvent<PageResponse<BOForecastActivity>>
overit.geocall.bl.SearchEvent<ForecastActivitySearchFilter,BOForecastActivity>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.forecastactivity.event.ForecastActivitySearchEvent
public class ForecastActivitySearchEvent
extends SearchEvent<ForecastActivitySearchFilter,BOForecastActivity>
Event to search a
The launcher must provide a valid
The listener searches all the
BOForecastActivity. The launcher must provide a valid
ForecastActivitySearchFilter in order to successfully call this event. The listener searches all the
BOForecastActivity components starting from the event input, i.e. the given
ForecastActivitySearchFilter. - Since:
- 15.0
- GCApi:
- event
- Reactors:
- No Spouts
BTForecastActivitySearch(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
ConstructorsConstructorDescriptionForecastActivitySearchEvent(Page page, ForecastActivitySearchFilter filter) Instantiates a new forecast activity search event.Instantiates a new forecast activity 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
-
ForecastActivitySearchEvent
Instantiates a new forecast activity search event.- Parameters:
page- thePagethat will contain the paginated resultfilter-ForecastActivitySearchFilterthe set of filters that will be applied to the search
-
ForecastActivitySearchEvent
Instantiates a new forecast activity search event.- Parameters:
filter-ForecastActivitySearchFilterthe set of filters that will be applied to the search
-