| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
FeaturedProductImpl |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FeaturedProduct> |
CategoryImpl.featuredProducts |
protected java.util.List<FeaturedProduct> |
CategoryImpl.filteredFeaturedProducts |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FeaturedProduct> |
Category.getCumulativeFeaturedProducts()
Returns a list of the featured products in this category as well as
all featured products in all parent categories of this category.
|
java.util.List<FeaturedProduct> |
CategoryImpl.getCumulativeFeaturedProducts() |
java.util.List<FeaturedProduct> |
Category.getFeaturedProducts()
Gets the featured products.
|
java.util.List<FeaturedProduct> |
CategoryImpl.getFeaturedProducts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setFeaturedProducts(java.util.List<FeaturedProduct> featuredProducts)
Sets the featured products.
|
void |
CategoryImpl.setFeaturedProducts(java.util.List<FeaturedProduct> featuredProducts) |
Copyright © 2018. All Rights Reserved.