Class MergeCartProcessorImpl
java.lang.Object
org.broadleafcommerce.core.web.order.security.MergeCartProcessorImpl
- All Implemented Interfaces:
org.broadleafcommerce.common.security.MergeCartProcessor
@Deprecated
@Component("blMergeCartProcessor")
public class MergeCartProcessorImpl
extends Object
implements org.broadleafcommerce.common.security.MergeCartProcessor
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.broadleafcommerce.profile.core.service.CustomerServiceDeprecated.protected org.broadleafcommerce.profile.web.core.security.CustomerStateRequestProcessorDeprecated.protected StringDeprecated.protected org.broadleafcommerce.core.order.service.MergeCartServiceDeprecated.protected org.broadleafcommerce.core.order.service.OrderServiceDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authResult) Deprecated.voidexecute(org.springframework.web.context.request.WebRequest request, org.springframework.security.core.Authentication authResult) Deprecated.Deprecated.voidsetMergeCartResponseKey(String mergeCartResponseKey) Deprecated.
-
Field Details
-
mergeCartResponseKey
Deprecated. -
customerService
protected org.broadleafcommerce.profile.core.service.CustomerService customerServiceDeprecated. -
orderService
protected org.broadleafcommerce.core.order.service.OrderService orderServiceDeprecated. -
mergeCartService
protected org.broadleafcommerce.core.order.service.MergeCartService mergeCartServiceDeprecated. -
customerStateRequestProcessor
protected org.broadleafcommerce.profile.web.core.security.CustomerStateRequestProcessor customerStateRequestProcessorDeprecated.
-
-
Constructor Details
-
MergeCartProcessorImpl
public MergeCartProcessorImpl()Deprecated.
-
-
Method Details
-
execute
public void execute(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authResult) Deprecated.- Specified by:
executein interfaceorg.broadleafcommerce.common.security.MergeCartProcessor
-
execute
public void execute(org.springframework.web.context.request.WebRequest request, org.springframework.security.core.Authentication authResult) Deprecated.- Specified by:
executein interfaceorg.broadleafcommerce.common.security.MergeCartProcessor
-
getMergeCartResponseKey
Deprecated. -
setMergeCartResponseKey
Deprecated.
-
MergeCartServiceexplicitly within theCartStateRequestProcessor