public class DefaultCmsObjectService extends Object implements CmsObjectService
CmsObjectService interface.| Constructor and Description |
|---|
DefaultCmsObjectService() |
| Modifier and Type | Method and Description |
|---|---|
CmsObjectDao |
getCmsObjectDao() |
<K extends ItemModel> |
getItemOrRelation(String uid,
Collection<CatalogVersionModel> catalogVersions)
Find an item or a relation from a given identifier
|
void |
setCmsObjectDao(CmsObjectDao cmsObjectDao) |
public <K extends ItemModel> K getItemOrRelation(String uid, Collection<CatalogVersionModel> catalogVersions) throws CMSItemNotFoundException
CmsObjectServicegetItemOrRelation in interface CmsObjectServiceCMSItemNotFoundException - when a given uid is invalidpublic CmsObjectDao getCmsObjectDao()
public void setCmsObjectDao(CmsObjectDao cmsObjectDao)
Copyright © 2017 SAP SE. All Rights Reserved.