Uses of Interface
org.broadleafcommerce.core.catalog.domain.FeaturedProduct
Packages that use FeaturedProduct
-
Uses of FeaturedProduct in org.broadleafcommerce.core.catalog.domain
Classes in org.broadleafcommerce.core.catalog.domain that implement FeaturedProductFields in org.broadleafcommerce.core.catalog.domain with type parameters of type FeaturedProductModifier and TypeFieldDescriptionprotected List<FeaturedProduct>CategoryImpl.featuredProductsprotected List<FeaturedProduct>CategoryImpl.filteredFeaturedProductsMethods in org.broadleafcommerce.core.catalog.domain with type parameters of type FeaturedProductModifier and TypeMethodDescription<G extends FeaturedProduct>
CreateResponse<G>FeaturedProductImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type FeaturedProductModifier and TypeMethodDescriptionCategory.getCumulativeFeaturedProducts()Returns a list of the featured products in this category as well as all featured products in all parent categories of this category.CategoryImpl.getCumulativeFeaturedProducts()Category.getFeaturedProducts()Gets the featured products.CategoryImpl.getFeaturedProducts()Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type FeaturedProductModifier and TypeMethodDescriptionvoidCategory.setFeaturedProducts(List<FeaturedProduct> featuredProducts) Sets the featured products.voidCategoryImpl.setFeaturedProducts(List<FeaturedProduct> featuredProducts)