public class CxCustomizationRankAttributeHandler extends java.lang.Object implements DynamicAttributeHandler<java.lang.Integer,CxCustomizationModel>
| Constructor and Description |
|---|
CxCustomizationRankAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
get(CxCustomizationModel model)
Holds logic behind getter for dynamic attribute.
|
protected java.util.List<CxCustomizationModel> |
getCustomizationList(CxCustomizationsGroupModel catalog) |
protected RankAssignmentStrategy |
getRankAssigmentStrategy() |
void |
set(CxCustomizationModel model,
java.lang.Integer value)
Holds logic behind setter for dynamic attribute.
|
void |
setRankAssigmentStrategy(RankAssignmentStrategy rankAssigmentStrategy) |
public java.lang.Integer get(CxCustomizationModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.lang.Integer,CxCustomizationModel>model - model for which dynamic attribute is declared.public void set(CxCustomizationModel model, java.lang.Integer value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.lang.Integer,CxCustomizationModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.protected java.util.List<CxCustomizationModel> getCustomizationList(CxCustomizationsGroupModel catalog)
public void setRankAssigmentStrategy(RankAssignmentStrategy rankAssigmentStrategy)
protected RankAssignmentStrategy getRankAssigmentStrategy()
Copyright © 2018 SAP SE. All Rights Reserved.