Uses of Interface
org.broadleafcommerce.core.catalog.domain.RelatedProduct

Packages that use RelatedProduct
org.broadleafcommerce.core.catalog.domain   
 

Uses of RelatedProduct in org.broadleafcommerce.core.catalog.domain
 

Classes in org.broadleafcommerce.core.catalog.domain that implement RelatedProduct
 class CrossSaleProductImpl
           
 class UpSaleProductImpl
           
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type RelatedProduct
protected  List<RelatedProduct> CategoryImpl.crossSaleProducts
           
protected  List<RelatedProduct> ProductImpl.crossSaleProducts
           
protected  List<RelatedProduct> CategoryImpl.filteredCrossSales
           
protected  List<RelatedProduct> CategoryImpl.filteredUpSales
           
protected  List<RelatedProduct> CategoryImpl.upSaleProducts
           
protected  List<RelatedProduct> ProductImpl.upSaleProducts
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type RelatedProduct
 List<RelatedProduct> CategoryImpl.getCrossSaleProducts()
           
 List<RelatedProduct> Category.getCrossSaleProducts()
          Returns a list of cross sale products that are related to this category.
 List<RelatedProduct> ProductImpl.getCrossSaleProducts()
           
 List<RelatedProduct> Product.getCrossSaleProducts()
          Returns a List of this product's related Cross Sales
 List<RelatedProduct> CategoryImpl.getCumulativeCrossSaleProducts()
           
 List<RelatedProduct> Category.getCumulativeCrossSaleProducts()
          Returns a list of the cross sale products in this category as well as all cross sale products in all parent categories of this category.
 List<RelatedProduct> ProductImpl.getCumulativeCrossSaleProducts()
           
 List<RelatedProduct> Product.getCumulativeCrossSaleProducts()
          Returns a list of the cross sale products for this product as well all cross sale products in all parent categories of this product.
 List<RelatedProduct> CategoryImpl.getCumulativeUpSaleProducts()
           
 List<RelatedProduct> Category.getCumulativeUpSaleProducts()
          Returns a list of the upsale products in this category as well as all upsale products in all parent categories of this category.
 List<RelatedProduct> ProductImpl.getCumulativeUpSaleProducts()
           
 List<RelatedProduct> Product.getCumulativeUpSaleProducts()
          Returns a list of the upsale products for this product as well as all upsale products in all parent categories of this product.
 List<RelatedProduct> CategoryImpl.getUpSaleProducts()
           
 List<RelatedProduct> Category.getUpSaleProducts()
          Returns a list of cross sale products that are related to this category.
 List<RelatedProduct> ProductImpl.getUpSaleProducts()
           
 List<RelatedProduct> Product.getUpSaleProducts()
          Returns a List of this product's related Up Sales
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type RelatedProduct
 void CategoryImpl.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
           
 void Category.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
          Sets the cross sale products that are related to this category.
 void ProductImpl.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
           
 void Product.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
          Sets the related Cross Sales
 void CategoryImpl.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
           
 void Category.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
          Sets the upsale products that are related to this category.
 void ProductImpl.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
           
 void Product.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
          Sets the related Up Sales
 



Copyright © 2013. All Rights Reserved.