Class Export2JXLS
java.lang.Object
net.datenwerke.rs.core.client.reportexporter.exporter.ReportExporterImpl
net.datenwerke.rs.core.client.reportexporter.exporter.generic.Export2JXLS
- All Implemented Interfaces:
ReportExporter
- Direct Known Subclasses:
Table2JXLS
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.datenwerke.rs.core.client.reportexporter.exporter.ReportExporter
ReportExporter.ConfigurationFinishedCallback -
Constructor Summary
ConstructorsConstructorDescriptionExport2JXLS(ReportExporterDao exporterDao, ClientConfigXmlService jsonService, ToolbarService toolbarService) -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureFrom(List<ReportExecutionConfigDto> exportConfiguration) booleanconsumesConfiguration(ReportDto report) voiddisplayConfiguration(ReportDto report, String executorToken, boolean allowAutomaticConfig, ReportExporter.ConfigurationFinishedCallback callback) List<ReportExecutionConfigDto> ImageResourcegetIcon()booleanbooleanMethods inherited from class net.datenwerke.rs.core.client.reportexporter.exporter.ReportExporterImpl
canBeScheduled, export, isSkipDownload, prepareExportForPreview, showInExportList, supportsDatasink, wantsToBeTopMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.core.client.reportexporter.exporter.ReportExporter
consumes
-
Constructor Details
-
Export2JXLS
public Export2JXLS(ReportExporterDao exporterDao, ClientConfigXmlService jsonService, ToolbarService toolbarService)
-
-
Method Details
-
consumesConfiguration
public boolean consumesConfiguration(ReportDto report) -
configureFrom
- Specified by:
configureFromin interfaceReportExporter- Overrides:
configureFromin classReportExporterImpl
-
displayConfiguration
public void displayConfiguration(ReportDto report, String executorToken, boolean allowAutomaticConfig, ReportExporter.ConfigurationFinishedCallback callback) - Specified by:
displayConfigurationin interfaceReportExporter- Overrides:
displayConfigurationin classReportExporterImpl
-
isConfigured
public boolean isConfigured()- Specified by:
isConfiguredin interfaceReportExporter- Overrides:
isConfiguredin classReportExporterImpl
-
getConfiguration
- Specified by:
getConfigurationin interfaceReportExporter- Overrides:
getConfigurationin classReportExporterImpl
-
getExportDescription
-
getExportTitle
-
getOutputFormat
-
getIcon
public ImageResource getIcon() -
hasConfiguration
public boolean hasConfiguration()
-