org.broadleafcommerce.core.order.service
Class AbstractOrderServiceExtensionHandler

java.lang.Object
  extended by org.broadleafcommerce.core.extension.AbstractExtensionHandler
      extended by org.broadleafcommerce.core.order.service.AbstractOrderServiceExtensionHandler
All Implemented Interfaces:
ExtensionHandler, OrderServiceExtensionHandler

public abstract class AbstractOrderServiceExtensionHandler
extends AbstractExtensionHandler
implements OrderServiceExtensionHandler

Author:
bpolster

Constructor Summary
AbstractOrderServiceExtensionHandler()
           
 
Method Summary
 ExtensionResultStatusType attachAdditionalDataToNewNamedCart(Customer customer, Order cart)
           
 
Methods inherited from class org.broadleafcommerce.core.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.broadleafcommerce.core.extension.ExtensionHandler
getPriority, isEnabled
 

Constructor Detail

AbstractOrderServiceExtensionHandler

public AbstractOrderServiceExtensionHandler()
Method Detail

attachAdditionalDataToNewNamedCart

public ExtensionResultStatusType attachAdditionalDataToNewNamedCart(Customer customer,
                                                                    Order cart)
Specified by:
attachAdditionalDataToNewNamedCart in interface OrderServiceExtensionHandler


Copyright © 2013. All Rights Reserved.