Uses of Enum Class
com.broadleafcommerce.tenant.service.CustomerContextResolverMethod
Packages that use CustomerContextResolverMethod
Package
Description
-
Uses of CustomerContextResolverMethod in com.broadleafcommerce.tenant.service
Methods in com.broadleafcommerce.tenant.service that return CustomerContextResolverMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CustomerContextResolverMethod[]CustomerContextResolverMethod.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CustomerContextResolverMethod in com.broadleafcommerce.tenant.service.autoconfigure
Methods in com.broadleafcommerce.tenant.service.autoconfigure that return CustomerContextResolverMethodModifier and TypeMethodDescriptionTenantApplicationProperties.Customer.getContextMethod()The default method for determining the customer context ID.Methods in com.broadleafcommerce.tenant.service.autoconfigure with parameters of type CustomerContextResolverMethodModifier and TypeMethodDescriptionvoidTenantApplicationProperties.Customer.setContextMethod(CustomerContextResolverMethod contextMethod) The default method for determining the customer context ID.