public class ClassificationAttributeValueRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<ClassificationAttributeValueModel>
| Constructor and Description |
|---|
ClassificationAttributeValueRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRemove(ClassificationAttributeValueModel value,
InterceptorContext ctx)
Called in the
modelService.removeAll() method. |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setL10nService(L10NService l10nService) |
public ClassificationAttributeValueRemoveInterceptor()
public void onRemove(ClassificationAttributeValueModel value, InterceptorContext ctx) throws InterceptorException
RemoveInterceptormodelService.removeAll() method.onRemove in interface RemoveInterceptor<ClassificationAttributeValueModel>value - the model which should be removedctx - the InterceptorContextInterceptorException - if the remove reports an errorpublic void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
public void setL10nService(L10NService l10nService)
Copyright © 2018 SAP SE. All Rights Reserved.