Class AbstractMergeCartServiceExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.order.service.AbstractMergeCartServiceExtensionHandler
All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler, MergeCartServiceExtensionHandler

public abstract class AbstractMergeCartServiceExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements MergeCartServiceExtensionHandler
Author:
Andre Azzolini (apazzolini)
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    enabled, priority
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    setNewCartOwnership(Order cart, org.broadleafcommerce.profile.core.domain.Customer customer)
     
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    updateMergedOrder(Order cart, org.broadleafcommerce.profile.core.domain.Customer customer)
     

    Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    getPriority, isEnabled, setEnabled, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler

    getPriority, isEnabled
  • Constructor Details

    • AbstractMergeCartServiceExtensionHandler

      public AbstractMergeCartServiceExtensionHandler()
  • Method Details