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 Object
implements RemoveInterceptor<ProductFeatureModel>
Remove Interceptor for ProductFeature. Needed especially for touching the Product.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(ProductFeatureModel productFeatureModel, InterceptorContext ctx) Called in themodelService.removeAll()method.
-
Constructor Details
-
ProductFeatureRemoveInterceptor
public ProductFeatureRemoveInterceptor()
-
-
Method Details
-
onRemove
public void onRemove(ProductFeatureModel productFeatureModel, InterceptorContext ctx) throws InterceptorException Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<ProductFeatureModel>- Parameters:
productFeatureModel- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-