org.broadleafcommerce.core.pricing.service
Class ShippingServiceImpl

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

Deprecated. Should use the FulfillmentOption paradigm, implemented in FulfillmentPricingService

@Deprecated
public class ShippingServiceImpl
extends Object
implements ShippingService

See Also:
FulfillmentPricingService}, {@link FulfillmentOption}

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

Field Detail

shippingModule

protected ShippingModule shippingModule
Deprecated. 
Constructor Detail

ShippingServiceImpl

public ShippingServiceImpl()
Deprecated. 
Method Detail

calculateShippingForFulfillmentGroup

public FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
                                                      throws FulfillmentPriceException
Deprecated. 
Specified by:
calculateShippingForFulfillmentGroup in interface ShippingService
Throws:
FulfillmentPriceException

getShippingModule

public ShippingModule getShippingModule()
Deprecated. 

setShippingModule

public void setShippingModule(ShippingModule shippingModule)
Deprecated. 


Copyright © 2012. All Rights Reserved.