org.broadleafcommerce.core.pricing.dao
Interface ShippingRateDao

All Known Implementing Classes:
ShippingRateDaoImpl

Deprecated. Superceded in functionality by BandedPriceFulfillmentOption and BandedFulfillmentPricingProvider

@Deprecated
public interface ShippingRateDao

See Also:
FulfillmentOption}, {@link FulfillmentPricingService}

Method Summary
 ShippingRate create()
          Deprecated.  
 ShippingRate readShippingRateByFeeTypesUnityQty(String feeType, String feeSubType, BigDecimal unitQuantity)
          Deprecated.  
 ShippingRate readShippingRateById(Long id)
          Deprecated.  
 ShippingRate save(ShippingRate shippingRate)
          Deprecated.  
 

Method Detail

save

ShippingRate save(ShippingRate shippingRate)
Deprecated. 

readShippingRateById

ShippingRate readShippingRateById(Long id)
Deprecated. 

readShippingRateByFeeTypesUnityQty

ShippingRate readShippingRateByFeeTypesUnityQty(String feeType,
                                                String feeSubType,
                                                BigDecimal unitQuantity)
Deprecated. 

create

ShippingRate create()
Deprecated. 


Copyright © 2012. All Rights Reserved.