public class DefaultCMSAdminItemService extends AbstractCMSAdminService implements CMSAdminItemService
AbstractService.SerializableDTOACTIVECATALOGVERSION, ACTIVESITEmodelService, sessionService, txManagertenant| Constructor and Description |
|---|
DefaultCMSAdminItemService() |
| 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 |
protected CMSItemDao |
getCmsItemDao() |
void |
setCmsItemDao(CMSItemDao cmsItemDao) |
getActiveCatalogVersion, getActiveSite, getUserService, setUserServicegetModelService, getSessionService, getTxManager, setModelService, setSessionService, setTxManagerafterPropertiesSet, getCurrentTenant, setBeanName, setCurrentTenant, setTenantScope, writeReplacepublic CMSItemModel findByUid(String uid, CatalogVersionModel catalogVersion) throws CMSItemNotFoundException
CMSItemModel uniquely identified by its uid and catalogVersionfindByUid in interface CMSAdminItemServiceuid - the CMSItemModel uidcatalogVersion - the CatalogVersionModel to which the item belongs toCMSItemModelCMSItemNotFoundExceptionpublic CMSItemModel findByUid(String uid) throws CMSItemNotFoundException
CMSItemModel uniquely identified by its uid and the catalogVersion currently in sessionfindByUid in interface CMSAdminItemServiceuid - the CMSItemModel uidCMSItemModelCMSItemNotFoundExceptionpublic void setCmsItemDao(CMSItemDao cmsItemDao)
cmsItemDao - the cmsItemDao to setprotected CMSItemDao getCmsItemDao()
Copyright © 2017 SAP SE. All Rights Reserved.