Class DefaultJasperReportsCache
java.lang.Object
de.hybris.platform.cockpit.reports.jasperreports.DefaultJasperReportsCache
- All Implemented Interfaces:
JasperReportsCache
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.sf.jasperreports.engine.JasperReportDeprecated.org.zkoss.image.AImageDeprecated.voidDeprecated.voidremove(WidgetPreferencesModel widget) Deprecated.voidsetJasperReportCompiler(JasperReportCompiler jasperReportCompiler) Deprecated.voidsetMediaService(MediaService mediaService) Deprecated.voidupdate(WidgetPreferencesModel widget) Deprecated.
-
Constructor Details
-
DefaultJasperReportsCache
public DefaultJasperReportsCache()Deprecated.
-
-
Method Details
-
getCompiledReport
public net.sf.jasperreports.engine.JasperReport getCompiledReport(JasperWidgetPreferencesModel widget) Deprecated.- Specified by:
getCompiledReportin interfaceJasperReportsCache- Parameters:
widget- for which report is cached.
-
remove
Deprecated.- Specified by:
removein interfaceJasperReportsCache- Parameters:
widget- to be removed from cache
-
getFilled
public org.zkoss.image.AImage getFilled(JasperWidgetPreferencesModel widget) throws net.sf.jasperreports.engine.JRException, IOException Deprecated.- Specified by:
getFilledin interfaceJasperReportsCache- Parameters:
widget- for which image is cached- Throws:
net.sf.jasperreports.engine.JRExceptionIOException
-
update
Deprecated.- Specified by:
updatein interfaceJasperReportsCache- Parameters:
widget- to be updated
-
invalidateAll
public void invalidateAll()Deprecated.- Specified by:
invalidateAllin interfaceJasperReportsCache
-
setJasperReportCompiler
Deprecated.- Parameters:
jasperReportCompiler- the jasperReportCompiler to set
-
setMediaService
Deprecated.- Parameters:
mediaService- the mediaService to set
-
DefaultJasperReportCacheServiceDefault implementation ofJasperReportsCache