Class SaikuCSVOutputGenerator
java.lang.Object
net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator.SaikuOutputGeneratorImpl
net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator.SaikuCSVOutputGenerator
- All Implemented Interfaces:
ReportOutputGenerator,SaikuOutputGenerator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSaikuCSVOutputGenerator(HookHandlerService hookHandler, ConfigService configService) -
Method Summary
Modifier and TypeMethodDescriptionexportReport(CellDataSet cellDataSet, CellSet cellset, List<ThinHierarchy> filters, ICellSetFormatter formatter, String outputFormat, ReportExecutionConfig... configs) Returns an emptyCompiledReportobject to specify the type of report that is generated by this generator.String[]Methods inherited from class net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator.SaikuOutputGeneratorImpl
getCellSetFormatter, initialize, isCatchAll
-
Field Details
-
CONFIG_FILE
- See Also:
-
CSV_LINE_SEPARATOR_PROPERTY
- See Also:
-
CSV_SEPARATOR_PROPERTY
- See Also:
-
CSV_QUOTATION_PROPERTY
- See Also:
-
-
Constructor Details
-
Method Details
-
getFormats
- Returns:
- The generator's format
-
getFormatInfo
Description copied from interface:ReportOutputGeneratorReturns an emptyCompiledReportobject to specify the type of report that is generated by this generator. -
exportReport
public CompiledRSSaikuReport exportReport(CellDataSet cellDataSet, CellSet cellset, List<ThinHierarchy> filters, ICellSetFormatter formatter, String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException - Throws:
ReportExecutorException
-