| Modifier and Type | Method and Description |
|---|---|
M |
GenericDao.findUniqueByAttribute(String attributeName,
Object attributeValue)
Deprecated.
Finds a model matching the given attribute.
|
<M extends ItemModel> |
BaseDao.findUniqueByAttribute(String attributeName,
Object attributeValue,
Class<M> modelClass)
Deprecated.
Finds a model matching the given attribute.
|
M |
GenericDao.findUniqueByAttributes(Map<String,Object> attribs)
Deprecated.
Finds a model matching the given attributes.
|
<M extends ItemModel> |
BaseDao.findUniqueByAttributes(Map<String,Object> attribs,
Class<M> modelClass)
Deprecated.
Finds a model matching the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ContentCatalogModel |
CMSContentCatalogDao.findContentCatalogById(String id)
Find a single content catalog having the given id.
|
MediaFormatModel |
CMSMediaFormatDao.getMediaFormatByQualifier(String qualifier)
Retrieve a single media format which have the specified qualifier value.
|
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
DefaultCMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
CMSContentSlotService.getContentSlotForId(String id)
Gets the content slot for given id.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentContainerModel |
CMSAdminComponentService.getCMSComponentContainerForId(String id)
Gets the cms component container for id.
|
AbstractCMSComponentModel |
CMSAdminComponentService.getCMSComponentForId(String id)
Gets the cms component for id.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlotForId(String contentSlotId)
Gets the content slot for specific content slot id.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Gets the content slot for slot id and collection of catalog versions.
|
AbstractPageModel |
CMSAdminPageService.getPageForIdFromActiveCatalogVersion(String id)
Returns the page with the given id from active catalogVersion.
|
PageTemplateModel |
CMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String id)
Gets the page template with the give id.
|
CMSSiteModel |
CMSAdminSiteService.getSiteForId(String id)
Returns a site with the given ID
|
void |
CMSAdminSiteService.setActiveSiteForId(String id)
Sets a site as active (the site the current user is working on)
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentContainerModel |
DefaultCMSAdminComponentService.getCMSComponentContainerForId(String id)
Gets the cms component container for id.
|
AbstractCMSComponentModel |
DefaultCMSAdminComponentService.getCMSComponentForId(String id)
Gets the cms component for id.
|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlotForId(String contentSlotId)
Gets the content slot for specific content slot id.
|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId,
Collection<CatalogVersionModel> catalogVersions)
Gets the content slot for slot id and collection of catalog versions.
|
AbstractPageModel |
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersion(String id)
Returns the page with the given id from active catalogVersion.
|
PageTemplateModel |
DefaultCMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String id)
Gets the page template with the give id.
|
CMSSiteModel |
DefaultCMSAdminSiteService.getSiteForId(String id) |
void |
DefaultCMSAdminSiteService.setActiveSiteForId(String id) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
DefaultCMSContentSlotService.getContentSlotForId(String id) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> Optional<T> |
AbstractCxDao.querySingle(String query,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
MediaFolderModel |
MediaService.getFolder(String qualifier)
Gets the folder identified unique by given qualifier.
|
MediaFormatModel |
MediaService.getFormat(String qualifier)
Gets the format identified unique by given qualifier.
|
MediaModel |
MediaService.getMedia(CatalogVersionModel catalogVersion,
String code)
Gets the media identified unique by given code and catalog version.
|
MediaModel |
MediaService.getMedia(String code)
Gets the media identified unique by given code.
|
MediaContainerModel |
MediaContainerService.getMediaContainerForQualifier(String qualifier)
Gets the media container for qualifier.
|
MediaContextModel |
MediaContainerService.getMediaContextForQualifier(String qualifier)
Gets the media context for the specified qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
BaseStoreService.getBaseStoreForUid(String uid)
Gets the base store for uid.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
DefaultBaseStoreService.getBaseStoreForUid(String uid)
Gets the base store for uid.
|
Copyright © 2017 SAP SE. All Rights Reserved.