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