Class DefaultJasperReportsCache
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.jasperreports.DefaultJasperReportsCache
-
- All Implemented Interfaces:
JasperReportsCache
@Deprecated public class DefaultJasperReportsCache extends java.lang.Object implements JasperReportsCache
Deprecated.as of release 4.3, please use methods fromDefaultJasperReportCacheService
Default implementation ofJasperReportsCache
-
-
Constructor Summary
Constructors Constructor Description DefaultJasperReportsCache()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description net.sf.jasperreports.engine.JasperReport
getCompiledReport(JasperWidgetPreferencesModel widget)
Deprecated.org.zkoss.image.AImage
getFilled(JasperWidgetPreferencesModel widget)
Deprecated.void
invalidateAll()
Deprecated.void
remove(WidgetPreferencesModel widget)
Deprecated.void
setJasperReportCompiler(JasperReportCompiler jasperReportCompiler)
Deprecated.void
setMediaService(MediaService mediaService)
Deprecated.void
update(WidgetPreferencesModel widget)
Deprecated.
-
-
-
Method Detail
-
getCompiledReport
public net.sf.jasperreports.engine.JasperReport getCompiledReport(JasperWidgetPreferencesModel widget)
Deprecated.- Specified by:
getCompiledReport
in interfaceJasperReportsCache
- Parameters:
widget
- for which report is cached.
-
remove
public void remove(WidgetPreferencesModel widget)
Deprecated.- Specified by:
remove
in interfaceJasperReportsCache
- Parameters:
widget
- to be removed from cache
-
getFilled
public org.zkoss.image.AImage getFilled(JasperWidgetPreferencesModel widget) throws net.sf.jasperreports.engine.JRException, java.io.IOException
Deprecated.- Specified by:
getFilled
in interfaceJasperReportsCache
- Parameters:
widget
- for which image is cached- Throws:
net.sf.jasperreports.engine.JRException
java.io.IOException
-
update
public void update(WidgetPreferencesModel widget)
Deprecated.- Specified by:
update
in interfaceJasperReportsCache
- Parameters:
widget
- to be updated
-
invalidateAll
public void invalidateAll()
Deprecated.- Specified by:
invalidateAll
in interfaceJasperReportsCache
-
setJasperReportCompiler
public void setJasperReportCompiler(JasperReportCompiler jasperReportCompiler)
Deprecated.- Parameters:
jasperReportCompiler
- the jasperReportCompiler to set
-
setMediaService
public void setMediaService(MediaService mediaService)
Deprecated.- Parameters:
mediaService
- the mediaService to set
-
-