Class ProductReferenceRemoveInterceptor
java.lang.Object
de.hybris.platform.catalog.interceptors.ProductReferenceRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<ProductReferenceModel>
public class ProductReferenceRemoveInterceptor
extends Object
implements RemoveInterceptor<ProductReferenceModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(ProductReferenceModel productReferenceModel, InterceptorContext ctx) Called in themodelService.removeAll()method.
-
Constructor Details
-
ProductReferenceRemoveInterceptor
public ProductReferenceRemoveInterceptor()
-
-
Method Details
-
onRemove
public void onRemove(ProductReferenceModel productReferenceModel, InterceptorContext ctx) throws InterceptorException Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<ProductReferenceModel>- Parameters:
productReferenceModel- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-