Class GridEditorExcelExport
java.lang.Object
net.datenwerke.rs.grideditor.service.grideditor.reportengine.output.generator.GridEditorExcelExport
- All Implemented Interfaces:
ReportOutputGenerator,GridEditorOutputGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionGridEditorExcelExport(GridEditorService gridEditorService, <any> tableToXlsProvider, ConfigService configService) -
Method Summary
Modifier and TypeMethodDescriptionexportReport(GridEditorReport report, User user, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) Returns an emptyCompiledReportobject to specify the type of report that is generated by this generator.String[]booleanReturns true if this generator should be used if the format is not recognized.
-
Constructor Details
-
GridEditorExcelExport
public GridEditorExcelExport(GridEditorService gridEditorService, <any> tableToXlsProvider, ConfigService configService)
-
-
Method Details
-
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
-
getFormats
- Specified by:
getFormatsin interfaceReportOutputGenerator- 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.- Specified by:
getFormatInfoin interfaceReportOutputGenerator
-
exportReport
public CompiledReport exportReport(GridEditorReport report, User user, ParameterSet parameters, String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException - Specified by:
exportReportin interfaceGridEditorOutputGenerator- Throws:
ReportExecutorException
-