| 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 |
|---|---|
StructuredContentField |
StructuredContentFieldImpl.clone() |
StructuredContentField |
StructuredContentField.clone() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StructuredContentField> |
StructuredContentImpl.getStructuredContentFields() |
Map<String,StructuredContentField> |
StructuredContent.getStructuredContentFields()
NOTE: This method is typically only used when wanting to persist new
StructuredContentFields. |
| Modifier and Type | Method and Description |
|---|---|
void |
StructuredContentImpl.setStructuredContentFields(Map<String,StructuredContentField> structuredContentFields) |
void |
StructuredContent.setStructuredContentFields(Map<String,StructuredContentField> structuredContentFields)
Sets the structured content fields for this item.
|
Copyright © 2014. All rights reserved.