public interface CMSAdminItemService
CMSItemModel.| Modifier and Type | Method and Description |
|---|---|
CMSItemModel |
findByUid(String uid)
Finds the
CMSItemModel uniquely identified by its uid and the catalogVersion currently in session |
CMSItemModel |
findByUid(String uid,
CatalogVersionModel catalogVersion)
Finds the
CMSItemModel uniquely identified by its uid and catalogVersion |
CMSItemModel findByUid(String uid, CatalogVersionModel catalogVersion) throws CMSItemNotFoundException
CMSItemModel uniquely identified by its uid and catalogVersionuid - the CMSItemModel uidcatalogVersion - the CatalogVersionModel to which the item belongs toCMSItemModelCMSItemNotFoundExceptionCMSItemModel findByUid(String uid) throws CMSItemNotFoundException
CMSItemModel uniquely identified by its uid and the catalogVersion currently in sessionuid - the CMSItemModel uidCMSItemModelCMSItemNotFoundExceptionCopyright © 2017 SAP SE. All Rights Reserved.