| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected PageContentSlotData |
DefaultPageContentSlotFacade.buildPageContentSlot(CMSRelationModel relation)
Build a single
PageContentSlotData |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentSlotForTemplateModelPopulator.populate(CMSRelationModel source,
PageContentSlotData target) |
void |
ContentSlotForPageModelPopulator.populate(CMSRelationModel source,
PageContentSlotData target) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CMSRelationModel> |
PageContentSlotConverterType.getClassType() |
| Modifier and Type | Method and Description |
|---|---|
Optional<PageContentSlotConverterType> |
PageContentSlotConverterRegistry.getPageContentSlotConverterType(Class<? extends CMSRelationModel> classType)
Get a specific
PageContentSlotConverterType by class type. |
void |
PageContentSlotConverterType.setClassType(Class<? extends CMSRelationModel> classType) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CMSRelationModel> |
DefaultPageContentSlotConverterType.getClassType() |
| Modifier and Type | Method and Description |
|---|---|
Optional<PageContentSlotConverterType> |
DefaultPageContentSlotConverterRegistry.getPageContentSlotConverterType(Class<? extends CMSRelationModel> classType) |
void |
DefaultPageContentSlotConverterType.setClassType(Class<? extends CMSRelationModel> classType) |
Copyright © 2000-2016 SAP SE. All Rights Reserved.