Class ProductUntypedFeaturesAttributeHandler
java.lang.Object
de.hybris.platform.catalog.dynamic.ProductUntypedFeaturesAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<List<ProductFeatureModel>,ProductModel>
public class ProductUntypedFeaturesAttributeHandler
extends Object
implements DynamicAttributeHandler<List<ProductFeatureModel>,ProductModel>
Dynamic Attribute Handler for attribute 'untypedFeatures' from Product
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(ProductModel model) Holds logic behind getter for dynamic attribute.voidset(ProductModel model, List<ProductFeatureModel> incomingUntypedFeatures) Holds logic behind setter for dynamic attribute.
-
Constructor Details
-
ProductUntypedFeaturesAttributeHandler
public ProductUntypedFeaturesAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<List<ProductFeatureModel>,ProductModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<List<ProductFeatureModel>,ProductModel> - Parameters:
model- model for which dynamic attribute is declared.incomingUntypedFeatures- the value which will be used by setter logic.
-