Class MergeCartServiceExtensionManager

java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<MergeCartServiceExtensionHandler>
org.broadleafcommerce.core.order.service.MergeCartServiceExtensionManager
All Implemented Interfaces:
InvocationHandler

@Service("blMergeCartServiceExtensionManager") public class MergeCartServiceExtensionManager extends org.broadleafcommerce.common.extension.ExtensionManager<MergeCartServiceExtensionHandler>
Extension manager for merge cart.
Author:
Andre Azzolini (apazzolini)
  • Field Summary

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

    extensionHandler, handlers, handlersSorted, LOCK_OBJECT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    By default,this extension manager will continue on handled allowing multiple handlers to interact with the order.

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

    execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers

    Methods inherited from class java.lang.Object

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

    • MergeCartServiceExtensionManager

      public MergeCartServiceExtensionManager()
  • Method Details

    • continueOnHandled

      public boolean continueOnHandled()
      By default,this extension manager will continue on handled allowing multiple handlers to interact with the order.
      Overrides:
      continueOnHandled in class org.broadleafcommerce.common.extension.ExtensionManager<MergeCartServiceExtensionHandler>