| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAttributeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,CategoryAttribute> |
CategoryImpl.categoryAttributes |
| Modifier and Type | Method and Description |
|---|---|
CategoryAttribute |
Category.getCategoryAttributeByName(String name)
Deprecated.
This will be removed in 3.1.0
|
CategoryAttribute |
CategoryImpl.getCategoryAttributeByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryAttribute> |
Category.getCategoryAttributes()
Deprecated.
This will be replaced with
Category.getCategoryAttributesMap() in 3.1.0. |
List<CategoryAttribute> |
CategoryImpl.getCategoryAttributes() |
Map<String,CategoryAttribute> |
Category.getCategoryAttributesMap()
Gets the attributes for this
Category. |
Map<String,CategoryAttribute> |
CategoryImpl.getCategoryAttributesMap() |
Map<String,CategoryAttribute> |
Category.getMappedCategoryAttributes()
Deprecated.
This will be removed in 3.1.0
|
Map<String,CategoryAttribute> |
CategoryImpl.getMappedCategoryAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setCategoryAttributes(List<CategoryAttribute> categoryAttributes)
Deprecated.
This will be replaced with
#setCategoryAttributesMap() in 3.1.0. |
void |
CategoryImpl.setCategoryAttributes(List<CategoryAttribute> categoryAttributes) |
void |
Category.setCategoryAttributesMap(Map<String,CategoryAttribute> categoryAttributes) |
void |
CategoryImpl.setCategoryAttributesMap(Map<String,CategoryAttribute> categoryAttributes) |
Copyright © 2015. All Rights Reserved.