org.broadleafcommerce.core.order.service
Class MergeCartServiceExtensionManager
java.lang.Object
org.broadleafcommerce.core.extension.ExtensionManager<MergeCartServiceExtensionHandler>
org.broadleafcommerce.core.order.service.MergeCartServiceExtensionManager
- All Implemented Interfaces:
- InvocationHandler
@Service(value="blMergeCartServiceExtensionManager")
public class MergeCartServiceExtensionManager
- extends ExtensionManager<MergeCartServiceExtensionHandler>
Extension manager for merge cart.
- Author:
- Andre Azzolini (apazzolini)
|
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 |
MergeCartServiceExtensionManager
public MergeCartServiceExtensionManager()
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<MergeCartServiceExtensionHandler>
- Returns:
Copyright © 2013. All Rights Reserved.