public class RuleGroupRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<RuleGroupModel>
| Constructor and Description |
|---|
RuleGroupRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected L10NService |
getL10NService() |
void |
onRemove(RuleGroupModel ruleGroup,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setL10NService(L10NService l10nService) |
public void onRemove(RuleGroupModel ruleGroup, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<RuleGroupModel>ruleGroup - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorprotected L10NService getL10NService()
public void setL10NService(L10NService l10nService)
Copyright © 2018 SAP SE. All Rights Reserved.