All Methods Instance Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
Collection<CMSRelationModel> |
findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find all content slot relations by content slot.
|
List<ContentSlotForPageModel> |
findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find all content slot relations by content slot and catalog version.
|
List<ContentSlotForPageModel> |
findAllContentSlotRelationsByPage(AbstractPageModel page)
Find all content slot relations by page.
|
List<ContentSlotForPageModel> |
findAllContentSlotRelationsByPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations by page and catalog version.
|
List<ContentSlotForTemplateModel> |
findAllContentSlotRelationsByPageTemplate(PageTemplateModel template)
Find all content slot relations by page template.
|
List<ContentSlotForTemplateModel> |
findAllContentSlotRelationsByPageTemplate(PageTemplateModel template,
CatalogVersionModel catalogVersion)
Find all content slot relations by page template and catalog version.
|
Collection<CMSRelationModel> |
findAllContentSlotRelationsForContentSlot(ContentSlotModel contentSlot)
Find all content slot relations for content slot.
|
Collection<ContentSlotForPageModel> |
findAllContentSlotRelationsForContentSlot(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find all content slot relations for content slot and catalog version.
|
Collection<ContentSlotForPageModel> |
findAllContentSlotRelationsForPage(AbstractPageModel page)
Find all content slot relations for page.
|
Collection<ContentSlotForPageModel> |
findAllContentSlotRelationsForPage(AbstractPageModel page,
CatalogVersionModel catalogVersion)
Find all content slot relations for page and catalog version.
|
Collection<ContentSlotForTemplateModel> |
findAllContentSlotRelationsForPageTemplate(PageTemplateModel template)
Find all content slot relations for page template.
|
Collection<ContentSlotForTemplateModel> |
findAllContentSlotRelationsForPageTemplate(PageTemplateModel template,
CatalogVersionModel catalogVersion)
Find all content slot relations for page template and catalog version.
|
ContentSlotModel |
findContentSlotById(String id)
Find content slot by id.
|
ContentSlotModel |
findContentSlotByIdAndCatalogVersions(String id,
Collection<CatalogVersionModel> catalogVersions)
Find content slot by id and catalog versions.
|
ContentSlotForPageModel |
findContentSlotRelationByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relation by page, content slot and catalog versions.
|
ContentSlotForPageModel |
findContentSlotRelationByPageAndPosition(AbstractPageModel page,
String position,
CatalogVersionModel catalogVersion)
Find content slot relation by page, position and catalog versions.
|
ContentSlotForPageModel |
findContentSlotRelationByPageAndPosition(AbstractPageModel page,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relation by page, position and catalog versions.
|
ContentSlotForTemplateModel |
findContentSlotRelationByPageTemplateAndPosition(PageTemplateModel template,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relation by page template, position and catalog versions.
|
List<ContentSlotForPageModel> |
findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Find content slot relations by page, content slot and catalog version.
|
List<ContentSlotForPageModel> |
findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page,
ContentSlotModel contentSlot,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, content slot and catalog versions.
|
List<ContentSlotForPageModel> |
findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
String position,
CatalogVersionModel catalogVersion)
Find content slot relations by page, position and catalog versions.
|
List<ContentSlotForPageModel> |
findContentSlotRelationsByPageAndPosition(AbstractPageModel page,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page, position and catalog versions.
|
List<ContentSlotForTemplateModel> |
findContentSlotRelationsByPageTemplateAndContentSlot(PageTemplateModel template,
ContentSlotModel contentSlotModel,
CatalogVersionModel catalogVersion)
Find content slot relations for given page template and content slot.
|
List<ContentSlotForTemplateModel> |
findContentSlotRelationsByPageTemplateAndPosition(PageTemplateModel template,
String position,
Collection<CatalogVersionModel> catalogVersions)
Find content slot relations by page template, position and catalog versions.
|
List<ContentSlotModel> |
findContentSlotsById(String id)
Find content slots by id.
|
List<ContentSlotModel> |
findContentSlotsByIdAndCatalogVersions(String id,
Collection<CatalogVersionModel> catalogVersions)
Find content slots by id and catalog versions.
|
Collection<ContentSlotModel> |
findContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion)
Find all content slots that belong to a given catalog version.
|
Collection<CMSRelationModel> |
findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
Find only content slot relations not content slot template relations of given content slot.
|
Collection<AbstractPageModel> |
findPagesByContentSlot(ContentSlotModel contentSlot)
Find pages related to content slot.
|
Collection<ContentSlotForTemplateModel> |
findTemplateRelationsByContentSlotNotOverriddenInPage(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Deprecated.
|
Collection<ContentSlotForTemplateModel> |
findTemplateRelationsByContentSlotWithoutPage(ContentSlotModel contentSlot,
CatalogVersionModel catalogVersion)
Deprecated.
|