Package com.groiss.reporting.export
Interface FileReportingExporter
- All Superinterfaces:
ReportingExporter
- All Known Implementing Classes:
DelimiterSeperatedValuesExporter
,DownloadExporter
This Interface defines 2 methods to access the file data of the report result
ReportingExporter, which are generating files (e.g pdf, xls, odt) as a result, have to implement
this interface to be useable in ReportTimer
-
Field Summary
Fields inherited from interface com.groiss.reporting.export.ReportingExporter
ROW_STYLE_HIDDEN
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.groiss.reporting.export.ReportingExporter
getExportName, getExportOptionsJSON
-
Method Details
-
getDataStream
- Parameters:
q
-tm
-
-
getFileTypeExtension
String getFileTypeExtension()- Returns:
- the extension of the generated file
-