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