Uses of Interface
com.elasticpath.domain.catalog.PriceTier

Packages that use PriceTier
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.dataimport   
com.elasticpath.domain.dataimport.impl   
 

Uses of PriceTier in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return PriceTier
 PriceTier Price.getPriceTierByExactMinQty(int minQty)
          Get the Price tier with the same minimum quantity with the inputed min Qty.
 

Methods in com.elasticpath.domain.catalog with parameters of type PriceTier
 void Price.addOrUpdatePriceTier(PriceTier priceTier)
          add the price Tiers.
 

Uses of PriceTier in com.elasticpath.domain.catalog.impl
 

Classes in com.elasticpath.domain.catalog.impl that implement PriceTier
 class PriceTierImpl
          PriceTier represents different price for different minimum quantity A Price should at least have a PriceTier When shopping a product, if quantity is provided, Price should get the nearest PriceTier with the minimum quantity equal or less than the given quantity.
 

Methods in com.elasticpath.domain.catalog.impl that return PriceTier
 PriceTier AbstractPriceImpl.getPriceTierByExactMinQty(int minQty)
          Get the Price tier with the same minimum quantity with the inputed min Qty.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type PriceTier
 void AbstractPriceImpl.addOrUpdatePriceTier(PriceTier priceTier)
          Add the price Tiers.
 

Uses of PriceTier in com.elasticpath.domain.dataimport
 

Methods in com.elasticpath.domain.dataimport that return PriceTier
 PriceTier PriceTierAdaptor.getPriceTier()
          Returns the aggregated price tier.
 

Uses of PriceTier in com.elasticpath.domain.dataimport.impl
 

Methods in com.elasticpath.domain.dataimport.impl that return PriceTier
 PriceTier PriceTierAdaptorImpl.getPriceTier()
          Returns the aggregated price tier.