| Package | Description |
|---|---|
| de.hybris.platform.cms2.model.pages |
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
|
| de.hybris.platform.cms2.resource.relations | |
| de.hybris.platform.cms2.servicelayer.daos | |
| de.hybris.platform.cms2.servicelayer.daos.impl | |
| de.hybris.platform.cms2.servicelayer.data | |
| de.hybris.platform.cms2.servicelayer.data.impl | |
| de.hybris.platform.cms2.servicelayer.services | |
| de.hybris.platform.cms2.servicelayer.services.admin | |
| de.hybris.platform.cms2.servicelayer.services.admin.impl | |
| de.hybris.platform.cms2.servicelayer.services.impl | |
| de.hybris.platform.cmscockpit.services.impl |
| Modifier and Type | Method and Description |
|---|---|
List<ContentSlotForPageModel> |
AbstractPageModel.getContentSlots()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotForPageModel |
ContentSlotForPageResource.getContentSlotForPageModel()
Convenience method which just delegates to
#getResourceValue() |
protected ContentSlotForPageModel |
ContentSlotForPageResource.readResource(String resourceId)
Gets the
ContentSlotForPageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentSlotForPageModel> |
ContentSlotForPagesResource.getContentSlotForPagesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentSlotForPageResource.setContentSlotForPageModel(ContentSlotForPageModel value)
Convenience method which just delegates to
#setResourceValue(ContentSlotForPageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentSlotForPagesResource.setContentSlotForPagesCollection(Collection<ContentSlotForPageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotForPageModel |
CMSContentSlotDao.findContentSlotRelationByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
|
ContentSlotForPageModel |
CMSContentSlotDao.findContentSlotRelationByPageAndPosition(AbstractPageModel page,
String position,
CatalogVersionModel catalogVersion)
|
ContentSlotForPageModel |
CMSContentSlotDao.findContentSlotRelationByPageAndPosition(AbstractPageModel page,
String position,
Collection<CatalogVersionModel> catalogVersions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotForPageModel |
DefaultCMSContenSlotDao.findContentSlotRelationByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relation by page, content slot and catalog versions.
|
ContentSlotForPageModel |
DefaultCMSContenSlotDao.findContentSlotRelationByPageAndPosition(AbstractPageModel page,
String position,
CatalogVersionModel catalogVersion)
Find content slot relation by page, position and catalog versions.
|
ContentSlotForPageModel |
DefaultCMSContenSlotDao.findContentSlotRelationByPageAndPosition(AbstractPageModel page,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relation by page, position and catalog versions.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find all content slot relations by content slot and catalog version.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations by page and catalog version.
|
Collection<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsForContentSlot(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find all content slot relations for content slot and catalog version.
|
Collection<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsForPage(AbstractPageModel page)
Find all content slot relations for page.
|
Collection<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsForPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations for page and catalog version.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relations by page, content slot and catalog version.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, content slot and catalog versions.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
String position,
CatalogVersionModel catalogVersion)
Find content slot relations by page, position and catalog versions.
|
List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, position and catalog versions.
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
CMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotData |
DefaultCMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) |
| Constructor and Description |
|---|
DefaultContentSlotData(ContentSlotForPageModel csForPage) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentSlotForPageModel> |
CMSPageService.getOwnContentSlotsForPage(AbstractPageModel page)
Gets the own
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentSlotForPageModel> |
CMSAdminContentSlotService.getPageRelationsForSlot(ContentSlotModel contentSlot)
Deprecated.
since version 6.3; Please use
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel) instead to retrieve
shared content slot information. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentSlotForPageModel> |
DefaultCMSAdminContentSlotService.getPageRelationsForSlot(ContentSlotModel contentSlot)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentSlotForPageModel> |
DefaultCMSPageService.getOwnContentSlotsForPage(AbstractPageModel page)
Gets the own
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCMSPageDaoTest.setRelationModel(ContentSlotForPageModel rel,
ContentSlotModel slot,
String id) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotForPageModel |
CmsCockpitServiceImpl.cloneContentSlotForPageRelation(ContentSlotForPageModel original) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotForPageModel |
CmsCockpitServiceImpl.cloneContentSlotForPageRelation(ContentSlotForPageModel original) |
Copyright © 2017 SAP SE. All Rights Reserved.