Class CollectionClassificationAttributeValueHandler
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.impl.CollectionClassificationAttributeValueHandler
-
- All Implemented Interfaces:
ClassificationAttributeValueHandler
public class CollectionClassificationAttributeValueHandler extends java.lang.Object implements ClassificationAttributeValueHandler
-
-
Constructor Summary
Constructors Constructor Description CollectionClassificationAttributeValueHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisApplicable(ClassificationTypeAttributeDescriptor attribute, java.lang.Object value)Determines if this converter is applicable for the given attribute and valuevoidset(ProductModel product, ClassificationTypeAttributeDescriptor attribute, java.lang.Object value)Sets the given value for attribute on the product.voidsetFeatureFactory(ProductFeatureModelFactory featureFactory)voidsetModelService(ModelService modelService)
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(ClassificationTypeAttributeDescriptor attribute, java.lang.Object value)
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, java.lang.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
public void setModelService(ModelService modelService)
-
setFeatureFactory
public void setFeatureFactory(ProductFeatureModelFactory featureFactory)
-
-