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

Packages that use ProductFormat
com.dotmarketing.cms.product.model   
com.dotmarketing.portlets.discountcode.factories   
com.dotmarketing.portlets.discountcode.model   
com.dotmarketing.portlets.product.factories   
com.dotmarketing.portlets.product.model   
com.dotmarketing.util   
 

Uses of ProductFormat in com.dotmarketing.cms.product.model
 

Methods in com.dotmarketing.cms.product.model that return ProductFormat
 ProductFormat Holder.getFormat()
           
 

Methods in com.dotmarketing.cms.product.model with parameters of type ProductFormat
 void Holder.setFormat(ProductFormat format)
           
 

Uses of ProductFormat in com.dotmarketing.portlets.discountcode.factories
 

Methods in com.dotmarketing.portlets.discountcode.factories with parameters of type ProductFormat
static boolean DiscountCodeFactory._potentialDiscount(ProductFormat format, DiscountCode discount)
           
 

Uses of ProductFormat in com.dotmarketing.portlets.discountcode.model
 

Methods in com.dotmarketing.portlets.discountcode.model that return types with arguments of type ProductFormat
 java.util.List<ProductFormat> DiscountCode.getProductFormatApplicable()
           
 

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

Methods in com.dotmarketing.portlets.product.factories that return ProductFormat
static ProductFormat ProductFormatFactory.getProductFormat(long inode)
           
static ProductFormat ProductFormatFactory.getProductFormat(java.lang.String inode)
           
static ProductFormat ProductFormatFactory.getProductFormatByItemNumber(java.lang.String number)
           
static ProductFormat ProductFormatFactory.newInstance()
           
 

Methods in com.dotmarketing.portlets.product.factories that return types with arguments of type ProductFormat
static java.util.List<ProductFormat> ProductFormatFactory.getAllFormatsByProduct(Product prod)
           
 

Methods in com.dotmarketing.portlets.product.factories with parameters of type ProductFormat
static void ProductFormatFactory.copyProductFormat(ProductFormat format)
           
static void ProductFormatFactory.copyProductFormat(Product product, ProductFormat format)
           
static void ProductPriceFactory.copyProductPrice(ProductFormat format, ProductPrice price)
           
static void ProductFormatFactory.deleteProductFormat(ProductFormat format)
           
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)
           
static void ProductFormatFactory.saveProductFormat(ProductFormat format)
           
 

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

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

Uses of ProductFormat in com.dotmarketing.util
 

Methods in com.dotmarketing.util with parameters of type ProductFormat
static float UtilMethods.getItemPriceWithDiscount(ProductFormat productFormat, float itemPrice, java.util.List<DiscountCode> discounts)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.