Class ClassificationAttributeValueRemoveInterceptor
- java.lang.Object
-
- de.hybris.platform.classification.interceptors.ClassificationAttributeValueRemoveInterceptor
-
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<ClassificationAttributeValueModel>
public class ClassificationAttributeValueRemoveInterceptor extends java.lang.Object implements RemoveInterceptor<ClassificationAttributeValueModel>
-
-
Constructor Summary
Constructors Constructor Description ClassificationAttributeValueRemoveInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonRemove(ClassificationAttributeValueModel value, InterceptorContext ctx)Called in themodelService.removeAll()method.voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetL10nService(L10NService l10nService)
-
-
-
Method Detail
-
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
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
setL10nService
public void setL10nService(L10NService l10nService)
-
-