org.broadleafcommerce.core.order.dao
Class OrderDaoExtensionManager
java.lang.Object
org.broadleafcommerce.core.extension.ExtensionManager<OrderDaoExtensionHandler>
org.broadleafcommerce.core.order.dao.OrderDaoExtensionManager
- All Implemented Interfaces:
- InvocationHandler
@Service(value="blOrderDaoExtensionManager")
public class OrderDaoExtensionManager
- extends ExtensionManager<OrderDaoExtensionHandler>
- Author:
- Andre Azzolini (apazzolini), bpolster
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderDaoExtensionManager
public OrderDaoExtensionManager()
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.