All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
List<AbstractCMSComponentModel> |
findAllCMSComponentsByCatalogVersion(CatalogVersionModel catalogVersion)
Find cms components that belong to a given catalog version.
|
SearchResult<AbstractCMSComponentModel> |
findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel,
String mask,
PageableData pageableData)
For a given mask used as filter and a 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 mask
|
AbstractCMSComponentModel |
findCMSComponent(String id,
String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Find cms component.
|
AbstractCMSComponentModel |
findCMSComponentById(String id)
Find cms component by id.
|
AbstractCMSComponentModel |
findCMSComponentByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find cms component by id and catalog version.
|
AbstractCMSComponentModel |
findCMSComponentByIdAndCatalogVersions(String id,
Collection<CatalogVersionModel> catalogVersions)
Find cms component by id and catalog versions.
|
AbstractCMSComponentContainerModel |
findCMSComponentContainerByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find cms component container by id and catalog version.
|
List<AbstractCMSComponentContainerModel> |
findCMSComponentContainersByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find cms component containers by id and catalog version.
|
List<AbstractCMSComponentModel> |
findCMSComponents(String id,
String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Find cms components by id, contentSlotId and catalog versions.
|
List<AbstractCMSComponentModel> |
findCMSComponentsById(String id)
Find cms components by id.
|
List<AbstractCMSComponentModel> |
findCMSComponentsByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find cms components by id and catalog version.
|
List<AbstractCMSComponentModel> |
findCMSComponentsByIdAndCatalogVersions(String id,
Collection<CatalogVersionModel> catalogVersions)
Find cms components by id and catalog versions.
|
List<SimpleCMSComponentModel> |
findCMSComponentsOfContainerByIdAndCatalogVersion(String id,
CatalogVersionModel catalogVersion)
Find cms components of container by id and catalog version.
|