public class SaikuCSVOutputGenerator extends SaikuOutputGeneratorImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
static java.lang.String |
CSV_LINE_SEPARATOR_PROPERTY |
static java.lang.String |
CSV_QUOTATION_PROPERTY |
static java.lang.String |
CSV_SEPARATOR_PROPERTY |
| Constructor and Description |
|---|
SaikuCSVOutputGenerator(HookHandlerService hookHandler,
ConfigService configService) |
| Modifier and Type | Method and Description |
|---|---|
CompiledRSSaikuReport |
exportReport(CellDataSet cellDataSet,
CellSet cellset,
java.util.List<ThinHierarchy> filters,
ICellSetFormatter formatter,
java.lang.String outputFormat,
ReportExecutionConfig... configs) |
CompiledReport |
getFormatInfo()
Returns an empty
CompiledReport object to specify the type of report
that is generated by this generator. |
java.lang.String[] |
getFormats() |
getCellSetFormatter, initialize, isCatchAllpublic static final java.lang.String CONFIG_FILE
public static final java.lang.String CSV_LINE_SEPARATOR_PROPERTY
public static final java.lang.String CSV_SEPARATOR_PROPERTY
public static final java.lang.String CSV_QUOTATION_PROPERTY
public SaikuCSVOutputGenerator(HookHandlerService hookHandler, ConfigService configService)
public java.lang.String[] getFormats()
public CompiledReport getFormatInfo()
ReportOutputGeneratorCompiledReport object to specify the type of report
that is generated by this generator.public CompiledRSSaikuReport exportReport(CellDataSet cellDataSet, CellSet cellset, java.util.List<ThinHierarchy> filters, ICellSetFormatter formatter, java.lang.String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException
ReportExecutorException