public class PDTRowRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<PDTRowModel>
| Constructor and Description |
|---|
PDTRowRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(PDTRowModel pdtRowModel,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setPdtProductModificationMarker(PDTProductModificationMarker pdtProductModificationMarker) |
public void onRemove(PDTRowModel pdtRowModel, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<PDTRowModel>pdtRowModel - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorpublic void setPdtProductModificationMarker(PDTProductModificationMarker pdtProductModificationMarker)
Copyright © 2018 SAP SE. All Rights Reserved.