| Modifier and Type | Method and Description |
|---|---|
M |
GenericDao.findUniqueByAttribute(java.lang.String attributeName,
java.lang.Object attributeValue)
Deprecated.
Finds a model matching the given attribute.
|
<M extends ItemModel> |
BaseDao.findUniqueByAttribute(java.lang.String attributeName,
java.lang.Object attributeValue,
java.lang.Class<M> modelClass)
Deprecated.
Finds a model matching the given attribute.
|
M |
GenericDao.findUniqueByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs)
Deprecated.
Finds a model matching the given attributes.
|
<M extends ItemModel> |
BaseDao.findUniqueByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs,
java.lang.Class<M> modelClass)
Deprecated.
Finds a model matching the given attributes.
|
| Modifier and Type | Method and Description |
|---|---|
PunchOutCredentialModel |
PunchOutCredentialDao.getPunchOutCredential(java.lang.String domain,
java.lang.String identity)
Get a
PunchOutCredentialModel for a given domain-identity pair. |
| Modifier and Type | Method and Description |
|---|---|
PunchOutCredentialModel |
DefaultPunchOutCredentialDao.getPunchOutCredential(java.lang.String domain,
java.lang.String identity) |
| Modifier and Type | Method and Description |
|---|---|
ProductFilterResult |
ClassificationService.getProductsByFilter(ProductFilter filter)
Returns all products for which the given filter applies.
|
| Modifier and Type | Method and Description |
|---|---|
ProductFilterResult |
DefaultClassificationService.getProductsByFilter(ProductFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
ContentCatalogModel |
CMSContentCatalogDao.findContentCatalogById(java.lang.String id)
Find a single content catalog having the given id.
|
MediaFormatModel |
CMSMediaFormatDao.getMediaFormatByQualifier(java.lang.String qualifier)
Retrieve a single media format which have the specified qualifier value.
|
| Modifier and Type | Method and Description |
|---|---|
MediaFormatModel |
DefaultCMSMediaFormatDao.getMediaFormatByQualifier(java.lang.String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
CMSContentSlotService.getContentSlotForId(java.lang.String id)
Gets the content slot for given id.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentContainerModel |
CMSAdminComponentService.getCMSComponentContainerForId(java.lang.String id)
Gets the cms component container for id.
|
AbstractCMSComponentModel |
CMSAdminComponentService.getCMSComponentForId(java.lang.String id)
Gets the cms component for id.
|
AbstractCMSComponentModel |
CMSAdminComponentService.getCMSComponentForIdAndCatalogVersions(java.lang.String id,
java.util.Collection<CatalogVersionModel> catalogVersions)
Gets the cms component matching the id by searching in the given catalog versions.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlotForId(java.lang.String contentSlotId)
Gets the content slot for specific content slot id.
|
ContentSlotModel |
CMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId,
java.util.Collection<CatalogVersionModel> catalogVersions)
Gets the content slot for slot id and collection of catalog versions.
|
PageTemplateModel |
CMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(java.lang.String id)
Gets the page template with the give id.
|
CMSSiteModel |
CMSAdminSiteService.getSiteForId(java.lang.String id)
Returns a site with the given ID
|
void |
CMSAdminSiteService.setActiveSiteForId(java.lang.String id)
Sets a site as active (the site the current user is working on)
|
| Modifier and Type | Method and Description |
|---|---|
AbstractCMSComponentContainerModel |
DefaultCMSAdminComponentService.getCMSComponentContainerForId(java.lang.String id)
Gets the cms component container for id.
|
AbstractCMSComponentModel |
DefaultCMSAdminComponentService.getCMSComponentForId(java.lang.String id)
Gets the cms component for id.
|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlotForId(java.lang.String contentSlotId)
Gets the content slot for specific content slot id.
|
ContentSlotModel |
DefaultCMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId,
java.util.Collection<CatalogVersionModel> catalogVersions)
Gets the content slot for slot id and collection of catalog versions.
|
CMSSiteModel |
DefaultCMSAdminSiteService.getSiteForId(java.lang.String id) |
void |
DefaultCMSAdminSiteService.setActiveSiteForId(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
ContentSlotModel |
DefaultCMSContentSlotService.getContentSlotForId(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPageRestrictionFacadeTest.shouldUpdateRestrictionRelationsByPage() |
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
DummyBaseStoreService.getBaseStoreForUid(java.lang.String arg0) |
| Modifier and Type | Method and Description |
|---|---|
MediaFolderModel |
MediaService.getFolder(java.lang.String qualifier)
Gets the folder identified unique by given qualifier.
|
MediaFormatModel |
MediaService.getFormat(java.lang.String qualifier)
Gets the format identified unique by given qualifier.
|
MediaModel |
MediaService.getMedia(CatalogVersionModel catalogVersion,
java.lang.String code)
Gets the media identified unique by given code and catalog version.
|
MediaModel |
MediaService.getMedia(java.lang.String code)
Gets the media identified unique by given code.
|
MediaContainerModel |
MediaContainerService.getMediaContainerForQualifier(java.lang.String qualifier)
Gets the media container for qualifier.
|
MediaContextModel |
MediaContainerService.getMediaContextForQualifier(java.lang.String qualifier)
Gets the media context for the specified qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
BaseStoreService.getBaseStoreForUid(java.lang.String uid)
Gets the base store for uid.
|
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModel |
DefaultBaseStoreService.getBaseStoreForUid(java.lang.String uid)
Gets the base store for uid.
|
| Modifier and Type | Method and Description |
|---|---|
StockData |
CommerceStockFacade.getStockDataForProductAndBaseSite(java.lang.String productCode,
java.lang.String baseSiteId)
Returns stock data for combination of given product and base site
|
StockData |
CommerceStockFacade.getStockDataForProductAndPointOfService(java.lang.String productCode,
java.lang.String storeName)
Returns stock data for given product and point of service (that also indicates warehouse)
|
| Modifier and Type | Method and Description |
|---|---|
StockData |
DefaultCommerceStockFacade.getStockDataForProductAndBaseSite(java.lang.String productCode,
java.lang.String baseSiteId) |
StockData |
DefaultCommerceStockFacade.getStockDataForProductAndPointOfService(java.lang.String productCode,
java.lang.String storeName) |
Copyright © 2018 SAP SE. All Rights Reserved.