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