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

Packages that use Product
com.dotmarketing.cms.product.struts   
com.dotmarketing.portlets.product.factories   
com.dotmarketing.portlets.product.model   
com.dotmarketing.util   
com.dotmarketing.viewtools   
 

Uses of Product in com.dotmarketing.cms.product.struts
 

Methods in com.dotmarketing.cms.product.struts that return types with arguments of type Product
 java.util.List<Product> ProductsForm.getListProducts()
           
 

Method parameters in com.dotmarketing.cms.product.struts with type arguments of type Product
 void ProductsForm.setListProducts(java.util.List<Product> listProducts)
           
 

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

Methods in com.dotmarketing.portlets.product.factories that return Product
static Product ProductFactory.getProduct(long inode)
           
static Product ProductFactory.getProduct(java.lang.String inode)
           
static Product ProductFactory.newInstance()
           
 

Methods in com.dotmarketing.portlets.product.factories that return types with arguments of type Product
static java.util.List<Product> ProductFactory.getAllFeaturedProductsByCategory(int categoryInode, java.lang.String orderBy, java.lang.String filter, int page, int pageSize, java.lang.String direction)
           
static java.util.List<Product> ProductFactory.getAllProductsByCategory(int categoryInode, java.lang.String orderBy, java.lang.String filter, int page, int pageSize, java.lang.String direction, java.lang.String condition)
           
static java.util.List<Product> ProductFactory.getAllProductsByCategoryList(java.util.List<Category> categories, int topProductNumber, java.lang.String orderBy, java.lang.String direction, java.lang.String filter, int page, int pageSize)
           
 

Methods in com.dotmarketing.portlets.product.factories with parameters of type Product
static void ProductFactory.copyProduct(Product product)
           
static void ProductFormatFactory.copyProductFormat(Product product, ProductFormat format)
           
static void ProductFactory.deleteProduct(Product product)
           
static java.util.List<ProductFormat> ProductFormatFactory.getAllFormatsByProduct(Product prod)
           
static void ProductFactory.saveProduct(Product product)
           
 

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

Methods in com.dotmarketing.portlets.product.model that return Product
 Product ProductFormat.getProduct()
           
 Product ProductPrice.getProductFormat()
           
 

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

Uses of Product in com.dotmarketing.util
 

Methods in com.dotmarketing.util that return Product
static Product UtilMethods.getProduct(long inode)
           
static Product UtilMethods.getProduct(java.lang.String inode)
           
static Product UtilMethods.getProductById(long productInode)
           
static Product UtilMethods.getProductbyProductFormaId(long productFormatInode)
           
static Product UtilMethods.getProductbyProductFormaId(java.lang.String productFormatInode)
           
 

Uses of Product in com.dotmarketing.viewtools
 

Methods in com.dotmarketing.viewtools that return Product
 Product ProductWebAPI.getProduct(long inode)
           
 Product ProductWebAPI.getProduct(java.lang.String inode)
           
 Product ProductWebAPI.getProductById(long productInode)
           
 Product ProductWebAPI.getProductbyProductFormaId(long productFormatInode)
           
 Product ProductWebAPI.getProductbyProductFormaId(java.lang.String productFormatInode)
           
 

Methods in com.dotmarketing.viewtools that return types with arguments of type Product
 java.util.List<Product> ProductWebAPI.getRelatedProduct(long inode, int quantity)
           
 java.util.List<Product> ProductWebAPI.getRelatedProduct(java.lang.String inode, java.lang.String quantity)
           
 



Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.