Class CxCustomizationRankAttributeHandler
java.lang.Object
de.hybris.platform.personalizationservices.dynamic.CxCustomizationRankAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Integer,CxCustomizationModel>
public class CxCustomizationRankAttributeHandler
extends Object
implements DynamicAttributeHandler<Integer,CxCustomizationModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(CxCustomizationModel model) Holds logic behind getter for dynamic attribute.protected List<CxCustomizationModel>protected RankAssignmentStrategyvoidset(CxCustomizationModel model, Integer value) Holds logic behind setter for dynamic attribute.voidsetRankAssigmentStrategy(RankAssignmentStrategy rankAssigmentStrategy)
-
Constructor Details
-
CxCustomizationRankAttributeHandler
public CxCustomizationRankAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<Integer,CxCustomizationModel> - 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<Integer,CxCustomizationModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-
getCustomizationList
-
setRankAssigmentStrategy
-
getRankAssigmentStrategy
-