public class Y2YStreamConfigurationContainerPrepareInterceptor extends java.lang.Object implements PrepareInterceptor<Y2YStreamConfigurationContainerModel>
| Constructor and Description |
|---|
Y2YStreamConfigurationContainerPrepareInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPrepare(Y2YStreamConfigurationContainerModel configurationContainer,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
public Y2YStreamConfigurationContainerPrepareInterceptor()
public void onPrepare(Y2YStreamConfigurationContainerModel configurationContainer, InterceptorContext ctx) throws InterceptorException
PrepareInterceptormodelService.saveAll() method. Prepares the values of the given model.onPrepare in interface PrepareInterceptor<Y2YStreamConfigurationContainerModel>configurationContainer - the model which values has to be preparedctx - the InterceptorContextInterceptorException - if an error occured during the preparationCopyright © 2018 SAP SE. All Rights Reserved.