public class DefaultCustomerResolutionService extends java.lang.Object implements CustomerResolutionService
CustomerResolutionService using the UserService to resolve the current
customer.| Constructor and Description |
|---|
DefaultCustomerResolutionService() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencyIso()
Returns the ISO currency code.
|
CustomerModel |
getCurrentCustomer()
Returns the current customer.
|
protected I18NService |
getI18NService() |
protected UserService |
getUserService() |
void |
setI18NService(I18NService i18NService) |
void |
setUserService(UserService userService) |
public CustomerModel getCurrentCustomer()
CustomerResolutionServicegetCurrentCustomer in interface CustomerResolutionServiceCustomerModel the current customerpublic java.lang.String getCurrencyIso()
CustomerResolutionServicegetCurrencyIso in interface CustomerResolutionServiceString the ISO currency codeprotected UserService getUserService()
public void setUserService(UserService userService)
protected I18NService getI18NService()
public void setI18NService(I18NService i18NService)
Copyright © 2018 SAP SE. All Rights Reserved.