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> ProductImpl.crossSaleProducts
           
protected  List<RelatedProduct> ProductImpl.upSaleProducts
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type RelatedProduct
 List<RelatedProduct> ProductImpl.getCrossSaleProducts()
           
 List<RelatedProduct> Product.getCrossSaleProducts()
          Returns a List of this product's related Cross Sales
 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 ProductImpl.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
           
 void Product.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
          Sets the related Cross Sales
 void ProductImpl.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
           
 void Product.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
          Sets the related Up Sales
 



Copyright © 2012. All Rights Reserved.