Package de.hybris.platform.product.impl
Class PDTRowRemoveInterceptor
java.lang.Object
de.hybris.platform.product.impl.PDTRowRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<PDTRowModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(PDTRowModel pdtRowModel, InterceptorContext ctx) Called in themodelService.removeAll()method.voidsetPdtProductModificationMarker(PDTProductModificationMarker pdtProductModificationMarker)
-
Constructor Details
-
PDTRowRemoveInterceptor
public PDTRowRemoveInterceptor()
-
-
Method Details
-
onRemove
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)
-