Interface JasperReportCompiler
- All Known Implementing Classes:
DefaultJasperReportCompiler
Deprecated.
- Spring Bean ID:
- jasperReportCompiler
-
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperReportcompileReport(JasperWidgetPreferencesModel configuration) Deprecated.as of release 4.3, please useJasperReportCompileService.compileReport(de.hybris.platform.cockpit.reports.model.JasperMediaModel)Compiles report from its configuration.net.sf.jasperreports.engine.JasperPrintfillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration) Deprecated.as of release 4.3, please useJasperReportFillService.fillReport(JasperReport, JasperWidgetPreferencesModel)Fills report from its compiled version and its configuration.
-
Method Details
-
compileReport
@Deprecated net.sf.jasperreports.engine.JasperReport compileReport(JasperWidgetPreferencesModel configuration) Deprecated.as of release 4.3, please useJasperReportCompileService.compileReport(de.hybris.platform.cockpit.reports.model.JasperMediaModel)Compiles report from its configuration.- Parameters:
configuration- for which report is compiled.
-
fillReport
@Deprecated net.sf.jasperreports.engine.JasperPrint fillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration) Deprecated.as of release 4.3, please useJasperReportFillService.fillReport(JasperReport, JasperWidgetPreferencesModel)Fills report from its compiled version and its configuration.- Parameters:
configuration- for which report is filled.report- compiled report to be filled.
-
JasperReportCompileServiceandJasperReportFillServiceCompiler for reports.