Class ForecastActivityDetailFromWoInsertEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<ForecastActivityDetailFromWoInput,Void>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.detail.event.ForecastActivityDetailFromWoInsertEvent
public class ForecastActivityDetailFromWoInsertEvent
extends SimpleBusinessEvent<ForecastActivityDetailFromWoInput,Void>
Event to insert a
BOForecastActivityDetail from a list of BOWorkLoadDistribution.
The launcher must provide a valid ForecastActivityDetailFromWoInput in order to successfully call this event.
The listener inserts all the BOForecastActivityDetail components starting from the event input.
- Since:
- 19.0
- GCApi:
- event
- Reactors:
- No Spouts
BTForecastActivityDetailInsertFromWo(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.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new forecast activity detail insert from work load distribution event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods 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
-
ForecastActivityDetailFromWoInsertEvent
Instantiates a new forecast activity detail insert from work load distribution event.- Parameters:
input- theForecastActivityDetailFromWoInputthat contains the list ofBOWorkLoadDistributionto insert
-