org.broadleafcommerce.core.order.service
Class OrderServiceExtensionManager
java.lang.Object
org.broadleafcommerce.core.extension.ExtensionManager<OrderServiceExtensionHandler>
org.broadleafcommerce.core.order.service.OrderServiceExtensionManager
- All Implemented Interfaces:
- InvocationHandler
@Service(value="blOrderServiceExtensionManager")
public class OrderServiceExtensionManager
- extends ExtensionManager<OrderServiceExtensionHandler>
- Author:
- Andre Azzolini (apazzolini), bpolster
|
Method Summary |
boolean |
continueOnHandled()
By default,this extension manager will continue on handled allowing multiple handlers to interact with the order. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderServiceExtensionManager
public OrderServiceExtensionManager()
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 ExtensionManager<OrderServiceExtensionHandler>
- Returns:
Copyright © 2013. All Rights Reserved.