Class OrderDaoExtensionManager

java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<OrderDaoExtensionHandler>
org.broadleafcommerce.core.order.dao.OrderDaoExtensionManager
All Implemented Interfaces:
InvocationHandler

@Service("blOrderDaoExtensionManager") public class OrderDaoExtensionManager extends org.broadleafcommerce.common.extension.ExtensionManager<OrderDaoExtensionHandler>
Author:
Andre Azzolini (apazzolini), bpolster
  • 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 manager will allow other handlers to process the method when a handler returns HANDLED.

    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

    • OrderDaoExtensionManager

      public OrderDaoExtensionManager()
  • Method Details

    • continueOnHandled

      public boolean continueOnHandled()
      By default, this manager will allow other handlers to process the method when a handler returns HANDLED.
      Overrides:
      continueOnHandled in class org.broadleafcommerce.common.extension.ExtensionManager<OrderDaoExtensionHandler>