org.broadleafcommerce.core.pricing.service
Class ShippingServiceImpl
java.lang.Object
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}
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shippingModule
protected ShippingModule shippingModule
- Deprecated.
ShippingServiceImpl
public ShippingServiceImpl()
- Deprecated.
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.