Uses of Interface
com.elasticpath.domain.shipping.ShippingCostCalculationMethod

Packages that use ShippingCostCalculationMethod
com.elasticpath.domain.shipping   
com.elasticpath.domain.shipping.impl   
com.elasticpath.sfweb.ajax.bean.impl   
 

Uses of ShippingCostCalculationMethod in com.elasticpath.domain.shipping
 

Methods in com.elasticpath.domain.shipping that return ShippingCostCalculationMethod
 ShippingCostCalculationMethod ShippingServiceLevel.getShippingCostCalculationMethod()
          Get the shipping cost calculation method associated with this ShippingServiceLevel.
 

Methods in com.elasticpath.domain.shipping with parameters of type ShippingCostCalculationMethod
 void ShippingServiceLevel.setShippingCostCalculationMethod(ShippingCostCalculationMethod shippingCostCalculationMethod)
          Set the shipping cost calculation method associated with this ShippingServiceLevel.
 

Uses of ShippingCostCalculationMethod in com.elasticpath.domain.shipping.impl
 

Classes in com.elasticpath.domain.shipping.impl that implement ShippingCostCalculationMethod
 class AbstractShippingCostCalculationMethodImpl
          A shippingCostCalculationMethod represents a method to be used for shipping cost calculation.
 class CostPerUnitWeightMethodImpl
          Shipping cost calculation method that calculates the shipping cost as unit price * order weight.
 class FixedBaseAndCostPerUnitWeightMethodImpl
          Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
 class FixedBaseAndOrderTotalPercentageMethodImpl
          Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
 class FixedPriceMethodImpl
          Shipping cost calculation method that calculates the shipping cost as fixBase + % of order total.
 class OrderTotalPercentageMethodImpl
          Shipping cost calculation method that calculates the shipping cost as % of order total.
 

Methods in com.elasticpath.domain.shipping.impl that return ShippingCostCalculationMethod
 ShippingCostCalculationMethod ShippingServiceLevelImpl.getShippingCostCalculationMethod()
          Get the shipping cost calculation method associated with this ShippingServiceLevel.
 

Methods in com.elasticpath.domain.shipping.impl with parameters of type ShippingCostCalculationMethod
 void ShippingServiceLevelImpl.setShippingCostCalculationMethod(ShippingCostCalculationMethod shippingCostCalculationMethod)
          Set the shipping cost calculation method associated with this ShippingServiceLevel.
 

Uses of ShippingCostCalculationMethod in com.elasticpath.sfweb.ajax.bean.impl
 

Methods in com.elasticpath.sfweb.ajax.bean.impl that return ShippingCostCalculationMethod
 ShippingCostCalculationMethod ShippingServiceLevelBeanImpl.getShippingCostCalculationMethod()
          Get the shipping cost calculation method associated with this ShippingServiceLevel.
 

Methods in com.elasticpath.sfweb.ajax.bean.impl with parameters of type ShippingCostCalculationMethod
 void ShippingServiceLevelBeanImpl.setShippingCostCalculationMethod(ShippingCostCalculationMethod shippingCostCalculationMethod)
          Set the shipping cost calculation method associated with this ShippingServiceLevel.