Package de.hybris.platform.product.impl
Class PDTRowRemoveInterceptor
- java.lang.Object
-
- de.hybris.platform.product.impl.PDTRowRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<PDTRowModel>
public class PDTRowRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<PDTRowModel>
-
-
Constructor Summary
Constructors Constructor Description PDTRowRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRemove(PDTRowModel pdtRowModel, InterceptorContext ctx)Called in themodelService.removeAll()method.voidsetPdtProductModificationMarker(PDTProductModificationMarker pdtProductModificationMarker)
-
-
-
Method Detail
-
onRemove
public void onRemove(PDTRowModel pdtRowModel, InterceptorContext ctx) throws InterceptorException
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<PDTRowModel>- Parameters:
pdtRowModel- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
setPdtProductModificationMarker
public void setPdtProductModificationMarker(PDTProductModificationMarker pdtProductModificationMarker)
-
-