org.broadleafcommerce.pricing.service.module
Class USPSShippingModule

java.lang.Object
  extended by org.broadleafcommerce.pricing.service.module.USPSShippingModule
All Implemented Interfaces:
ShippingModule

public class USPSShippingModule
extends java.lang.Object
implements ShippingModule


Constructor Summary
USPSShippingModule()
           
 
Method Summary
 FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
           
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

USPSShippingModule

public USPSShippingModule()
Method Detail

calculateShippingForFulfillmentGroup

public FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
Specified by:
calculateShippingForFulfillmentGroup in interface ShippingModule

getName

public java.lang.String getName()
Specified by:
getName in interface ShippingModule

setName

public void setName(java.lang.String name)
Specified by:
setName in interface ShippingModule


Copyright © 2010. All Rights Reserved.