Uses of Class
de.hybris.platform.servicelayer.exceptions.AmbiguousIdentifierException
Packages that use AmbiguousIdentifierException
Package
Description
-
Uses of AmbiguousIdentifierException in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescription<M extends ItemModel>
MBaseDao.findUniqueByAttribute(String attributeName, Object attributeValue, Class<M> modelClass) Deprecated, for removal: This API element is subject to removal in a future version.Finds a model matching the given attribute.GenericDao.findUniqueByAttribute(String attributeName, Object attributeValue) Deprecated, for removal: This API element is subject to removal in a future version.Finds a model matching the given attribute.<M extends ItemModel>
MBaseDao.findUniqueByAttributes(Map<String, Object> attribs, Class<M> modelClass) Deprecated, for removal: This API element is subject to removal in a future version.Finds a model matching the given attributes.GenericDao.findUniqueByAttributes(Map<String, Object> attribs) Deprecated, for removal: This API element is subject to removal in a future version.Finds a model matching the given attributes. -
Uses of AmbiguousIdentifierException in de.hybris.platform.b2b.punchout.daos
Methods in de.hybris.platform.b2b.punchout.daos that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionPunchOutCredentialDao.getPunchOutCredential(String domain, String identity) Get aPunchOutCredentialModelfor a given domain-identity pair. -
Uses of AmbiguousIdentifierException in de.hybris.platform.b2b.punchout.daos.impl
Methods in de.hybris.platform.b2b.punchout.daos.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionDefaultPunchOutCredentialDao.getPunchOutCredential(String domain, String identity) -
Uses of AmbiguousIdentifierException in de.hybris.platform.classification
Methods in de.hybris.platform.classification that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionClassificationService.getProductsByFilter(ProductFilter filter) Returns all products for which the given filter applies. -
Uses of AmbiguousIdentifierException in de.hybris.platform.classification.impl
Methods in de.hybris.platform.classification.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionDefaultClassificationService.getProductsByFilter(ProductFilter filter) -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionCMSContentCatalogDao.findContentCatalogById(String id) Find a single content catalog having the given id.CMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) Retrieve a single media format which have the specified qualifier value. -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionDefaultCMSMediaFormatDao.getMediaFormatByQualifier(String qualifier) -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionCMSContentSlotService.getContentSlotForId(String id) Gets the content slot for given id. -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionCMSAdminComponentService.getCMSComponentContainerForId(String id) Gets the cms component container for id.CMSAdminComponentService.getCMSComponentForId(String id) Gets the cms component for id.CMSAdminComponentService.getCMSComponentForIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Gets the cms component matching the id by searching in the given catalog versions.CMSAdminContentSlotService.getContentSlotForId(String contentSlotId) Gets the content slot for specific content slot id.CMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the content slot for slot id and collection of catalog versions.default List<ContentSlotModel>CMSAdminContentSlotService.getContentSlots(List<String> contentSlotIds) Gets the content slots that correspond to the given list of content slot ids.CMSAdminPageService.getPageTemplateForIdFromActiveCatalogVersion(String id) Gets the page template with the give id.CMSAdminSiteService.getSiteForId(String id) Returns a site with the given IDvoidCMSAdminSiteService.setActiveSiteForId(String id) Sets a site as active (the site the current user is working on) -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionDefaultCMSAdminComponentService.getCMSComponentContainerForId(String id) Gets the cms component container for id.DefaultCMSAdminComponentService.getCMSComponentForId(String id) Gets the cms component for id.DefaultCMSAdminContentSlotService.getContentSlotForId(String contentSlotId) Gets the content slot for specific content slot id.DefaultCMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the content slot for slot id and collection of catalog versions.DefaultCMSAdminContentSlotService.getContentSlots(List<String> requestedContentSlotIds) DefaultCMSAdminSiteService.getSiteForId(String id) voidDefaultCMSAdminSiteService.setActiveSiteForId(String id) -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that throw AmbiguousIdentifierException -
Uses of AmbiguousIdentifierException in de.hybris.platform.cmsfacades.pagesrestrictions.impl
Methods in de.hybris.platform.cmsfacades.pagesrestrictions.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionvoidDefaultPageRestrictionFacadeTest.shouldUpdateRestrictionRelationsByPage() -
Uses of AmbiguousIdentifierException in de.hybris.platform.commercewebservices.core.stock
Methods in de.hybris.platform.commercewebservices.core.stock that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) Returns stock data for combination of given product and base siteCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName) Returns stock data for given product and point of service (that also indicates warehouse) -
Uses of AmbiguousIdentifierException in de.hybris.platform.commercewebservices.core.stock.impl
Methods in de.hybris.platform.commercewebservices.core.stock.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionDefaultCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) DefaultCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName) -
Uses of AmbiguousIdentifierException in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionGets the folder identified unique by given qualifier.Gets the format identified unique by given qualifier.MediaService.getMedia(CatalogVersionModel catalogVersion, String code) Gets the media identified unique by given code and catalog version.Gets the media identified unique by given code.MediaContainerService.getMediaContainerForQualifier(String qualifier) Gets the media container for qualifier.MediaContainerService.getMediaContextForQualifier(String qualifier) Gets the media context for the specified qualifier. -
Uses of AmbiguousIdentifierException in de.hybris.platform.store.services
Methods in de.hybris.platform.store.services that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionBaseStoreService.getBaseStoreForUid(String uid) Gets the base store for uid. -
Uses of AmbiguousIdentifierException in de.hybris.platform.store.services.impl
Methods in de.hybris.platform.store.services.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionDefaultBaseStoreService.getBaseStoreForUid(String uid) Gets the base store for uid. -
Uses of AmbiguousIdentifierException in de.hybris.platform.ycommercewebservices.stock
Methods in de.hybris.platform.ycommercewebservices.stock that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) Returns stock data for combination of given product and base siteCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName) Returns stock data for given product and point of service (that also indicates warehouse) -
Uses of AmbiguousIdentifierException in de.hybris.platform.ycommercewebservices.stock.impl
Methods in de.hybris.platform.ycommercewebservices.stock.impl that throw AmbiguousIdentifierExceptionModifier and TypeMethodDescriptionDefaultCommerceStockFacade.getStockDataForProductAndBaseSite(String productCode, String baseSiteId) DefaultCommerceStockFacade.getStockDataForProductAndPointOfService(String productCode, String storeName)