public class LastOrderDateOperandValueProvider extends AbstractOrderOperandValueProvider implements OperandValueProvider<BTGLastOrderDateOperandModel>
BTGLastOrderDateOperandModel for the given usercommonI18NService| Constructor and Description |
|---|
LastOrderDateOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Date |
getLastOrderDate(UserModel user) |
java.lang.Object |
getValue(BTGLastOrderDateOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
java.lang.Class |
getValueType(BTGLastOrderDateOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
getFlexibleSearchService, getNumberOfOrders, getOrdersTotal, getPriceValuesQuery, getUsersLastOrders, setFlexibleSearchServicegetPriceValueInBaseCurrency, setCommonI18NService, sumPriceValuesInBaseCurrencypublic java.lang.Object getValue(BTGLastOrderDateOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGLastOrderDateOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic java.lang.Class getValueType(BTGLastOrderDateOperandModel 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<BTGLastOrderDateOperandModel>protected java.util.Date getLastOrderDate(UserModel user)
Copyright © 2018 SAP SE. All Rights Reserved.