| Package | Description |
|---|---|
| org.broadleafcommerce.core.catalog.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAttributeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected List<CategoryAttribute> |
CategoryImpl.categoryAttributes |
| Modifier and Type | Method and Description |
|---|---|
CategoryAttribute |
Category.getCategoryAttributeByName(String name)
Convenience method to get a
CategoryAttribute by name |
CategoryAttribute |
CategoryImpl.getCategoryAttributeByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryAttribute> |
Category.getCategoryAttributes()
Gets the attributes for this
Category. |
List<CategoryAttribute> |
CategoryImpl.getCategoryAttributes() |
Map<String,CategoryAttribute> |
Category.getMappedCategoryAttributes()
Convenience method to return the
CategoryAttributes for the Category in an easily-consumable
form |
Map<String,CategoryAttribute> |
CategoryImpl.getMappedCategoryAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Category.setCategoryAttributes(List<CategoryAttribute> categoryAttributes)
Sets the attributes for this
Category. |
void |
CategoryImpl.setCategoryAttributes(List<CategoryAttribute> categoryAttributes) |
Copyright © 2014. All rights reserved.