public interface CMSContentSlotDao extends Dao
ContentSlotForTemplateModel objects.@Deprecated Collection<ContentSlotForTemplateModel> findAllContentSlotRelationsForPageTemplate(PageTemplateModel template, CatalogVersionModel catalogVersion)
findAllContentSlotRelationsByPageTemplate(PageTemplateModel, CatalogVersionModel)
instead.template - the templatecatalogVersion - the catalog versionContentSlotForTemplateModel or empty collection when not foundList<ContentSlotForTemplateModel> findAllContentSlotRelationsByPageTemplate(PageTemplateModel template, CatalogVersionModel catalogVersion)
template - the page templatecatalogVersion - the catalog versionContentSlotForTemplateModel objects or empty list when not found.@Deprecated Collection<ContentSlotForTemplateModel> findAllContentSlotRelationsForPageTemplate(PageTemplateModel template)
findAllContentSlotRelationsByPageTemplate(PageTemplateModel) instead.template - the templateContentSlotForTemplateModel objects or empty collection when not
foundList<ContentSlotForTemplateModel> findContentSlotRelationsByPageTemplateAndContentSlot(PageTemplateModel template, ContentSlotModel contentSlotModel, CatalogVersionModel catalogVersion)
template - the templatecontentSlotModel - the content slotcatalogVersion - the catalog versionContentSlotForTemplateModelList<ContentSlotForTemplateModel> findAllContentSlotRelationsByPageTemplate(PageTemplateModel template)
template - the page templateContentSlotForTemplateModel objects or empty list when not found.@Deprecated ContentSlotForTemplateModel findContentSlotRelationByPageTemplateAndPosition(PageTemplateModel template, String position, Collection<CatalogVersionModel> catalogVersions)
findContentSlotRelationsByPageTemplateAndPosition(PageTemplateModel, String, Collection)
instead.template - the page templateposition - the positioncatalogVersions - the catalog versionsList<ContentSlotForTemplateModel> findContentSlotRelationsByPageTemplateAndPosition(PageTemplateModel template, String position, Collection<CatalogVersionModel> catalogVersions)
template - the page templateposition - the positioncatalogVersions - the catalog versionsContentSlotForTemplateModel objects or empty list when not found@Deprecated Collection<ContentSlotForPageModel> findAllContentSlotRelationsForPage(AbstractPageModel page, CatalogVersionModel catalogVersion)
findAllContentSlotRelationsByPage(AbstractPageModel, CatalogVersionModel)
instead.page - the pagecatalogVersion - the catalog versionContentSlotForPageModel objects or empty collection when not foundList<ContentSlotForPageModel> findAllContentSlotRelationsByPage(AbstractPageModel page, CatalogVersionModel catalogVersion)
page - the pagecatalogVersion - the catalog versionContentSlotForPageModel objects or empty list when not found@Deprecated Collection<ContentSlotForPageModel> findAllContentSlotRelationsForPage(AbstractPageModel page)
findAllContentSlotRelationsByPage(AbstractPageModel) instead.page - the pageContentSlotForPageModel objectsList<ContentSlotForPageModel> findAllContentSlotRelationsByPage(AbstractPageModel page)
page - the pageContentSlotForPageModel objects or empty list when not found@Deprecated Collection<ContentSlotForPageModel> findAllContentSlotRelationsForContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)
findAllContentSlotRelationsByContentSlot(ContentSlotModel, CatalogVersionModel)
instead.contentSlot - the content slotcatalogVersion - the catalog versionContentSlotForPageModel objectsList<ContentSlotForPageModel> findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)
contentSlot - the content slotcatalogVersion - the catalog versionContentSlotForPageModel objects or empty list when not found@Deprecated Collection<CMSRelationModel> findAllContentSlotRelationsForContentSlot(ContentSlotModel contentSlot)
findAllContentSlotRelationsByContentSlot(ContentSlotModel) instead.contentSlot - the content slotCMSRelationModel objectsCollection<CMSRelationModel> findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
contentSlot - the content slotCMSRelationModel objects or empty collection when not foundCollection<CMSRelationModel> findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)
contentSlot - the content slotCMSRelationModel objects or empty collection when not found@Deprecated ContentSlotModel findContentSlotByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions)
findContentSlotsByIdAndCatalogVersions(String, Collection) instead.id - the id of ContentSlotModel object to findcatalogVersions - the catalog versionsContentSlotModel object or null if not foundList<ContentSlotModel> findContentSlotsByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions)
id - the id of ContentSlotModel object to findcatalogVersions - the catalog versionsContentSlotModel objects or empty list when not found@Deprecated ContentSlotModel findContentSlotById(String id)
findContentSlotsById(String) instead.id - the id of ContentSlotModel object to findContentSlotModel object or null if not foundList<ContentSlotModel> findContentSlotsById(String id)
id - the id of ContentSlotModel object to findContentSlotModel objects or empty list when not found@Deprecated ContentSlotForPageModel findContentSlotRelationByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)
findContentSlotRelationsByPageAndContentSlot(AbstractPageModel, ContentSlotModel, CatalogVersionModel)
instead.page - the pagecontentSlot - the content slotcatalogVersion - the catalog versionContentSlotForPageModel relation object or null if not found.List<ContentSlotForPageModel> findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)
page - the pagecontentSlot - the content slotcatalogVersion - the catalog versionContentSlotForPageModel objects or empty list when not foundList<ContentSlotForPageModel> findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, Collection<CatalogVersionModel> catalogVersions)
page - the pagecontentSlot - the content slotcatalogVersions - the catalog versionsContentSlotForPageModel objects or empty list when not found@Deprecated ContentSlotForPageModel findContentSlotRelationByPageAndPosition(AbstractPageModel page, String position, CatalogVersionModel catalogVersion)
findContentSlotRelationsByPageAndPosition(AbstractPageModel, String, CatalogVersionModel)
instead.page - the pageposition - the positioncatalogVersion - the catalog versionContentSlotForPageModel object or null if not foundList<ContentSlotForPageModel> findContentSlotRelationsByPageAndPosition(AbstractPageModel page, String position, CatalogVersionModel catalogVersion)
page - the pageposition - the positioncatalogVersion - the catalog versionContentSlotForPageModel objects or empty list when not found@Deprecated ContentSlotForPageModel findContentSlotRelationByPageAndPosition(AbstractPageModel page, String position, Collection<CatalogVersionModel> catalogVersions)
findContentSlotRelationsByPageAndPosition(AbstractPageModel, String, Collection)
instead.page - the pageposition - the positioncatalogVersions - the catalog versionsContentSlotForPageModel relation object or null if not foundList<ContentSlotForPageModel> findContentSlotRelationsByPageAndPosition(AbstractPageModel page, String position, Collection<CatalogVersionModel> catalogVersions)
page - the pageposition - the positioncatalogVersions - the catalog versionsContentSlotForPageModel objects or empty list when not foundCollection<AbstractPageModel> findPagesByContentSlot(ContentSlotModel contentSlot)
contentSlot - the ContentSlotModel object for which pages will be obtained.AbstractPageModel objects related to ContentSlotModel object
or empty list when not found.@Deprecated Collection<ContentSlotForTemplateModel> findTemplateRelationsByContentSlotNotOverriddenInPage(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel) instead to retrieve
shared content slot information.contentSlot - the content slotcatalogVersion - the catalog versionContentSlotForTemplateModel objects or empty list when not found@Deprecated Collection<ContentSlotForTemplateModel> findTemplateRelationsByContentSlotWithoutPage(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)
CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel) instead to retrieve
shared content slot information.contentSlot - the content slotcatalogVersion - the catalog versionContentSlotForTemplateModel objects or empty list when not foundCollection<ContentSlotModel> findContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion)
catalogVersion - - the catalog versionnullCopyright © 2017 SAP SE. All Rights Reserved.