public class Y2YStreamConfigurationPrepareInterceptor extends java.lang.Object implements PrepareInterceptor<Y2YStreamConfigurationModel>
| Constructor and Description |
|---|
Y2YStreamConfigurationPrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(Y2YStreamConfigurationModel model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setCatalogTypeService(CatalogTypeService catalogTypeService) |
void |
setInfoExpressionGenerator(InfoExpressionGenerator infoExpressionGenerator) |
void |
setModelService(ModelService modelService) |
public Y2YStreamConfigurationPrepareInterceptor()
public void onPrepare(Y2YStreamConfigurationModel model, InterceptorContext ctx) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<Y2YStreamConfigurationModel>model - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationpublic void setCatalogTypeService(CatalogTypeService catalogTypeService)
public void setInfoExpressionGenerator(InfoExpressionGenerator infoExpressionGenerator)
public void setModelService(ModelService modelService)
Copyright © 2018 SAP SE. All Rights Reserved.