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

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

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

Classes in org.broadleafcommerce.core.catalog.domain that implement CategoryAttribute
 class CategoryAttributeImpl
           
 

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

Methods in org.broadleafcommerce.core.catalog.domain that return CategoryAttribute
 CategoryAttribute CategoryImpl.getCategoryAttributeByName(String name)
           
 CategoryAttribute Category.getCategoryAttributeByName(String name)
          Convenience method to get a CategoryAttribute by name
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type CategoryAttribute
 List<CategoryAttribute> CategoryImpl.getCategoryAttributes()
           
 List<CategoryAttribute> Category.getCategoryAttributes()
          Gets the attributes for this Category.
 Map<String,CategoryAttribute> CategoryImpl.getMappedCategoryAttributes()
           
 Map<String,CategoryAttribute> Category.getMappedCategoryAttributes()
          Convenience method to return the CategoryAttributes for the Category in an easily-consumable form
 

Method parameters in org.broadleafcommerce.core.catalog.domain with type arguments of type CategoryAttribute
 void CategoryImpl.setCategoryAttributes(List<CategoryAttribute> categoryAttributes)
           
 void Category.setCategoryAttributes(List<CategoryAttribute> categoryAttributes)
          Sets the attributes for this Category.
 



Copyright © 2012. All Rights Reserved.