Package | Description |
---|---|
org.broadleafcommerce.cms.structure.domain |
Modifier and Type | Class and Description |
---|---|
class |
StructuredContentFieldXrefImpl |
Modifier and Type | Field and Description |
---|---|
protected Map<String,StructuredContentFieldXref> |
StructuredContentImpl.structuredContentFields |
Modifier and Type | Method and Description |
---|---|
<G extends StructuredContentFieldXref> |
StructuredContentFieldXrefImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
Map<String,StructuredContentFieldXref> |
StructuredContent.getStructuredContentFieldXrefs()
NOTE: This method is typically only used when wanting to persist new
StructuredContentField s. |
Map<String,StructuredContentFieldXref> |
StructuredContentImpl.getStructuredContentFieldXrefs() |
Modifier and Type | Method and Description |
---|---|
void |
StructuredContent.setStructuredContentFieldXrefs(Map<String,StructuredContentFieldXref> structuredContentFields)
Sets the structured content fields for this item.
|
void |
StructuredContentImpl.setStructuredContentFieldXrefs(Map<String,StructuredContentFieldXref> structuredContentFields) |
Copyright © 2022. All rights reserved.