Class DefaultJasperReportCompiler
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.jasperreports.DefaultJasperReportCompiler
-
- All Implemented Interfaces:
JasperReportCompiler
@Deprecated public class DefaultJasperReportCompiler extends java.lang.Object implements JasperReportCompiler
Deprecated.as of release 4.3, please use methods fromDefaultJasperReportCompileServiceDefault implementation ofJasperReportCompiler
-
-
Constructor Summary
Constructors Constructor Description DefaultJasperReportCompiler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.sf.jasperreports.engine.JasperReportcompileReport(JasperWidgetPreferencesModel configuration)Deprecated.net.sf.jasperreports.engine.JasperPrintfillReport(net.sf.jasperreports.engine.JasperReport report, JasperWidgetPreferencesModel configuration)Deprecated.protected java.sql.ConnectiongetConnection()Deprecated.protected java.lang.StringgetUsername()Deprecated.voidsetI18NService(I18NService i18nService)Deprecated.voidsetMediaService(MediaService mediaService)Deprecated.voidsetTenantService(TenantService tenantService)Deprecated.voidsetUserService(UserService userService)Deprecated.
-
-
-
Method Detail
-
compileReport
public net.sf.jasperreports.engine.JasperReport compileReport(JasperWidgetPreferencesModel configuration)
Deprecated.- Specified by:
compileReportin interfaceJasperReportCompiler- Parameters:
configuration- for which report is compiled.
-
getConnection
protected java.sql.Connection getConnection() throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundExceptionDeprecated.- Throws:
java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.ClassNotFoundException
-
getUsername
protected java.lang.String 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
public void setUserService(UserService userService)
Deprecated.- Parameters:
userService- the userService to set
-
setMediaService
public void setMediaService(MediaService mediaService)
Deprecated.- Parameters:
mediaService- the mediaService to set
-
setI18NService
public void setI18NService(I18NService i18nService)
Deprecated.- Parameters:
i18nService- the i18NService to set
-
setTenantService
public void setTenantService(TenantService tenantService)
Deprecated.- Parameters:
tenantService- the tenantService to set
-
-