public class ReferencePriceOperandValueProvider extends CurrencyAwareOperandValueProvider implements OperandValueProvider<BTGReferencePriceOperandModel>
currencyManager| Constructor and Description |
|---|
ReferencePriceOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(BTGReferencePriceOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
Class |
getValueType(BTGReferencePriceOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
afterPropertiesSet, getPriceValueInBaseCurrency, setApplicationContext, sumPriceValuesInBaseCurrencypublic Object getValue(BTGReferencePriceOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGReferencePriceOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic Class getValueType(BTGReferencePriceOperandModel operand)
OperandValueProviderBTGOperandModel.
The type is always assignable to the value-type returned by
OperandValueProvider.getValue(BTGOperandModel, UserModel, BTGConditionEvaluationScope).BTGOperandModel which is asked for it's typegetValueType in interface OperandValueProvider<BTGReferencePriceOperandModel>Copyright © 2017 SAP SE. All Rights Reserved.