Class MergeCartProcessorImpl
java.lang.Object
org.broadleafcommerce.core.web.order.security.MergeCartProcessorImpl
- All Implemented Interfaces:
MergeCartProcessor
@Deprecated
@Component("blMergeCartProcessor")
public class MergeCartProcessorImpl
extends Object
implements MergeCartProcessor
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CustomerServiceDeprecated.protected CustomerStateRequestProcessorDeprecated.protected StringDeprecated.protected MergeCartServiceDeprecated.protected 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
Deprecated. -
orderService
Deprecated. -
mergeCartService
Deprecated. -
customerStateRequestProcessor
Deprecated.
-
-
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 interfaceMergeCartProcessor
-
execute
public void execute(org.springframework.web.context.request.WebRequest request, org.springframework.security.core.Authentication authResult) Deprecated.- Specified by:
executein interfaceMergeCartProcessor
-
getMergeCartResponseKey
Deprecated. -
setMergeCartResponseKey
Deprecated.
-
MergeCartServiceexplicitly within theCartStateRequestProcessor