Package | Description |
---|---|
org.broadleafcommerce.cms.structure.dao | |
org.broadleafcommerce.cms.structure.domain | |
org.broadleafcommerce.cms.structure.service |
Modifier and Type | Method and Description |
---|---|
Map<String,StructuredContentField> |
StructuredContentDaoImpl.readFieldsForStructuredContentItem(StructuredContent sc) |
Map<String,StructuredContentField> |
StructuredContentDao.readFieldsForStructuredContentItem(StructuredContent sc) |
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.cloneEntity() |
StructuredContentField |
StructuredContentField.cloneEntity()
Builds a copy of this item.
|
Modifier and Type | Method and Description |
---|---|
Map<String,StructuredContentField> |
StructuredContentImpl.getStructuredContentFields() |
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. |
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,StructuredContentField> |
StructuredContentServiceImpl.findFieldsByContentId(Long contentId) |
Map<String,StructuredContentField> |
StructuredContentService.findFieldsByContentId(Long contentId)
Returns the fields associated with the passed in contentId.
|
Copyright © 2014. All rights reserved.