Class ClassificationAttributeRemoveClassFeatureGroupAssignmentRemoveInterceptor
java.lang.Object
com.hybris.classificationgroupsservices.interceptors.classificationattribute.ClassificationAttributeRemoveClassFeatureGroupAssignmentRemoveInterceptor
- All Implemented Interfaces:
Interceptor,RemoveInterceptor<ClassificationAttributeModel>
public class ClassificationAttributeRemoveClassFeatureGroupAssignmentRemoveInterceptor
extends Object
implements RemoveInterceptor<ClassificationAttributeModel>
Removes all
ClassFeatureGroupAssignmentModels connected with given ClassificationAttributeModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonRemove(ClassificationAttributeModel classificationAttribute, InterceptorContext ctx) Called in themodelService.removeAll()method.voidsetClassFeatureGroupAssignmentService(ClassFeatureGroupAssignmentService classFeatureGroupAssignmentService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
ClassificationAttributeRemoveClassFeatureGroupAssignmentRemoveInterceptor
public ClassificationAttributeRemoveClassFeatureGroupAssignmentRemoveInterceptor()
-
-
Method Details
-
onRemove
Description copied from interface:RemoveInterceptorCalled in themodelService.removeAll()method.- Specified by:
onRemovein interfaceRemoveInterceptor<ClassificationAttributeModel>- Parameters:
classificationAttribute- the model which should be removedctx- theInterceptorContext
-
setModelService
-
setClassFeatureGroupAssignmentService
public void setClassFeatureGroupAssignmentService(ClassFeatureGroupAssignmentService classFeatureGroupAssignmentService)
-