Class RemoveClassificationAttributeValueHandler
java.lang.Object
de.hybris.platform.integrationservices.model.impl.RemoveClassificationAttributeValueHandler
- All Implemented Interfaces:
ClassificationAttributeValueHandler
public class RemoveClassificationAttributeValueHandler
extends Object
implements ClassificationAttributeValueHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplicable(ClassificationTypeAttributeDescriptor attribute, Object value) Determines if this converter is applicable for the given attribute and valuevoidset(ProductModel product, ClassificationTypeAttributeDescriptor attribute, Object value) Sets the given value for attribute on the product.voidsetFeatureFactory(ProductFeatureModelFactory featureFactory) voidsetModelService(ModelService modelService)
-
Constructor Details
-
RemoveClassificationAttributeValueHandler
public RemoveClassificationAttributeValueHandler()
-
-
Method Details
-
isApplicable
Description copied from interface:ClassificationAttributeValueHandlerDetermines if this converter is applicable for the given attribute and value- Specified by:
isApplicablein interfaceClassificationAttributeValueHandler- Parameters:
attribute- the attribute checked for eligibility of handlervalue- the value checked for eligibility of handler- Returns:
- returns true if handler is applicable, false otherwise
-
set
public void set(ProductModel product, ClassificationTypeAttributeDescriptor attribute, Object value) Description copied from interface:ClassificationAttributeValueHandlerSets the given value for attribute on the product.- Specified by:
setin interfaceClassificationAttributeValueHandler- Parameters:
product- the product for which attribute is going to be set onattribute- the attribute to set value onvalue- the value to be set
-
setModelService
-
setFeatureFactory
-