| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
AbstractPageModel.getContentSlots()
Deprecated.
since 4.3
|
| Modifier and Type | Method and Description |
|---|---|
ContentSlotForPageModel |
ContentSlotForPageResource.getContentSlotForPageModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ContentSlotForPageModel |
ContentSlotForPageResource.readResource(java.lang.String resourceId)
Gets the
ContentSlotForPageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentSlotForPageModel> |
ContentSlotForPagesResource.getContentSlotForPagesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<ContentSlotForPageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find all content slot relations by content slot and catalog version.
|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations by page and catalog version.
|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findAllContentSlotRelationsByPageUid(java.lang.String pageUid,
CatalogVersionModel catalogVersion)
Find all content slot relations for page uid and catalog version.
|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relations by page, content slot and catalog version.
|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, content slot and catalog versions.
|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
java.lang.String position,
CatalogVersionModel catalogVersion)
Find content slot relations by page, position and catalog versions.
|
java.util.List<ContentSlotForPageModel> |
CMSContentSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
java.lang.String position,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, position and catalog versions.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find all content slot relations by content slot and catalog version.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations by page and catalog version.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findAllContentSlotRelationsByPageUid(java.lang.String pageUid,
CatalogVersionModel catalogVersion)
Find all content slot relations for page uid and catalog version.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relations by page, content slot and catalog version.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, content slot and catalog versions.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
java.lang.String position,
CatalogVersionModel catalogVersion)
Find content slot relations by page, position and catalog versions.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
java.lang.String position,
java.util.Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, position and catalog versions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultCMSPageDaoTest.setRelationModel(ContentSlotForPageModel rel,
ContentSlotModel slot,
java.lang.String id) |
| 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 |
|---|---|
protected void |
CMSAbstractPageRemoveInterceptor.removeContentSlot(AbstractPageModel pageModel,
InterceptorContext ctx,
ContentSlotForPageModel contentSlotForPageModel) |
protected void |
CMSAbstractPageRemoveInterceptor.removeContentSlotForPageRelation(InterceptorContext ctx,
ContentSlotForPageModel contentSlotForPageModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentSlotForPageModel> |
CMSPageService.getContentSlotModelsForPage(AbstractPageModel page,
PagePreviewCriteriaData pagePreviewCriteria)
Returns the
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object and PagePreviewCriteriaData. |
java.util.Collection<ContentSlotForPageModel> |
CMSPageService.getOwnContentSlotsForPage(AbstractPageModel page)
Returns the
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
CMSAdminContentSlotService.findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
java.util.List<ContentSlotForPageModel> |
CMSAdminContentSlotService.getContentSlotRelationsByPageId(java.lang.String pageId,
CatalogVersionModel catalogVersion)
Find content slot relations for a given pageId and catalog version.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
DefaultCMSAdminContentSlotService.findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
protected java.util.List<ContentSlotForPageModel> |
DefaultCMSAdminContentSlotServiceTest.generateContentSlotForPageModelMocks()
Generates a list of to content slot
relation model mocks for the page.
|
java.util.List<ContentSlotForPageModel> |
DefaultCMSAdminContentSlotService.getContentSlotRelationsByPageId(java.lang.String pageId,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContentSlotForPageModel> |
DefaultCMSPageService.getContentSlotModelsForPage(AbstractPageModel page,
PagePreviewCriteriaData pagePreviewCriteria)
Returns the
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object and PagePreviewCriteriaData. |
java.util.Collection<ContentSlotForPageModel> |
DefaultCMSPageService.getOwnContentSlotsForPage(AbstractPageModel page)
Returns the
ContentSlotForPageModel objects for passed as parameter AbstractPageModel
object. |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<ContentSlotData> |
DefaultCMSPageService.getAllContentSlotsForPageAndSlots(AbstractPageModel page,
java.util.Collection<ContentSlotForPageModel> pageSlots,
java.util.Collection<ContentSlotForTemplateModel> templateSlots)
Returns a list of
ContentSlotData for a provided page, list of ContentSlotForPageModel and
ContentSlotForTemplateModel. |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotForPageRelationData |
ContentSlotsForPageConverter.convertContentSlotModelToRelationData(ContentSlotForPageModel contentSlotForPageModel)
Converts
ContentSlotForPageModel to a ContentSlotForPageRelationData |
| Modifier and Type | Method and Description |
|---|---|
protected ContentSlotForPageModel |
DefaultCMSVersionToItemModelPreviewConverterIntegrationTest.getContentSlotForPageModelFromCacheByPosition(java.lang.String position) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
CMSVersionSessionContextProvider.getAllCachedContentSlotsForPage()
Return all cached content slots for page from cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSVersionSessionContextProvider.addContentSlotForPageToCache(ContentSlotForPageModel contentSlotForPageModel)
Add a content slot for page to cache.
|
void |
CMSVersionSessionContextProvider.removeContentSlotForPageFromCache(ContentSlotForPageModel contentSlotForPageModel)
Remove a
ContentSlotForPageModel from cache. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ContentSlotForPageModel> |
DefaultCMSVersionSessionContextProvider.getAllCachedContentSlotsForPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSVersionSessionContextProvider.addContentSlotForPageToCache(ContentSlotForPageModel contentSlotForPageModel) |
void |
DefaultCMSVersionSessionContextProvider.removeContentSlotForPageFromCache(ContentSlotForPageModel contentSlotForPageModel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ItemModel> |
ContentSlotForPageModelVisitor.visit(ContentSlotForPageModel contentSlotForPageModel,
java.util.List<ItemModel> list,
java.util.Map<java.lang.String,java.lang.Object> map) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ContentSlotForPageModel> |
DefaultItemSynchronizationServiceIntegrationTest.extractPageRelations(java.util.List<ItemModel> items) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
DefaultItemSynchronizationServiceIntegrationTest.convertToCatalogVersion(ContentSlotForPageModel contentSlotForPageModel) |
protected java.lang.String |
DefaultItemSynchronizationServiceIntegrationTest.convertToUniqueKeyForContentSlotForPage(ContentSlotForPageModel contentSlotForPageModel) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotForPageModel |
ContentSlotForPageModelBuilder.build() |
protected ContentSlotForPageModel |
ContentSlotForPageModelBuilder.getModel() |
| Modifier and Type | Method and Description |
|---|---|
static ContentSlotForPageModelBuilder |
ContentSlotForPageModelBuilder.fromModel(ContentSlotForPageModel model) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ContentSlotForPageModel> |
VendorCMSService.getContentSlotRelationByIdAndPositionInPage(java.lang.String id,
AbstractPageModel page,
java.lang.String position)
get ContentSlotForPage according to its position in a page
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<ContentSlotForPageModel> |
DefaultVendorCMSService.getContentSlotRelationByIdAndPositionInPage(java.lang.String id,
AbstractPageModel page,
java.lang.String position) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.lang.String> |
CmsPageVersionSwitchQueryExecutor.getContainersForContentSlots(java.util.Collection<ContentSlotForPageModel> contentSlotForPageModels) |
Copyright © 2018 SAP SE. All Rights Reserved.