Class ClassificationAttributeValueRemoveInterceptor
java.lang.Object
de.hybris.platform.classification.interceptors.ClassificationAttributeValueRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<ClassificationAttributeValueModel>
public class ClassificationAttributeValueRemoveInterceptor
extends Object
implements RemoveInterceptor<ClassificationAttributeValueModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled in themodelService.removeAll()method.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetL10nService(L10NService l10nService)
-
Constructor Details
-
ClassificationAttributeValueRemoveInterceptor
public ClassificationAttributeValueRemoveInterceptor()
-
-
Method Details
-
onRemove
public void onRemove(ClassificationAttributeValueModel value, InterceptorContext ctx) throws InterceptorException Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<ClassificationAttributeValueModel>- Parameters:
value- the model which should be removedctx- theInterceptorContext- Throws:
InterceptorException- if the remove reports an error
-
setFlexibleSearchService
-
setL10nService
-