public class JasperWidgetPreferencesPreparer extends java.lang.Object implements PrepareInterceptor
| Constructor and Description |
|---|
JasperWidgetPreferencesPreparer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(java.lang.Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setJasperReportParameterFactory(JasperReportParameterFactory jasperReportParameterFactory) |
void |
setMediaService(MediaService mediaService) |
void |
setModelService(ModelService modelService) |
public void onPrepare(java.lang.Object model,
InterceptorContext ctx)
throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptormodel - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationpublic void setMediaService(MediaService mediaService)
mediaService - the mediaService to setpublic void setJasperReportParameterFactory(JasperReportParameterFactory jasperReportParameterFactory)
jasperReportParameterFactory - the jasperReportParameterFactory to setpublic void setModelService(ModelService modelService)
modelService - the modelService to setCopyright © 2018 SAP SE. All Rights Reserved.