| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain | |
| org.broadleafcommerce.core.catalog.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FeaturedProduct |
interface |
RelatedProduct |
| Modifier and Type | Class and Description |
|---|---|
class |
CrossSaleProductImpl |
class |
FeaturedProductImpl |
class |
UpSaleProductImpl |
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.buildCrossSaleProductsList(Product product,
Category category,
RelatedProductDTO relatedProductDTO)
Returns the crossSale products for the past in product/category
|
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.buildFeaturedProductsList(Product product,
Category category,
RelatedProductDTO relatedProductDTO)
Returns the featured products for the past in product/category
|
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.buildUpSaleProductsList(Product product,
Category category,
RelatedProductDTO relatedProductDTO)
Returns the upSale products for the past in product/category
|
List<? extends PromotableProduct> |
RelatedProductsServiceImpl.findRelatedProducts(RelatedProductDTO relatedProductDTO) |
List<? extends PromotableProduct> |
RelatedProductsService.findRelatedProducts(RelatedProductDTO relatedProductDTO)
Uses the data in the passed in DTO to return a list of relatedProducts.
|
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.resizeList(List<? extends PromotableProduct> originalList,
Integer qty)
Resizes the list to match the passed in quantity.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends PromotableProduct> |
RelatedProductsServiceImpl.resizeList(List<? extends PromotableProduct> originalList,
Integer qty)
Resizes the list to match the passed in quantity.
|
Copyright © 2015. All Rights Reserved.