public class CartIsEmptyOperandValueProvider extends AbstractCartOperandValueProvider implements OperandValueProvider<BTGCartIsEmptyOperandModel>
cartServicecurrencyManager| Constructor and Description |
|---|
CartIsEmptyOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getValue(BTGCartIsEmptyOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
Class |
getValueType(BTGCartIsEmptyOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
setCartServiceafterPropertiesSet, getPriceValueInBaseCurrency, setApplicationContext, sumPriceValuesInBaseCurrencypublic Object getValue(BTGCartIsEmptyOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGCartIsEmptyOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic Class getValueType(BTGCartIsEmptyOperandModel 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<BTGCartIsEmptyOperandModel>Copyright © 2017 SAP SE. All Rights Reserved.