Modifier and Type | Method and Description |
---|---|
protected ContentZoneDefinition |
ContentZoneCustomPersistenceHandler.getRequestedContentZoneForEntity(org.broadleafcommerce.openadmin.dto.Entity entity,
ContentZone contentZone)
Checks the ContentZone entity to see if the default ContentZoneDefinition should be used
or if the ContentZone entity specified a ContentZoneDefinition to use.
|
protected Widget |
ContentZoneCustomPersistenceHandler.getRequestedWidgetForEntity(org.broadleafcommerce.openadmin.dto.Entity entity,
ContentZone contentZone)
Checks the ContentZone entity to see if the Widget for the default ContentItem should be used
or if the ContentZone entity specified a new
getDefaultContentItem() . |
Modifier and Type | Method and Description |
---|---|
ContentZone |
ContentZoneDaoImpl.readContentZoneById(Long id) |
ContentZone |
ContentZoneDao.readContentZoneById(Long id) |
ContentZone |
ContentZoneDaoImpl.readContentZoneByName(String name) |
ContentZone |
ContentZoneDao.readContentZoneByName(String name)
Finds a
ContentZone by its name. |
ContentZone |
ContentZoneDaoImpl.saveContentZone(ContentZone contentZone) |
ContentZone |
ContentZoneDao.saveContentZone(ContentZone contentZone)
Persists a
ContentZone and returns the persisted version. |
Modifier and Type | Method and Description |
---|---|
List<ContentZone> |
ContentZoneDaoImpl.readAllContentZones() |
List<ContentZone> |
ContentZoneDao.readAllContentZones() |
List<ContentZone> |
ContentZoneDaoImpl.readAllContentZonesUsingDefinition(ContentZoneDefinition contentZoneDefinition) |
List<ContentZone> |
ContentZoneDao.readAllContentZonesUsingDefinition(ContentZoneDefinition contentZoneDefinition) |
Modifier and Type | Method and Description |
---|---|
List<ContentTargeter> |
ContentTargeterDaoImpl.findContentTargetersForZone(ContentZone zone) |
List<ContentTargeter> |
ContentTargeterDao.findContentTargetersForZone(ContentZone zone) |
ContentZone |
ContentZoneDaoImpl.saveContentZone(ContentZone contentZone) |
ContentZone |
ContentZoneDao.saveContentZone(ContentZone contentZone)
Persists a
ContentZone and returns the persisted version. |
Modifier and Type | Class and Description |
---|---|
class |
ContentZoneImpl |
Modifier and Type | Field and Description |
---|---|
protected List<ContentZone> |
ContentItemImpl.zonesUsedAsDefault |
Modifier and Type | Method and Description |
---|---|
<G extends ContentZone> |
ContentZoneImpl.createOrRetrieveCopyInstance(org.broadleafcommerce.common.copy.MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
List<ContentZone> |
ContentItem.getZonesUsedAsDefault()
Returns the list of
ContentZone s that this ContentItem is used as a defaultContentItem in. |
List<ContentZone> |
ContentItemImpl.getZonesUsedAsDefault() |
Modifier and Type | Method and Description |
---|---|
void |
ContentItem.setZonesUsedAsDefault(List<ContentZone> zonesUsedAsDefault)
Sets the list of
ContentZone s that this ContentItem is used as a defaultContentItem in. |
void |
ContentItemImpl.setZonesUsedAsDefault(List<ContentZone> zonesUsedAsDefault) |
Modifier and Type | Field and Description |
---|---|
protected ContentZone |
ContentTargetingActionImpl.contentZone |
Modifier and Type | Method and Description |
---|---|
ContentZone |
ContentTargetingActionImpl.getContentZone() |
ContentZone |
ContentTargetingAction.getContentZone()
Returns the associated zone.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentTargetingActionImpl.setContentZone(ContentZone contentZone) |
void |
ContentTargetingAction.setContentZone(ContentZone zone)
Sets the zone associated with this targeting action.
|
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
AbstractContentZoneServiceExtensionHandler.lookupContentItemForContentZone(ContentZone contentZone,
org.broadleafcommerce.common.extension.ExtensionResultHolder<ContentItem> resultHolder) |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
ContentZoneServiceExtensionHandler.lookupContentItemForContentZone(ContentZone contentZone,
org.broadleafcommerce.common.extension.ExtensionResultHolder<ContentItem> resultHolder)
This method allows other modules to provide the item for a ContentZone.
|
Modifier and Type | Method and Description |
---|---|
ContentZone |
ContentZoneService.findContentZoneById(Long id) |
ContentZone |
ContentZoneServiceImpl.findContentZoneById(Long id) |
ContentZone |
ContentZoneService.findContentZoneByName(String name)
Returns the
ContentZone associated with the given name |
ContentZone |
ContentZoneServiceImpl.findContentZoneByName(String name) |
ContentZone |
ContentZoneService.saveContentZone(ContentZone contentZone)
Saves the given
ContentZone and returns the saved version |
ContentZone |
ContentZoneServiceImpl.saveContentZone(ContentZone contentZone) |
Modifier and Type | Method and Description |
---|---|
List<ContentZone> |
ContentZoneService.findAllContentZonesUsingDefinition(ContentZoneDefinition contentZoneDefinition) |
List<ContentZone> |
ContentZoneServiceImpl.findAllContentZonesUsingDefinition(ContentZoneDefinition contentZoneDefinition) |
Modifier and Type | Method and Description |
---|---|
protected ContentItem |
ContentTargeterServiceImpl.findContentItemForTargeter(ContentTargeter targeter,
ContentZone zone) |
ContentItem |
ContentTargeterServiceImpl.findTargetedContentItemForZone(ContentZone zone) |
ContentItem |
ContentTargeterService.findTargetedContentItemForZone(ContentZone contentZone)
Returns the contentItem if any found for the passed in zone.
|
protected boolean |
ContentTargeterServiceImpl.hasContentItem(ContentTargetingAction targetingAction,
ContentZone zone) |
protected ContentItem |
ContentZoneServiceImpl.lookupContentItemForZone(ContentZone cz) |
ContentZone |
ContentZoneService.saveContentZone(ContentZone contentZone)
Saves the given
ContentZone and returns the saved version |
ContentZone |
ContentZoneServiceImpl.saveContentZone(ContentZone contentZone) |
Copyright © 2020. All rights reserved.