| 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.cmsfacades.pagescontentslots.populator | |
| de.hybris.platform.cmsfacades.pagescontentslots.service | |
| de.hybris.platform.cmsfacades.pagescontentslots.service.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
AbstractResource.getResourceValue() |
protected CMSRelationModel |
CMSRelationResource.readResource(java.lang.String resourceId)
Gets the
CMSRelationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSRelationModel> |
CMSRelationsResource.getCMSRelationsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<CMSRelationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSRelationModel> |
CMSContentSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find all content slot relations by content slot.
|
java.util.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 |
|---|---|
java.util.Collection<CMSRelationModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find all content slot relations by content slot.
|
java.util.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 |
|---|---|
protected void |
DefaultCMSPageDaoTest.setCMSRelationModel(CMSRelationModel rel,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSRelationModel> |
CMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot)
Returns all page and template relations with references to this content slot
|
java.util.Collection<CMSRelationModel> |
CMSAdminContentSlotService.getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)
Returns only page relations with references to this content slot.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CMSRelationModel> |
DefaultCMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot)
Returns all page and template relations with references to this content slot
|
java.util.Collection<CMSRelationModel> |
DefaultCMSAdminContentSlotService.getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)
Returns only page relations with references to this content slot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContentSlotForPageModelPopulator.populate(CMSRelationModel source,
PageContentSlotData target) |
void |
ContentSlotForTemplateModelPopulator.populate(CMSRelationModel source,
PageContentSlotData target) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends CMSRelationModel> |
PageContentSlotConverterType.getClassType() |
AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> |
PageContentSlotConverterType.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<PageContentSlotConverterType> |
PageContentSlotConverterRegistry.getPageContentSlotConverterType(java.lang.Class<? extends CMSRelationModel> classType)
Get a specific
PageContentSlotConverterType by class type. |
void |
PageContentSlotConverterType.setClassType(java.lang.Class<? extends CMSRelationModel> classType) |
void |
PageContentSlotConverterType.setConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends CMSRelationModel> |
DefaultPageContentSlotConverterType.getClassType() |
AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> |
DefaultPageContentSlotConverterType.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<PageContentSlotConverterType> |
DefaultPageContentSlotConverterRegistry.getPageContentSlotConverterType(java.lang.Class<? extends CMSRelationModel> classType) |
void |
DefaultPageContentSlotConverterType.setClassType(java.lang.Class<? extends CMSRelationModel> classType) |
void |
DefaultPageContentSlotConverterType.setConverter(AbstractPopulatingConverter<CMSRelationModel,PageContentSlotData> converter) |
Copyright © 2018 SAP SE. All Rights Reserved.