public abstract class AbstractCartStateRequestProcessorExtensionHandler extends AbstractExtensionHandler implements CartStateRequestProcessorExtensionHandler
enabled, priority| Constructor and Description |
|---|
AbstractCartStateRequestProcessorExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
lookupOrCreateCart(org.springframework.web.context.request.WebRequest request,
Customer customer,
ExtensionResultHolder<Order> resultHolder)
Allows an extension to return a cart skipping the out of box processing that
normally performs this function.
|
getPriority, isEnabled, setEnabled, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledpublic AbstractCartStateRequestProcessorExtensionHandler()
public ExtensionResultStatusType lookupOrCreateCart(org.springframework.web.context.request.WebRequest request, Customer customer, ExtensionResultHolder<Order> resultHolder)
lookupOrCreateCart in interface CartStateRequestProcessorExtensionHandlerresultHolder - customer - (the current customer)Copyright © 2015. All rights reserved.