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