public class DefaultAbstractOrderRemoveInterceptor extends java.lang.Object implements RemoveInterceptor
| Constructor and Description |
|---|
DefaultAbstractOrderRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(java.lang.Object model,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
public DefaultAbstractOrderRemoveInterceptor()
public void onRemove(java.lang.Object model,
InterceptorContext ctx)
throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptormodel - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorCopyright © 2018 SAP SE. All Rights Reserved.