Class ActivityForecastExportExcelEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WebResource>
overit.geocall.bl.BusinessEvent<WebResource>
overit.geocall.bl.SimpleBusinessEvent<ActivityForecastExportExcelInput,WebResource>
overit.geocallapp.wfm.forecastcapacity.bl.forecast.activity.event.ActivityForecastExportExcelEvent
public class ActivityForecastExportExcelEvent
extends SimpleBusinessEvent<ActivityForecastExportExcelInput,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
BOActivityForecastHeader 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
BOActivityForecastHeader input. The launcher must provide a valid
ActivityForecastExportExcelInput object in order to successfully call this event. - Since:
- 15.0
- GCApi:
- event
- Reactors:
- No Spouts
BTActivityForecastExportExcel(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
-
ActivityForecastExportExcelEvent
Instantiates a new event instance to export the XSLX file.- Parameters:
input- theActivityForecastExportExcelInputobject
-