Class JasperMediaPrepareInterceptor
- java.lang.Object
-
- de.hybris.platform.cockpit.reports.interceptor.JasperMediaPrepareInterceptor
-
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
public class JasperMediaPrepareInterceptor extends java.lang.Object implements PrepareInterceptor
Interceptor which sets folder for JasperMedia when it is about to save- Spring Bean ID:
- jasperMediaPrepareInterceptor
-
-
Constructor Summary
Constructors Constructor Description JasperMediaPrepareInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonPrepare(java.lang.Object model, InterceptorContext ctx)Called in themodelService.saveAll()method.voidsetJasperMediaService(JasperMediaService jasperMediaService)
-
-
-
Method Detail
-
onPrepare
public void onPrepare(java.lang.Object model, InterceptorContext ctx) throws InterceptorExceptionDescription copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
setJasperMediaService
public void setJasperMediaService(JasperMediaService jasperMediaService)
-
-