org.broadleafcommerce.core.order.dao
Class OrderDaoExtensionManager

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

@Service(value="blOrderDaoExtensionManager")
public class OrderDaoExtensionManager
extends ExtensionManager<OrderDaoExtensionHandler>

Author:
Andre Azzolini (apazzolini), bpolster

Field Summary
 
Fields inherited from class org.broadleafcommerce.core.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
 
Constructor Summary
OrderDaoExtensionManager()
           
 
Method Summary
 boolean continueOnHandled()
          By default, this manager will allow other handlers to process the method when a handler returns HANDLED.
 
Methods inherited from class org.broadleafcommerce.core.extension.ExtensionManager
getHandlers, getPriority, getProxy, invoke, setHandlers, shouldContinue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderDaoExtensionManager

public OrderDaoExtensionManager()
Method Detail

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 ExtensionManager<OrderDaoExtensionHandler>
Returns:


Copyright © 2013. All Rights Reserved.