Package | Description |
---|---|
com.broadleafcommerce.advancedcms.dao | |
com.broadleafcommerce.advancedcms.domain |
Modifier and Type | Method and Description |
---|---|
List<ContentZoneDefinitionXref> |
ContentZoneDaoImpl.readAllContentZoneDefinitionXrefs() |
List<ContentZoneDefinitionXref> |
ContentZoneDao.readAllContentZoneDefinitionXrefs() |
Modifier and Type | Class and Description |
---|---|
class |
ContentZoneDefinitionXrefImpl |
Modifier and Type | Field and Description |
---|---|
protected List<ContentZoneDefinitionXref> |
ContentZoneDefinitionImpl.allowedWidgets |
protected List<ContentZoneDefinitionXref> |
WidgetImpl.zoneDefinitions |
Modifier and Type | Method and Description |
---|---|
<G extends ContentZoneDefinitionXref> |
ContentZoneDefinitionXrefImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
List<ContentZoneDefinitionXref> |
ContentZoneDefinitionImpl.getAllowedWidgets() |
List<ContentZoneDefinitionXref> |
ContentZoneDefinition.getAllowedWidgets()
Gets the widgets that are allowed for this content zone definition
|
List<ContentZoneDefinitionXref> |
Widget.getZoneDefinitions() |
List<ContentZoneDefinitionXref> |
WidgetImpl.getZoneDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
ContentZoneDefinitionImpl.setAllowedWidgets(List<ContentZoneDefinitionXref> widgets) |
void |
ContentZoneDefinition.setAllowedWidgets(List<ContentZoneDefinitionXref> widgets)
Sets the widgets that are allowed for this content zone definition
|
void |
Widget.setZoneDefinitions(List<ContentZoneDefinitionXref> zoneDefinitions)
Sets the zone definitions with which this widget is associated
|
void |
WidgetImpl.setZoneDefinitions(List<ContentZoneDefinitionXref> zoneDefinitions) |
Copyright © 2020. All rights reserved.