Package de.hybris.platform.catalog.impl
Class ProductFeatureRemoveInterceptor
- java.lang.Object
-
- de.hybris.platform.catalog.impl.ProductFeatureRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor
,RemoveInterceptor<ProductFeatureModel>
public class ProductFeatureRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<ProductFeatureModel>
Remove Interceptor for ProductFeature. Needed especially for touching the Product.
-
-
Constructor Summary
Constructors Constructor Description ProductFeatureRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onRemove(ProductFeatureModel productFeatureModel, InterceptorContext ctx)
Called in themodelService.removeAll()
method.
-
-
-
Method Detail
-
onRemove
public void onRemove(ProductFeatureModel productFeatureModel, InterceptorContext ctx) throws InterceptorException
Description copied from interface:RemoveInterceptor
Called in themodelService.removeAll()
method.- Specified by:
onRemove
in interfaceRemoveInterceptor<ProductFeatureModel>
- Parameters:
productFeatureModel
- the model which should be removedctx
- theInterceptorContext
- Throws:
InterceptorException
- if the remove reports an error
-
-