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  Map<String,CategoryAttribute> CategoryImpl.categoryAttributes
           
 

Methods in org.broadleafcommerce.core.catalog.domain that return CategoryAttribute
 CategoryAttribute CategoryImpl.getCategoryAttributeByName(String name)
           
 CategoryAttribute Category.getCategoryAttributeByName(String name)
          Deprecated. This will be removed in 3.1.0
 

Methods in org.broadleafcommerce.core.catalog.domain that return types with arguments of type CategoryAttribute
 List<CategoryAttribute> CategoryImpl.getCategoryAttributes()
           
 List<CategoryAttribute> Category.getCategoryAttributes()
          Deprecated. This will be replaced with Category.getCategoryAttributesMap() in 3.1.0.
 Map<String,CategoryAttribute> CategoryImpl.getCategoryAttributesMap()
           
 Map<String,CategoryAttribute> Category.getCategoryAttributesMap()
          Gets the attributes for this Category.
 Map<String,CategoryAttribute> CategoryImpl.getMappedCategoryAttributes()
           
 Map<String,CategoryAttribute> Category.getMappedCategoryAttributes()
          Deprecated. This will be removed in 3.1.0
 

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)
          Deprecated. This will be replaced with #setCategoryAttributesMap() in 3.1.0.
 void CategoryImpl.setCategoryAttributesMap(Map<String,CategoryAttribute> categoryAttributes)
           
 void Category.setCategoryAttributesMap(Map<String,CategoryAttribute> categoryAttributes)
           
 



Copyright © 2013. All Rights Reserved.