Class DefaultJasperReportCompiler
java.lang.Object
de.hybris.platform.cockpit.reports.jasperreports.DefaultJasperReportCompiler
- All Implemented Interfaces:
JasperReportCompiler
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperReportcompileReport(JasperWidgetPreferencesModel configuration) Deprecated.net.sf.jasperreports.engine.JasperPrintfillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration) Deprecated.protected ConnectionDeprecated.protected StringDeprecated.voidsetI18NService(I18NService i18nService) Deprecated.voidsetMediaService(MediaService mediaService) Deprecated.voidsetTenantService(TenantService tenantService) Deprecated.voidsetUserService(UserService userService) Deprecated.
-
Constructor Details
-
DefaultJasperReportCompiler
public DefaultJasperReportCompiler()Deprecated.
-
-
Method Details
-
compileReport
public net.sf.jasperreports.engine.JasperReport compileReport(JasperWidgetPreferencesModel configuration) Deprecated.- Specified by:
compileReportin interfaceJasperReportCompiler- Parameters:
configuration- for which report is compiled.
-
getConnection
protected Connection getConnection() throws InstantiationException, IllegalAccessException, ClassNotFoundExceptionDeprecated. -
getUsername
Deprecated. -
fillReport
public net.sf.jasperreports.engine.JasperPrint fillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration) Deprecated.- Specified by:
fillReportin interfaceJasperReportCompiler- Parameters:
report- compiled report to be filled.configuration- for which report is filled.
-
setUserService
Deprecated.- Parameters:
userService- the userService to set
-
setMediaService
Deprecated.- Parameters:
mediaService- the mediaService to set
-
setI18NService
Deprecated.- Parameters:
i18nService- the i18NService to set
-
setTenantService
Deprecated.- Parameters:
tenantService- the tenantService to set
-
DefaultJasperReportCompileServiceDefault implementation ofJasperReportCompiler