| Package | Description |
|---|---|
| de.hybris.platform.cms2.model.relations |
Contains generated models for each type of de.hybris.platform.cms2.jalo.relations 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.services.admin | |
| de.hybris.platform.cms2.servicelayer.services.admin.impl | |
| de.hybris.platform.cms2.servicelayer.services.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ContentSlotForPageModel
Generated model class for type ContentSlotForPage first defined at extension cms2.
|
class |
ContentSlotForTemplateModel
Generated model class for type ContentSlotForTemplate first defined at extension cms2.
|
| Modifier and Type | Method and Description |
|---|---|
CMSRelationModel |
CMSRelationResource.getCMSRelationModel()
Convenience method which just delegates to
#getResourceValue() |
protected CMSRelationModel |
CMSRelationResource.readResource(String resourceId)
Gets the
CMSRelationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSRelationModel> |
CMSRelationsResource.getCMSRelationsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSRelationResource.setCMSRelationModel(CMSRelationModel value)
Convenience method which just delegates to
#setResourceValue(CMSRelationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSRelationsResource.setCMSRelationsCollection(Collection<CMSRelationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSRelationModel> |
CMSContentSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find all content slot relations by content slot.
|
Collection<CMSRelationModel> |
CMSContentSlotDao.findAllContentSlotRelationsForContentSlot(ContentSlotModel contentSlot)
Deprecated.
|
Collection<CMSRelationModel> |
CMSContentSlotDao.findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find only content slot relations not content slot template relations of given content slot.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSRelationModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find all content slot relations by content slot.
|
Collection<CMSRelationModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsForContentSlot(ContentSlotModel contentSlot)
Find all content slot relations for content slot.
|
Collection<CMSRelationModel> |
DefaultCMSContenSlotDao.findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find only content slot relations not content slot template relations of given content slot.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSRelationModel> |
CMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot)
Returns all page and template relations with references to this content slot
|
Collection<CMSRelationModel> |
CMSAdminContentSlotService.getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)
Returns only page relations with references to this content slot.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<CMSRelationModel> |
DefaultCMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot)
Returns all page and template relations with references to this content slot
|
Collection<CMSRelationModel> |
DefaultCMSAdminContentSlotService.getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)
Returns only page relations with references to this content slot.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCMSPageDaoTest.setCMSRelationModel(CMSRelationModel rel,
String id) |
Copyright © 2017 SAP SE. All Rights Reserved.