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.
|
void |
execute(org.springframework.web.context.request.WebRequest request,
org.springframework.security.core.Authentication authResult)
Deprecated.
|
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)
execute in interface MergeCartProcessorpublic void execute(org.springframework.web.context.request.WebRequest request,
org.springframework.security.core.Authentication authResult)
execute in interface MergeCartProcessorpublic String getMergeCartResponseKey()
public void setMergeCartResponseKey(String mergeCartResponseKey)
Copyright © 2015. All Rights Reserved.