Uses of Interface
org.broadleafcommerce.core.catalog.domain.RelatedProduct
Packages that use RelatedProduct
-
Uses of RelatedProduct in org.broadleafcommerce.core.catalog.domain
Subinterfaces of RelatedProduct in org.broadleafcommerce.core.catalog.domainModifier and TypeInterfaceDescriptioninterfaceThis is a specific interface for CrossSaleProductImpl and is needed for entity mapping and translationsinterfaceThis is a specific interface for CrossSaleProductImpl and is needed for entity mapping and translationsClasses in org.broadleafcommerce.core.catalog.domain that implement RelatedProductFields in org.broadleafcommerce.core.catalog.domain with type parameters of type RelatedProductModifier and TypeFieldDescriptionprotected List<RelatedProduct>CategoryImpl.crossSaleProductsprotected List<RelatedProduct>ProductImpl.crossSaleProductsprotected List<RelatedProduct>CategoryImpl.filteredCrossSalesprotected List<RelatedProduct>CategoryImpl.filteredUpSalesprotected List<RelatedProduct>CategoryImpl.upSaleProductsprotected List<RelatedProduct>ProductImpl.upSaleProductsMethods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type RelatedProductModifier and TypeMethodDescriptionCategory.getCrossSaleProducts()Returns a list of cross sale products that are related to this category.CategoryImpl.getCrossSaleProducts()Product.getCrossSaleProducts()Returns a List of this product's related Cross SalesProductImpl.getCrossSaleProducts()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.CategoryImpl.getCumulativeCrossSaleProducts()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.ProductImpl.getCumulativeCrossSaleProducts()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.CategoryImpl.getCumulativeUpSaleProducts()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.ProductImpl.getCumulativeUpSaleProducts()Category.getUpSaleProducts()Returns a list of cross sale products that are related to this category.CategoryImpl.getUpSaleProducts()Product.getUpSaleProducts()Returns a List of this product's related Up SalesProductImpl.getUpSaleProducts()Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type RelatedProductModifier and TypeMethodDescriptionvoidCategory.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts) Sets the cross sale products that are related to this category.voidCategoryImpl.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts) voidProduct.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts) Sets the related Cross SalesvoidProductImpl.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts) voidCategory.setUpSaleProducts(List<RelatedProduct> upSaleProducts) Sets the upsale products that are related to this category.voidCategoryImpl.setUpSaleProducts(List<RelatedProduct> upSaleProducts) voidProduct.setUpSaleProducts(List<RelatedProduct> upSaleProducts) Sets the related Up SalesvoidProductImpl.setUpSaleProducts(List<RelatedProduct> upSaleProducts)