public class MobileActionAssignmentRemoveInterceptor extends java.lang.Object implements RemoveInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected ValidationService |
validationService |
| Constructor and Description |
|---|
MobileActionAssignmentRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(java.lang.Object model,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setValidationService(ValidationService validationService) |
protected ValidationService validationService
public MobileActionAssignmentRemoveInterceptor()
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 errorpublic void setValidationService(ValidationService validationService)
Copyright © 2018 SAP SE. All Rights Reserved.