| Package | Description |
|---|---|
| org.broadleafcommerce.cms.structure.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
StructuredContentFieldImpl
Created by bpolster.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,StructuredContentField> |
StructuredContentImpl.structuredContentFields |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StructuredContentField> |
StructuredContent.getStructuredContentFields()
Gets a map with the custom fields associated with this content item.
The map keys are based on the field types. |
Map<String,StructuredContentField> |
StructuredContentImpl.getStructuredContentFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredContent.setStructuredContentFields(Map<String,StructuredContentField> structuredContentFields)
Sets the structured content fields for this item.
|
void |
StructuredContentImpl.setStructuredContentFields(Map<String,StructuredContentField> structuredContentFields) |
Copyright © 2014. All Rights Reserved.