org.broadleafcommerce.core.pricing.service
Class ShippingServiceImpl

java.lang.Object
  extended by org.broadleafcommerce.core.pricing.service.ShippingServiceImpl
All Implemented Interfaces:
ShippingService

public class ShippingServiceImpl
extends java.lang.Object
implements ShippingService


Field Summary
protected  ShippingModule shippingModule
           
 
Constructor Summary
ShippingServiceImpl()
           
 
Method Summary
 FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 ShippingModule getShippingModule()
           
 void setShippingModule(ShippingModule shippingModule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

shippingModule

protected ShippingModule shippingModule
Constructor Detail

ShippingServiceImpl

public ShippingServiceImpl()
Method Detail

calculateShippingForFulfillmentGroup

public FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
                                                      throws ShippingPriceException
Specified by:
calculateShippingForFulfillmentGroup in interface ShippingService
Throws:
ShippingPriceException

getShippingModule

public ShippingModule getShippingModule()

setShippingModule

public void setShippingModule(ShippingModule shippingModule)


Copyright © 2012. All Rights Reserved.