Interface CustomerResolutionService
- All Known Implementing Classes:
DefaultCustomerResolutionService
public interface CustomerResolutionService
Service interface to resolve information about the current customer in different contexts (e.g. accelerator
storefronts, CS cockpit).
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ISO currency code.Returns the current customer.
-
Method Details
-
getCurrentCustomer
Returns the current customer.- Returns:
CustomerModelthe current customer
-
getCurrencyIso
Returns the ISO currency code.- Returns:
Stringthe ISO currency code
-