org.broadleafcommerce.core.pricing.service.module
Interface ShippingModule

All Known Implementing Classes:
BandedShippingModule

Deprecated. Superceded by functionality given by FulfillmentOption and FulfillmentPricingProvider

@Deprecated
public interface ShippingModule

See Also:
FulfillmentPricingProvider}, {@link FulfillmentOption}

Method Summary
 FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
          Deprecated.  
 String getName()
          Deprecated.  
 String getServiceName()
          Deprecated.  
 Boolean isDefaultModule()
          Deprecated.  
 Boolean isValidModuleForService(String serviceName)
          Deprecated.  
 void setDefaultModule(Boolean isDefaultModule)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 

Method Detail

getName

String getName()
Deprecated. 

setName

void setName(String name)
Deprecated. 

calculateShippingForFulfillmentGroup

FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
                                                      throws FulfillmentPriceException
Deprecated. 
Throws:
FulfillmentPriceException

getServiceName

String getServiceName()
Deprecated. 

isValidModuleForService

Boolean isValidModuleForService(String serviceName)
Deprecated. 

setDefaultModule

void setDefaultModule(Boolean isDefaultModule)
Deprecated. 

isDefaultModule

Boolean isDefaultModule()
Deprecated. 


Copyright © 2012. All Rights Reserved.