| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
CrossSaleProductImpl |
class |
UpSaleProductImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<RelatedProduct> |
ProductImpl.crossSaleProducts |
protected List<RelatedProduct> |
CategoryImpl.crossSaleProducts |
protected List<RelatedProduct> |
CategoryImpl.filteredCrossSales |
protected List<RelatedProduct> |
CategoryImpl.filteredUpSales |
protected List<RelatedProduct> |
ProductImpl.upSaleProducts |
protected List<RelatedProduct> |
CategoryImpl.upSaleProducts |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedProduct> |
ProductImpl.getCrossSaleProducts() |
List<RelatedProduct> |
Category.getCrossSaleProducts()
Returns a list of cross sale products that are related to this category.
|
List<RelatedProduct> |
CategoryImpl.getCrossSaleProducts() |
List<RelatedProduct> |
Product.getCrossSaleProducts()
Returns a List of this product's related Cross Sales
|
List<RelatedProduct> |
ProductImpl.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> |
CategoryImpl.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> |
ProductImpl.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> |
CategoryImpl.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> |
ProductImpl.getUpSaleProducts() |
List<RelatedProduct> |
Category.getUpSaleProducts()
Returns a list of cross sale products that are related to this category.
|
List<RelatedProduct> |
CategoryImpl.getUpSaleProducts() |
List<RelatedProduct> |
Product.getUpSaleProducts()
Returns a List of this product's related Up Sales
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductImpl.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts) |
void |
Category.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
Sets the cross sale products that are related to this category.
|
void |
CategoryImpl.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts) |
void |
Product.setCrossSaleProducts(List<RelatedProduct> crossSaleProducts)
Sets the related Cross Sales
|
void |
ProductImpl.setUpSaleProducts(List<RelatedProduct> upSaleProducts) |
void |
Category.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
Sets the upsale products that are related to this category.
|
void |
CategoryImpl.setUpSaleProducts(List<RelatedProduct> upSaleProducts) |
void |
Product.setUpSaleProducts(List<RelatedProduct> upSaleProducts)
Sets the related Up Sales
|
Copyright © 2014. All Rights Reserved.