| Modifier and Type | Method and Description |
|---|---|
SynchronisationStatus |
SyncSlotActionEnabledStrategy.getSlotSynchronizationStatus(java.lang.String slotId) |
boolean |
SyncSlotActionEnabledStrategy.isSlotSynchronized(java.lang.String slotId) |
| Constructor and Description |
|---|
AssistedServiceWrongCartIdException(java.lang.String message,
UnknownIdentifierException e) |
AssistedServiceWrongCustomerIdException(java.lang.String message,
UnknownIdentifierException e) |
| Modifier and Type | Method and Description |
|---|---|
CityModel |
DefaultCityService.getCityForCode(java.lang.String cityCode) |
DistrictModel |
DefaultDistrictService.getDistrictByCode(java.lang.String districtCode) |
| 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.
|
AbstractPageModel |
CMSAdminPageService.getPageForIdFromActiveCatalogVersion(java.lang.String id)
Returns the active page with the given id from the active catalogVersion.
|
AbstractPageModel |
CMSAdminPageService.getPageForIdFromActiveCatalogVersionByPageStatuses(java.lang.String id,
java.util.List<CmsPageStatus> pageStatuses)
Returns the page with the given id and page status list from the active catalogVersion.
|
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.
|
AbstractCMSComponentModel |
DefaultCMSAdminComponentService.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 |
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.
|
AbstractPageModel |
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersion(java.lang.String id)
Returns the active page with the given id from the active catalogVersion.
|
AbstractPageModel |
DefaultCMSAdminPageService.getPageForIdFromActiveCatalogVersionByPageStatuses(java.lang.String id,
java.util.List<CmsPageStatus> pageStatuses)
Returns the page with the given id and page status list from the active catalogVersion.
|
PageTemplateModel |
DefaultCMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(java.lang.String id)
Gets the page template with the give id.
|
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 |
|---|---|
protected CatalogVersionModel |
CreateCatalogSynchronizationValidator.getCatalogVersionModel(java.lang.String catalog,
java.lang.String catalogVersion)
Gets the catalogVersionModel
|
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.Optional<T> |
UniqueItemIdentifierService.getItemModel(java.lang.String key,
java.lang.Class<T> classType)
Method to get the model item by the given key
UniqueItemIdentifierService. |
| Modifier and Type | Method and Description |
|---|---|
<T> java.util.Optional<T> |
DefaultUniqueItemIdentifierService.getItemModel(java.lang.String key,
java.lang.Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerFacade.register(RegisterData registerData)
Register a user with given parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerGroupFacadeIntegrationTest.testGetCustomerGroupForCurrentUser() |
void |
CustomerGroupFacadeIntegrationTest.testGetCustomerGroupForUser() |
| Modifier and Type | Method and Description |
|---|---|
ProductData |
ProductFacade.getProductForCodeAndOptions(java.lang.String code,
java.util.Collection<ProductOption> options)
Gets the product by code.
|
java.util.List<ReviewData> |
ProductFacade.getReviews(java.lang.String productCode)
Gets the reviews for specified product.
|
java.util.List<ReviewData> |
ProductFacade.getReviews(java.lang.String productCode,
java.lang.Integer numberOfReviews)
Gets the first X reviews for specified product.
|
ReviewData |
ProductFacade.postReview(java.lang.String productCode,
ReviewData reviewData)
Post review for specified product code.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SyncItemJobModel> |
AbstractSystemSetup.getCatalogSyncJob(java.lang.String catalogId)
Searches for synchronization jobs of given catalog id
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
OnDemandConversionFacade.convert(PK container,
java.lang.String format) |
java.lang.String |
OnDemandConversionFacade.retrieveURL(MediaContainerModel container,
java.lang.String format) |
| Modifier and Type | Method and Description |
|---|---|
protected UnknownIdentifierException |
AbstractBaseFacade.createUnknownIdentifierException(java.lang.String name,
java.lang.String code) |
| 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 |
|---|---|
PointOfServiceModel |
PointOfServiceService.getPointOfServiceForName(java.lang.String name)
Returns point of service by its name.
|
| Modifier and Type | Method and Description |
|---|---|
PointOfServiceModel |
DefaultPointOfServiceService.getPointOfServiceForName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ProductPageController.handleUnknownIdentifierException(UnknownIdentifierException exception,
HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
StoreSessionController.handleUnknownIdentifierException(UnknownIdentifierException exception,
HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ProductPageController.handleUnknownIdentifierException(UnknownIdentifierException exception,
HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
StoreSessionController.handleUnknownIdentifierException(UnknownIdentifierException exception,
HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ProductPageController.handleUnknownIdentifierException(UnknownIdentifierException exception,
HttpServletRequest request) |
| 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)
|
boolean |
CommerceStockFacade.isStockSystemEnabled(java.lang.String baseSiteId)
Indicates if stock system is enabled for given base store
|
| 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) |
boolean |
DefaultCommerceStockFacade.isStockSystemEnabled(java.lang.String baseSiteId) |
| Modifier and Type | Method and Description |
|---|---|
UserWsDTO |
UsersController.registerUser(UserSignUpWsDTO user,
java.lang.String fields,
HttpServletRequest httpRequest,
HttpServletResponse httpResponse) |
Copyright © 2018 SAP SE. All Rights Reserved.