Class DefaultJasperReportCompileService
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.impl.DefaultJasperReportCompileService
-
- All Implemented Interfaces:
JasperReportCompileService
public class DefaultJasperReportCompileService extends java.lang.Object implements JasperReportCompileService
Default implementation ofJasperReportCompileService
-
-
Constructor Summary
Constructors Constructor Description DefaultJasperReportCompileService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.sf.jasperreports.engine.JasperReportcompileReport(JasperMediaModel media)Compiles report from its configuration.voidsetMediaService(MediaService mediaService)
-
-
-
Method Detail
-
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
public void setMediaService(MediaService mediaService)
- Parameters:
mediaService- the mediaService to set
-
-