Class JasperReportExporter
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.jasperreports.JasperReportExporter
-
@Deprecated public class JasperReportExporter extends java.lang.ObjectDeprecated.as of release 4.3, please useJasperReportExportServiceExporter for several types of formats. Format is specified by exporter property.- Spring Bean ID:
- jasperReportPdfExporter, jasperReportXlsExporter
-
-
Constructor Summary
Constructors Constructor Description JasperReportExporter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]export(JasperWidgetPreferencesModel configuration)Deprecated.as of release 4.3, please useJasperReportExportService.exportToExcel(JasperPrint)JasperReportExportService.exportToPdf(JasperPrint)JasperReportExportService.exportToImage(JasperPrint)Exports report from specific configuration.voidsetExporter(net.sf.jasperreports.engine.JRAbstractExporter exporter)Deprecated.voidsetJasperReportCompiler(JasperReportCompiler jasperReportCompiler)Deprecated.voidsetJasperReportsCache(JasperReportsCache jasperReportsCache)Deprecated.
-
-
-
Method Detail
-
export
@Deprecated public byte[] export(JasperWidgetPreferencesModel configuration)
Deprecated.as of release 4.3, please useJasperReportExportService.exportToExcel(JasperPrint)JasperReportExportService.exportToPdf(JasperPrint)JasperReportExportService.exportToImage(JasperPrint)Exports report from specific configuration. Uses exporter for it.- Parameters:
configuration- from which report is exported- Returns:
- binary report
-
setJasperReportsCache
public void setJasperReportsCache(JasperReportsCache jasperReportsCache)
Deprecated.- Parameters:
jasperReportsCache- the jasperReportsCache to set
-
setJasperReportCompiler
public void setJasperReportCompiler(JasperReportCompiler jasperReportCompiler)
Deprecated.- Parameters:
jasperReportCompiler- the jasperReportCompiler to set
-
setExporter
public void setExporter(net.sf.jasperreports.engine.JRAbstractExporter exporter)
Deprecated.- Parameters:
exporter- the exporter to set
-
-