Class ResourceForecastExportExcelEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WebResource>
overit.geocall.bl.BusinessEvent<WebResource>
overit.geocall.bl.SimpleBusinessEvent<ResourceForecastExportExcelInput,WebResource>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.resource.event.ResourceForecastExportExcelEvent
public class ResourceForecastExportExcelEvent
extends SimpleBusinessEvent<ResourceForecastExportExcelInput,WebResource>
Event to export a
It should be noted that each sheet of the XSLX file corresponds to an entity linked with the
The launcher must provide a valid
BOResourceForecastHeader object, alongside its data (i.e., sheets), into a WebResource object (i.e., the XLSX file). It should be noted that each sheet of the XSLX file corresponds to an entity linked with the
BOResourceForecastHeader input. The launcher must provide a valid
ResourceForecastExportExcelInput object in order to successfully call this event. - Since:
- 15.0
- GCApi:
- event
- Reactors:
- No Spouts
BTResourceForecastExportExcel(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 event instance to export the XSLX file. -
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
-
ResourceForecastExportExcelEvent
Instantiates a new event instance to export the XSLX file.- Parameters:
input- theResourceForecastExportExcelInputobject
-