public interface CatalogVersionFacade
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionData |
getCatalogVersion(java.lang.String catalogId,
java.lang.String versionId)
Retrieve catalog version information, including page display conditions.
|
java.util.List<CatalogVersionData> |
getWritableContentCatalogVersionTargets(java.lang.String siteId,
java.lang.String catalogId,
java.lang.String versionId)
Retrieve content catalog versions for a catalog or for all child catalogs.
|
CatalogVersionData getCatalogVersion(java.lang.String catalogId, java.lang.String versionId) throws CMSItemNotFoundException
catalogId - - the catalog identifierversionId - - the catalog version identifierCatalogVersionDataCMSItemNotFoundException - when the given catalog and/or version is not validjava.util.List<CatalogVersionData> getWritableContentCatalogVersionTargets(java.lang.String siteId, java.lang.String catalogId, java.lang.String versionId)
siteId - - the site identifiercatalogId - - the catalog identifierversionId - - the catalog version identifierCopyright © 2018 SAP SE. All Rights Reserved.