Class LocalizedClassificationAttributeValueHandler
java.lang.Object
de.hybris.platform.integrationservices.model.impl.LocalizedClassificationAttributeValueHandler
- All Implemented Interfaces:
ClassificationAttributeValueHandler
public class LocalizedClassificationAttributeValueHandler
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 values) Sets the given value for attribute on the product.voidsetFeatureFactory(ProductFeatureModelFactory featureFactory) voidsetI18NService(CommonI18NService i18NService) voidsetModelService(ModelService modelService)
-
Constructor Details
-
LocalizedClassificationAttributeValueHandler
public LocalizedClassificationAttributeValueHandler()
-
-
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 values) 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 onvalues- the value to be set
-
setI18NService
-
setModelService
-
setFeatureFactory
-