public class AbstractAnonymousCustomerExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements AnonymousCustomerExtensionHandler
| Constructor and Description |
|---|
AbstractAnonymousCustomerExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
getAnonymousCustomer(org.broadleafcommerce.common.extension.ExtensionResultHolder<org.broadleafcommerce.profile.core.domain.Customer> customerHolder,
org.springframework.web.context.request.WebRequest request)
This allows other modules to handle the resolution of an anonymous customer.
|
getPriority, isEnabled, setEnabled, setPrioritypublic AbstractAnonymousCustomerExtensionHandler()
public org.broadleafcommerce.common.extension.ExtensionResultStatusType getAnonymousCustomer(org.broadleafcommerce.common.extension.ExtensionResultHolder<org.broadleafcommerce.profile.core.domain.Customer> customerHolder,
org.springframework.web.context.request.WebRequest request)
AnonymousCustomerExtensionHandlergetAnonymousCustomer in interface AnonymousCustomerExtensionHandlerCopyright © 2021. All rights reserved.