Uses of Class
com.dotmarketing.portlets.product.model.ProductPrice

Packages that use ProductPrice
com.dotmarketing.portlets.product.factories   
com.dotmarketing.portlets.product.model   
com.dotmarketing.portlets.product.struts   
 

Uses of ProductPrice in com.dotmarketing.portlets.product.factories
 

Methods in com.dotmarketing.portlets.product.factories that return ProductPrice
static ProductPrice ProductPriceFactory.getProductCode(long inode)
           
static ProductPrice ProductPriceFactory.getProductPrice(java.lang.String inode)
           
static ProductPrice ProductPriceFactory.newInstance()
           
 

Methods in com.dotmarketing.portlets.product.factories that return types with arguments of type ProductPrice
static java.util.List<ProductPrice> ProductPriceFactory.getAllBulkProductPricesByFormat(ProductFormat format)
           
static java.util.List<ProductPrice> ProductPriceFactory.getAllProductPricesByFormat(ProductFormat format)
           
static java.util.List<ProductPrice> ProductPriceFactory.getAllQuantityPricePricesByFormat(ProductFormat format, int quantity)
           
static java.util.List<ProductPrice> ProductPriceFactory.getMinorQuantityPricePricesByFormat(ProductFormat format, int quantity)
           
static java.util.List<ProductPrice> ProductPriceFactory.getQuantityPricePricesByFormat(ProductFormat format, int quantity)
           
 

Methods in com.dotmarketing.portlets.product.factories with parameters of type ProductPrice
static void ProductPriceFactory.copyProductPrice(ProductFormat format, ProductPrice price)
           
static void ProductPriceFactory.copyProductPrice(ProductPrice price)
           
static void ProductPriceFactory.deleteProductPrice(ProductPrice price)
           
static void ProductPriceFactory.saveProductPrice(ProductPrice price)
           
 

Uses of ProductPrice in com.dotmarketing.portlets.product.model
 

Methods in com.dotmarketing.portlets.product.model that return ProductPrice
 ProductPrice ProductFormat.getQuantityPrice(int quantity)
           
 ProductPrice ProductFormat.getQuantityPrice(int quantity, java.util.List<DiscountCode> discounts)
           
 

Methods in com.dotmarketing.portlets.product.model that return types with arguments of type ProductPrice
 java.util.List<ProductPrice> ProductFormat.getBulkPrices()
           
 

Uses of ProductPrice in com.dotmarketing.portlets.product.struts
 

Methods in com.dotmarketing.portlets.product.struts that return types with arguments of type ProductPrice
 java.util.List<ProductPrice> ProductFormatForm.getPrices()
           
 

Method parameters in com.dotmarketing.portlets.product.struts with type arguments of type ProductPrice
 void ProductFormatForm.setPrices(java.util.List<ProductPrice> prices)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.