Class DefaultJasperReportCompileService
java.lang.Object
de.hybris.platform.cockpit.reports.impl.DefaultJasperReportCompileService
- All Implemented Interfaces:
JasperReportCompileService
Default implementation of
JasperReportCompileService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperReportcompileReport(JasperMediaModel media) Compiles report from its configuration.voidsetMediaService(MediaService mediaService)
-
Constructor Details
-
DefaultJasperReportCompileService
public DefaultJasperReportCompileService()
-
-
Method Details
-
compileReport
public net.sf.jasperreports.engine.JasperReport compileReport(JasperMediaModel media) throws JasperReportCompileException Description copied from interface:JasperReportCompileServiceCompiles report from its configuration.- Specified by:
compileReportin interfaceJasperReportCompileService- Parameters:
media- that store definition of report (JRXML).- Throws:
JasperReportCompileException
-
setMediaService
- Parameters:
mediaService- the mediaService to set
-