org.broadleafcommerce.pricing.service.module
Interface ShippingModule

All Known Implementing Classes:
BandedShippingModule, USPSShippingModule

public interface ShippingModule


Method Summary
 FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

calculateShippingForFulfillmentGroup

FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)


Copyright © 2010. All Rights Reserved.