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.
this has been replaced by invoking MergeCartService explicitly within the CartStateRequestProcessor
  • Field Details

    • mergeCartResponseKey

      protected String mergeCartResponseKey
      Deprecated.
    • customerService

      protected CustomerService customerService
      Deprecated.
    • orderService

      protected OrderService orderService
      Deprecated.
    • mergeCartService

      protected MergeCartService mergeCartService
      Deprecated.
    • customerStateRequestProcessor

      protected CustomerStateRequestProcessor 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:
      execute in interface MergeCartProcessor
    • execute

      public void execute(org.springframework.web.context.request.WebRequest request, org.springframework.security.core.Authentication authResult)
      Deprecated.
      Specified by:
      execute in interface MergeCartProcessor
    • getMergeCartResponseKey

      public String getMergeCartResponseKey()
      Deprecated.
    • setMergeCartResponseKey

      public void setMergeCartResponseKey(String mergeCartResponseKey)
      Deprecated.