Class ForecastResourceDetailBuildEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<ForecastResourceDetailBuildPreview>>
overit.geocall.bl.BusinessEvent<List<ForecastResourceDetailBuildPreview>>
overit.geocall.bl.SimpleBusinessEvent<ForecastResourceDetailBuildInput,List<ForecastResourceDetailBuildPreview>>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.detail.event.ForecastResourceDetailBuildEvent
public class ForecastResourceDetailBuildEvent
extends SimpleBusinessEvent<ForecastResourceDetailBuildInput,List<ForecastResourceDetailBuildPreview>>
Event to add workshifts and build a preview based on them. It returns a list of
The launcher must provide a valid
ForecastResourceDetailBuildPreview. The launcher must provide a valid
ForecastResourceDetailBuildInput id in order to successfully call this event. - Since:
- 15.0
- GCApi:
- event
- Reactors:
- No Spouts
BTForecastResourceDetailBuild(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 resource forecast detail build 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
-
ForecastResourceDetailBuildEvent
Instantiates a new resource forecast detail build event.- Parameters:
input- : object of typeForecastResourceDetailBuildInput
-