Class BundleSelectionCriteriaIDPrepareInterceptor
java.lang.Object
de.hybris.platform.configurablebundleservices.interceptor.impl.BundleSelectionCriteriaIDPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
public class BundleSelectionCriteriaIDPrepareInterceptor
extends Object
implements PrepareInterceptor
Create a unique id for new
BundleSelectionCriteriaModels if not yet set-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(Object model, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetBundleSelectionCriteriaIDGenerator(KeyGenerator bundleSelectionCriteriaIDGenerator)
-
Constructor Details
-
BundleSelectionCriteriaIDPrepareInterceptor
public BundleSelectionCriteriaIDPrepareInterceptor()
-
-
Method Details
-
onPrepare
Description 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
-
setBundleSelectionCriteriaIDGenerator
-