MergeCartService explicitly within the
CartStateRequestProcessor@Deprecated @Component(value="blMergeCartProcessor") public class MergeCartProcessorImpl extends Object implements MergeCartProcessor
| Modifier and Type | Field and Description |
|---|---|
protected CustomerService |
customerService
Deprecated.
|
protected CustomerStateRequestProcessor |
customerStateRequestProcessor
Deprecated.
|
protected String |
mergeCartResponseKey
Deprecated.
|
protected MergeCartService |
mergeCartService
Deprecated.
|
protected OrderService |
orderService
Deprecated.
|
| Constructor and Description |
|---|
MergeCartProcessorImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authResult)
Deprecated.
Convenience method.
|
void |
execute(org.springframework.web.context.request.WebRequest request,
org.springframework.security.core.Authentication authResult)
Deprecated.
Merge the cart owned by the anonymous current session
Customer with the Customer that has just
logged in |
String |
getMergeCartResponseKey()
Deprecated.
|
void |
setMergeCartResponseKey(String mergeCartResponseKey)
Deprecated.
|
protected String mergeCartResponseKey
protected CustomerService customerService
protected OrderService orderService
protected MergeCartService mergeCartService
protected CustomerStateRequestProcessor customerStateRequestProcessor
public void execute(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authResult)
MergeCartProcessorServletWebRequest
and forward to MergeCartProcessor.execute(WebRequest, Authentication)execute in interface MergeCartProcessorpublic void execute(org.springframework.web.context.request.WebRequest request,
org.springframework.security.core.Authentication authResult)
MergeCartProcessorCustomer with the Customer that has just
logged inexecute in interface MergeCartProcessorpublic String getMergeCartResponseKey()
public void setMergeCartResponseKey(String mergeCartResponseKey)
Copyright © 2015. All rights reserved.