public class GridEditorExcelExport extends java.lang.Object implements GridEditorOutputGenerator
| Constructor and Description |
|---|
GridEditorExcelExport(GridEditorService gridEditorService,
<any> tableToXlsProvider,
ConfigService configService) |
| Modifier and Type | Method and Description |
|---|---|
CompiledReport |
exportReport(GridEditorReport report,
User user,
ParameterSet parameters,
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() |
boolean |
isCatchAll()
Returns true if this generator should be used if the format is not
recognized.
|
public GridEditorExcelExport(GridEditorService gridEditorService, <any> tableToXlsProvider, ConfigService configService)
public boolean isCatchAll()
ReportOutputGeneratorisCatchAll in interface ReportOutputGeneratorpublic java.lang.String[] getFormats()
getFormats in interface ReportOutputGeneratorpublic CompiledReport getFormatInfo()
ReportOutputGeneratorCompiledReport object to specify the type of report
that is generated by this generator.getFormatInfo in interface ReportOutputGeneratorpublic CompiledReport exportReport(GridEditorReport report, User user, ParameterSet parameters, java.lang.String outputFormat, ReportExecutionConfig... configs) throws ReportExecutorException
exportReport in interface GridEditorOutputGeneratorReportExecutorException