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