Class DefaultCustomerResolutionService
java.lang.Object
de.hybris.platform.subscriptionservices.subscription.impl.DefaultCustomerResolutionService
- All Implemented Interfaces:
CustomerResolutionService
Default implementation of the
CustomerResolutionService using the UserService to resolve the current
customer.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the ISO currency code.Returns the current customer.protected I18NServiceprotected UserServicevoidsetI18NService(I18NService i18NService) voidsetUserService(UserService userService)
-
Constructor Details
-
DefaultCustomerResolutionService
public DefaultCustomerResolutionService()
-
-
Method Details
-
getCurrentCustomer
Description copied from interface:CustomerResolutionServiceReturns the current customer.- Specified by:
getCurrentCustomerin interfaceCustomerResolutionService- Returns:
CustomerModelthe current customer
-
getCurrencyIso
Description copied from interface:CustomerResolutionServiceReturns the ISO currency code.- Specified by:
getCurrencyIsoin interfaceCustomerResolutionService- Returns:
Stringthe ISO currency code
-
getUserService
-
setUserService
-
getI18NService
-
setI18NService
-