Package | Description |
---|---|
com.broadleafcommerce.advancedcms.dao | |
com.broadleafcommerce.advancedcms.domain | |
com.broadleafcommerce.advancedcms.service |
Modifier and Type | Method and Description |
---|---|
List<StructuredContentContentItemXref> |
ContentItemDaoImpl.readAllStructuredContentContentItemXrefs() |
List<StructuredContentContentItemXref> |
ContentItemDao.readAllStructuredContentContentItemXrefs() |
Modifier and Type | Class and Description |
---|---|
class |
StructuredContentContentItemXrefImpl |
Modifier and Type | Field and Description |
---|---|
protected List<StructuredContentContentItemXref> |
OverrideContentItemImpl.additionalSCCIXrefs |
protected List<StructuredContentContentItemXref> |
ContentItemImpl.structuredContentContentItemXrefs |
Modifier and Type | Method and Description |
---|---|
<G extends StructuredContentContentItemXref> |
StructuredContentContentItemXrefImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
List<StructuredContentContentItemXref> |
OverrideContentItemImpl.getAdditionalSCCIXrefs() |
List<StructuredContentContentItemXref> |
OverrideContentItem.getAdditionalSCCIXrefs() |
List<StructuredContentContentItemXref> |
ContentItem.getStructuredContentContentItemXrefs()
Gets the associated StructuredContentContentItemXref.
|
List<StructuredContentContentItemXref> |
ContentItemImpl.getStructuredContentContentItemXrefs() |
Modifier and Type | Method and Description |
---|---|
int |
StructuredContentContentItemXref.compareTo(StructuredContentContentItemXref scciXref) |
int |
StructuredContentContentItemXrefImpl.compareTo(StructuredContentContentItemXref scciXref) |
Modifier and Type | Method and Description |
---|---|
void |
OverrideContentItemImpl.setAdditionalSCCIXrefs(List<StructuredContentContentItemXref> additionalSCCIXrefs) |
void |
OverrideContentItem.setAdditionalSCCIXrefs(List<StructuredContentContentItemXref> additionalSCCIXrefs) |
void |
ContentItem.setStructuredContentContentItemXrefs(List<StructuredContentContentItemXref> structuredContentContentItemXrefs)
Sets the associated StructuredContentContentItemXref.
|
void |
ContentItemImpl.setStructuredContentContentItemXrefs(List<StructuredContentContentItemXref> structuredContentContentItemXrefs) |
Modifier and Type | Method and Description |
---|---|
protected List<StructuredContentContentItemXref> |
ContentItemServiceImpl.generateContentItemFields(OverrideContentItem overrideContentItem,
ContentItem clonedCI) |
protected List<StructuredContentContentItemXref> |
ContentItemServiceImpl.generateSCCIXref(OverrideContentItem overrideContentItem,
ContentItem clonedCI) |
Copyright © 2020. All rights reserved.