Package de.hybris.y2ysync.model
Class Y2YStreamConfigurationContainerPrepareInterceptor
java.lang.Object
de.hybris.y2ysync.model.Y2YStreamConfigurationContainerPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<Y2YStreamConfigurationContainerModel>
public class Y2YStreamConfigurationContainerPrepareInterceptor
extends Object
implements PrepareInterceptor<Y2YStreamConfigurationContainerModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(Y2YStreamConfigurationContainerModel configurationContainer, InterceptorContext ctx) Called in themodelService.saveAll()method.
-
Constructor Details
-
Y2YStreamConfigurationContainerPrepareInterceptor
public Y2YStreamConfigurationContainerPrepareInterceptor()
-
-
Method Details
-
onPrepare
public void onPrepare(Y2YStreamConfigurationContainerModel configurationContainer, InterceptorContext ctx) throws InterceptorException Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor<Y2YStreamConfigurationContainerModel>- Parameters:
configurationContainer- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-