Uses of Interface
org.broadleafcommerce.core.catalog.domain.FeaturedProduct

Packages that use FeaturedProduct
org.broadleafcommerce.core.catalog.domain   
 

Uses of FeaturedProduct in org.broadleafcommerce.core.catalog.domain
 

Classes in org.broadleafcommerce.core.catalog.domain that implement FeaturedProduct
 class FeaturedProductImpl
           
 

Fields in org.broadleafcommerce.core.catalog.domain with type parameters of type FeaturedProduct
protected  List<FeaturedProduct> CategoryImpl.featuredProducts
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type FeaturedProduct
 List<FeaturedProduct> CategoryImpl.getFeaturedProducts()
           
 List<FeaturedProduct> Category.getFeaturedProducts()
          Gets the featured products.
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type FeaturedProduct
 void CategoryImpl.setFeaturedProducts(List<FeaturedProduct> featuredProducts)
           
 void Category.setFeaturedProducts(List<FeaturedProduct> featuredProducts)
          Sets the featured products.
 



Copyright © 2012. All Rights Reserved.