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

    Fields
    Modifier and Type
    Field
    Description
    protected org.broadleafcommerce.profile.core.service.CustomerService
    Deprecated.
     
    protected org.broadleafcommerce.profile.web.core.security.CustomerStateRequestProcessor
    Deprecated.
     
    protected String
    Deprecated.
     
    protected org.broadleafcommerce.core.order.service.MergeCartService
    Deprecated.
     
    protected org.broadleafcommerce.core.order.service.OrderService
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(jakarta.servlet.http.HttpServletRequest request, jakarta.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.
     
    Deprecated.
     
    void
    setMergeCartResponseKey(String mergeCartResponseKey)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • mergeCartResponseKey

      protected String mergeCartResponseKey
      Deprecated.
    • customerService

      protected org.broadleafcommerce.profile.core.service.CustomerService customerService
      Deprecated.
    • orderService

      protected org.broadleafcommerce.core.order.service.OrderService orderService
      Deprecated.
    • mergeCartService

      protected org.broadleafcommerce.core.order.service.MergeCartService mergeCartService
      Deprecated.
    • customerStateRequestProcessor

      protected org.broadleafcommerce.profile.web.core.security.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 org.broadleafcommerce.common.security.MergeCartProcessor
    • execute

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

      public String getMergeCartResponseKey()
      Deprecated.
    • setMergeCartResponseKey

      public void setMergeCartResponseKey(String mergeCartResponseKey)
      Deprecated.