public interface CMSComponentDao extends Dao
@Deprecated AbstractCMSComponentModel findCMSComponentByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions)
findCMSComponentsByIdAndCatalogVersions(String, Collection) instead.id - the id of CMS componentcatalogVersions - the collection of catalog versionsList<AbstractCMSComponentModel> findCMSComponentsByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions)
id - the id of CMS componentcatalogVersions - the collection of catalog versions@Deprecated AbstractCMSComponentModel findCMSComponent(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions)
findCMSComponents(String, String, Collection) instead.id - the idcontentSlotId - the content slot idcatalogVersions - the catalog versionsList<AbstractCMSComponentModel> findCMSComponents(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions)
id - the id of CMS component.contentSlotId - the if of content slotcatalogVersions - the collection of catalog versions@Deprecated AbstractCMSComponentModel findCMSComponentByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion)
findCMSComponentsByIdAndCatalogVersion(String, CatalogVersionModel)
instead.id - the idcatalogVersion - the catalog versionList<AbstractCMSComponentModel> findCMSComponentsByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion)
id - the id of CMS componentcatalogVersion - the catalog version@Deprecated AbstractCMSComponentModel findCMSComponentById(String id)
findCMSComponentsById(String) instead.id - the idList<AbstractCMSComponentModel> findCMSComponentsById(String id)
id - the id of CMS component@Deprecated AbstractCMSComponentContainerModel findCMSComponentContainerByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion)
findCMSComponentContainersByIdAndCatalogVersion(String, CatalogVersionModel)
instead.id - the idcatalogVersion - the catalog versionList<AbstractCMSComponentContainerModel> findCMSComponentContainersByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion)
id - the id of CMS componentcatalogVersion - the catalog versionList<SimpleCMSComponentModel> findCMSComponentsOfContainerByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion)
id - the id of CMS componentcatalogVersion - the catalog versionList<AbstractCMSComponentModel> findAllCMSComponentsByCatalogVersion(CatalogVersionModel catalogVersion)
catalogVersion - - the catalog versionSearchResult<AbstractCMSComponentModel> findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData)
PageableData query, will return a page object consisting of the
content list of the requested page number and the total number of entities for the given maskcatalogVersionModel - the catalog version to filter onmask - the string value on which components will be filtered, implementations may choose to filter on the
component namepageableData - the PageableData object containing the page request details. PageableData may contain a String
value for sort, this will be used by a sorting strategy to select the most appropriate query or resort
to a default one.Copyright © 2017 SAP SE. All Rights Reserved.