public class CatalogVersionController
extends java.lang.Object
| Constructor and Description |
|---|
CatalogVersionController() |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionData |
getCatalogVersion(java.lang.String catalogId,
java.lang.String versionId)
Deprecated.
|
protected CatalogVersionFacade |
getCatalogVersionFacade() |
protected DataMapper |
getDataMapper() |
CatalogVersionListData |
getWritableContentCatalogVersionsStartWith(java.lang.String catalogId,
java.lang.String siteId,
java.lang.String versionId,
java.lang.String mode)
Retrieve target content catalog versions by mode.
|
void |
setCatalogVersionFacade(CatalogVersionFacade catalogVersionFacade) |
void |
setDataMapper(DataMapper dataMapper) |
@Deprecated public CatalogVersionData getCatalogVersion(java.lang.String catalogId, java.lang.String versionId) throws CMSItemNotFoundException
CMSItemNotFoundExceptionpublic CatalogVersionListData getWritableContentCatalogVersionsStartWith(java.lang.String catalogId, java.lang.String siteId, java.lang.String versionId, java.lang.String mode)
catalogId - - the catalog identifiersiteId - - the site identifierversionId - - the version of the catalogmode - - the mode to filter the resultprotected CatalogVersionFacade getCatalogVersionFacade()
public void setCatalogVersionFacade(CatalogVersionFacade catalogVersionFacade)
protected DataMapper getDataMapper()
public void setDataMapper(DataMapper dataMapper)
Copyright © 2017 SAP SE. All Rights Reserved.