Class Crystal2CSV
java.lang.Object
net.datenwerke.rs.core.client.reportexporter.exporter.ReportExporterImpl
net.datenwerke.rs.core.client.reportexporter.exporter.generic.Export2CSV
net.datenwerke.rs.crystal.client.crystal.reportengines.Crystal2CSV
- All Implemented Interfaces:
ReportExporter
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.datenwerke.rs.core.client.reportexporter.exporter.ReportExporter
ReportExporter.ConfigurationFinishedCallback -
Constructor Summary
ConstructorsConstructorDescriptionCrystal2CSV(ReportExporterDao exporterDao, ClientConfigXmlService jsonService, ToolbarService toolbarService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanconsumes(ReportDto report) voiddisplayConfiguration(ReportDto report, String executorToken, boolean allowAutomaticConfig, ReportExporter.ConfigurationFinishedCallback callback) List<ReportExecutionConfigDto> booleanbooleanMethods inherited from class net.datenwerke.rs.core.client.reportexporter.exporter.generic.Export2CSV
configureFrom, consumesConfiguration, getExportDescription, getExportTitle, getIcon, getOutputFormatMethods inherited from class net.datenwerke.rs.core.client.reportexporter.exporter.ReportExporterImpl
canBeScheduled, export, isSkipDownload, prepareExportForPreview, showInExportList, supportsDatasink, wantsToBeTop
-
Constructor Details
-
Crystal2CSV
public Crystal2CSV(ReportExporterDao exporterDao, ClientConfigXmlService jsonService, ToolbarService toolbarService)
-
-
Method Details
-
consumes
public boolean consumes(ReportDto report) -
hasConfiguration
public boolean hasConfiguration()- Specified by:
hasConfigurationin interfaceReportExporter- Overrides:
hasConfigurationin classExport2CSV
-
isConfigured
public boolean isConfigured()- Specified by:
isConfiguredin interfaceReportExporter- Overrides:
isConfiguredin classExport2CSV
-
displayConfiguration
public void displayConfiguration(ReportDto report, String executorToken, boolean allowAutomaticConfig, ReportExporter.ConfigurationFinishedCallback callback) - Specified by:
displayConfigurationin interfaceReportExporter- Overrides:
displayConfigurationin classExport2CSV
-
getConfiguration
- Specified by:
getConfigurationin interfaceReportExporter- Overrides:
getConfigurationin classExport2CSV
-