org.broadleafcommerce.core.pricing.service.module
Class BandedShippingModule

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

Deprecated. Superceded by functionality given by BandedPriceFulfillmentOption and BandedFulfillmentPricingProvider

@Deprecated
public class BandedShippingModule
extends Object
implements ShippingModule

See Also:
BandedPriceFulfillmentOption}, {@link BandedPriceFulfillmentOption}

Field Summary
protected  Boolean isDefaultModule
          Deprecated.  
static String MODULENAME
          Deprecated.  
protected  String name
          Deprecated.  
 
Constructor Summary
BandedShippingModule()
          Deprecated.  
 
Method Summary
 FulfillmentGroup calculateShippingForFulfillmentGroup(FulfillmentGroup fulfillmentGroup)
          Deprecated.  
 Map<String,String> getFeeSubTypeMapping()
          Deprecated.  
 Map<String,String> getFeeTypeMapping()
          Deprecated.  
 String getName()
          Deprecated.  
 String getServiceName()
          Deprecated.  
 Boolean isDefaultModule()
          Deprecated.  
 Boolean isValidModuleForService(String serviceName)
          Deprecated.  
 void setDefaultModule(Boolean isDefaultModule)
          Deprecated.  
 void setFeeSubTypeMapping(Map<String,String> feeSubTypeMapping)
          Deprecated.  
 void setFeeTypeMapping(Map<String,String> feeTypeMapping)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULENAME

public static final String MODULENAME
Deprecated. 
See Also:
Constant Field Values

name

protected String name
Deprecated. 

isDefaultModule

protected Boolean isDefaultModule
Deprecated. 
Constructor Detail

BandedShippingModule

public BandedShippingModule()
Deprecated. 
Method Detail

calculateShippingForFulfillmentGroup

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

getName

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

setName

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

getFeeTypeMapping

public Map<String,String> getFeeTypeMapping()
Deprecated. 

setFeeTypeMapping

public void setFeeTypeMapping(Map<String,String> feeTypeMapping)
Deprecated. 

getFeeSubTypeMapping

public Map<String,String> getFeeSubTypeMapping()
Deprecated. 

setFeeSubTypeMapping

public void setFeeSubTypeMapping(Map<String,String> feeSubTypeMapping)
Deprecated. 

getServiceName

public String getServiceName()
Deprecated. 
Specified by:
getServiceName in interface ShippingModule

isValidModuleForService

public Boolean isValidModuleForService(String serviceName)
Deprecated. 
Specified by:
isValidModuleForService in interface ShippingModule

isDefaultModule

public Boolean isDefaultModule()
Deprecated. 
Specified by:
isDefaultModule in interface ShippingModule

setDefaultModule

public void setDefaultModule(Boolean isDefaultModule)
Deprecated. 
Specified by:
setDefaultModule in interface ShippingModule


Copyright © 2012. All Rights Reserved.