Class CapacityPlanningScenarioExportExcelEvent
java.lang.Object
overit.geocall.bl.GenericEvent<WebResource>
overit.geocall.bl.BusinessEvent<WebResource>
overit.geocall.bl.SimpleBusinessEvent<CapacityPlanningScenarioExportExcelInput,WebResource>
overit.geocallapp.wfm.forecastcapacity.bl.capacityplanning.scenario.event.CapacityPlanningScenarioExportExcelEvent
public class CapacityPlanningScenarioExportExcelEvent
extends SimpleBusinessEvent<CapacityPlanningScenarioExportExcelInput,WebResource>
Event to export a
It should be noted that each sheet of the XSLX file corresponds to an entity linked with the
The first sheet represents the
The second one represents the
The third one represents the
More precisely, the third sheet (i.e., "CP - Details") refers to the
and to the
In summary, the latter sheet displays the calculated data of a
The launcher must provide a valid
BOCapacityPlanningScenario 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
BOCapacityPlanningScenario object to be exported. The first sheet represents the
BOCapacityPlanningScenario object (i.e., the header). The second one represents the
BOCapacityPlanningResult object (i.e., the aggregate results) linked to the header. The third one represents the
BOCapacityPlanningResultDetail object (i.e., the details) linked to the header. More precisely, the third sheet (i.e., "CP - Details") refers to the
CapacityPlanningResourceDetailResult object (i.e., the object which represents the details' data of a given resource), and to the
CapacityPlanningActivityDetailResult object (i.e., the object which represents the details' data of a given activity). In summary, the latter sheet displays the calculated data of a
BOCapacityPlanningScenario object having status "Processed Ok". The launcher must provide a valid
CapacityPlanningScenarioExportExcelInput object in order to successfully call this event. - Since:
- 15.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCapacityPlanningScenarioExportExcel(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
-
CapacityPlanningScenarioExportExcelEvent
Instantiates a new event instance to export the XSLX file.- Parameters:
input- theCapacityPlanningScenarioExportExcelInputobject
-