Class SaikuOutputGeneratorImpl
java.lang.Object
net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator.SaikuOutputGeneratorImpl
- All Implemented Interfaces:
ReportOutputGenerator,SaikuOutputGenerator
- Direct Known Subclasses:
SaikuChartHTMLOutputGenerator,SaikuCSVOutputGenerator,SaikuHTMLOutputGenerator,SaikuXLSOutputGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionICellSetFormattervoidinitialize(SaikuReport report, User user) booleanReturns true if this generator should be used if the format is not recognized.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.core.service.reportmanager.output.ReportOutputGenerator
getFormatInfo, getFormatsMethods inherited from interface net.datenwerke.rs.saiku.service.saiku.reportengine.output.generator.SaikuOutputGenerator
exportReport
-
Constructor Details
-
Method Details
-
initialize
- Specified by:
initializein interfaceSaikuOutputGenerator
-
isCatchAll
public boolean isCatchAll()Description copied from interface:ReportOutputGeneratorReturns true if this generator should be used if the format is not recognized.- Specified by:
isCatchAllin interfaceReportOutputGenerator
-
getCellSetFormatter
public ICellSetFormatter getCellSetFormatter()- Specified by:
getCellSetFormatterin interfaceSaikuOutputGenerator
-