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