| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
FeaturedProductImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<FeaturedProduct> |
CategoryImpl.featuredProducts |
protected List<FeaturedProduct> |
CategoryImpl.filteredFeaturedProducts |
| Modifier and Type | Method and Description |
|---|---|
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.
|
List<FeaturedProduct> |
CategoryImpl.getCumulativeFeaturedProducts() |
List<FeaturedProduct> |
Category.getFeaturedProducts()
Gets the featured products.
|
List<FeaturedProduct> |
CategoryImpl.getFeaturedProducts() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setFeaturedProducts(List<FeaturedProduct> featuredProducts)
Sets the featured products.
|
void |
CategoryImpl.setFeaturedProducts(List<FeaturedProduct> featuredProducts) |
Copyright © 2014. All Rights Reserved.