public class OrganizationUIDsOperandValueProvider extends AbstractOrderOperandValueProvider implements OperandValueProvider<BTGOrganizationUIDsOperandModel>
commonI18NService| Constructor and Description |
|---|
OrganizationUIDsOperandValueProvider() |
| Modifier and Type | Method and Description |
|---|---|
B2BUnitService<B2BUnitModel,B2BCustomerModel> |
getB2bUnitService() |
java.lang.Object |
getValue(BTGOrganizationUIDsOperandModel operand,
UserModel user,
BTGConditionEvaluationScope evaluationScope)
Retrieves the concrete value from a
BTGOperandModel. |
java.lang.Class |
getValueType(BTGOrganizationUIDsOperandModel operand)
Retrieves the value-type from a
BTGOperandModel. |
void |
setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService) |
getFlexibleSearchService, getNumberOfOrders, getOrdersTotal, getPriceValuesQuery, getUsersLastOrders, setFlexibleSearchServicegetPriceValueInBaseCurrency, setCommonI18NService, sumPriceValuesInBaseCurrencypublic OrganizationUIDsOperandValueProvider()
public java.lang.Object getValue(BTGOrganizationUIDsOperandModel operand, UserModel user, BTGConditionEvaluationScope evaluationScope)
OperandValueProviderBTGOperandModel.getValue in interface OperandValueProvider<BTGOrganizationUIDsOperandModel>operand - BTGOperandModel which is asked for it's valueevaluationScope - YTODOpublic java.lang.Class getValueType(BTGOrganizationUIDsOperandModel 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<BTGOrganizationUIDsOperandModel>public B2BUnitService<B2BUnitModel,B2BCustomerModel> getB2bUnitService()
public void setB2bUnitService(B2BUnitService<B2BUnitModel,B2BCustomerModel> b2bUnitService)
Copyright © 2018 SAP SE. All Rights Reserved.