Uses of Class
de.hybris.platform.servicelayer.exceptions.AmbiguousIdentifierException
-
-
Uses of AmbiguousIdentifierException in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl that throw AmbiguousIdentifierException Modifier and Type Method Description <M extends ItemModel>
MBaseDao. findUniqueByAttribute(java.lang.String attributeName, java.lang.Object attributeValue, java.lang.Class<M> modelClass)Deprecated, for removal: This API element is subject to removal in a future version.Finds a model matching the given attribute.MGenericDao. findUniqueByAttribute(java.lang.String attributeName, java.lang.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(java.util.Map<java.lang.String,java.lang.Object> attribs, java.lang.Class<M> modelClass)Deprecated, for removal: This API element is subject to removal in a future version.Finds a model matching the given attributes.MGenericDao. findUniqueByAttributes(java.util.Map<java.lang.String,java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description PunchOutCredentialModelPunchOutCredentialDao. getPunchOutCredential(java.lang.String domain, java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description PunchOutCredentialModelDefaultPunchOutCredentialDao. getPunchOutCredential(java.lang.String domain, java.lang.String identity) -
Uses of AmbiguousIdentifierException in de.hybris.platform.classification
Methods in de.hybris.platform.classification that throw AmbiguousIdentifierException Modifier and Type Method Description ProductFilterResultClassificationService. 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 AmbiguousIdentifierException Modifier and Type Method Description ProductFilterResultDefaultClassificationService. getProductsByFilter(ProductFilter filter) -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that throw AmbiguousIdentifierException Modifier and Type Method Description ContentCatalogModelCMSContentCatalogDao. findContentCatalogById(java.lang.String id)Find a single content catalog having the given id.MediaFormatModelCMSMediaFormatDao. getMediaFormatByQualifier(java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description MediaFormatModelDefaultCMSMediaFormatDao. getMediaFormatByQualifier(java.lang.String qualifier) -
Uses of AmbiguousIdentifierException in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that throw AmbiguousIdentifierException Modifier and Type Method Description ContentSlotModelCMSContentSlotService. getContentSlotForId(java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description AbstractCMSComponentContainerModelCMSAdminComponentService. getCMSComponentContainerForId(java.lang.String id)Gets the cms component container for id.AbstractCMSComponentModelCMSAdminComponentService. getCMSComponentForId(java.lang.String id)Gets the cms component for id.AbstractCMSComponentModelCMSAdminComponentService. getCMSComponentForIdAndCatalogVersions(java.lang.String id, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the cms component matching the id by searching in the given catalog versions.ContentSlotModelCMSAdminContentSlotService. getContentSlotForId(java.lang.String contentSlotId)Gets the content slot for specific content slot id.ContentSlotModelCMSAdminContentSlotService. getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the content slot for slot id and collection of catalog versions.default java.util.List<ContentSlotModel>CMSAdminContentSlotService. getContentSlots(java.util.List<java.lang.String> contentSlotIds)Gets the content slots that correspond to the given list of content slot ids.PageTemplateModelCMSAdminPageService. getPageTemplateForIdFromActiveCatalogVersion(java.lang.String id)Gets the page template with the give id.CMSSiteModelCMSAdminSiteService. getSiteForId(java.lang.String id)Returns a site with the given IDvoidCMSAdminSiteService. setActiveSiteForId(java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description AbstractCMSComponentContainerModelDefaultCMSAdminComponentService. getCMSComponentContainerForId(java.lang.String id)Gets the cms component container for id.AbstractCMSComponentModelDefaultCMSAdminComponentService. getCMSComponentForId(java.lang.String id)Gets the cms component for id.ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotForId(java.lang.String contentSlotId)Gets the content slot for specific content slot id.ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the content slot for slot id and collection of catalog versions.java.util.List<ContentSlotModel>DefaultCMSAdminContentSlotService. getContentSlots(java.util.List<java.lang.String> requestedContentSlotIds)CMSSiteModelDefaultCMSAdminSiteService. getSiteForId(java.lang.String id)voidDefaultCMSAdminSiteService. setActiveSiteForId(java.lang.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 Modifier and Type Method Description ContentSlotModelDefaultCMSContentSlotService. getContentSlotForId(java.lang.String id) -
Uses of AmbiguousIdentifierException in de.hybris.platform.cmsfacades.pagesrestrictions.impl
Methods in de.hybris.platform.cmsfacades.pagesrestrictions.impl that throw AmbiguousIdentifierException Modifier and Type Method Description voidDefaultPageRestrictionFacadeTest. shouldUpdateRestrictionRelationsByPage() -
Uses of AmbiguousIdentifierException in de.hybris.platform.commercewebservices.core.stock
Methods in de.hybris.platform.commercewebservices.core.stock that throw AmbiguousIdentifierException Modifier and Type Method Description StockDataCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)Returns stock data for combination of given product and base siteStockDataCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description StockDataDefaultCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)StockDataDefaultCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.String storeName) -
Uses of AmbiguousIdentifierException in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that throw AmbiguousIdentifierException Modifier and Type Method Description MediaFolderModelMediaService. getFolder(java.lang.String qualifier)Gets the folder identified unique by given qualifier.MediaFormatModelMediaService. getFormat(java.lang.String qualifier)Gets the format identified unique by given qualifier.MediaModelMediaService. getMedia(CatalogVersionModel catalogVersion, java.lang.String code)Gets the media identified unique by given code and catalog version.MediaModelMediaService. getMedia(java.lang.String code)Gets the media identified unique by given code.MediaContainerModelMediaContainerService. getMediaContainerForQualifier(java.lang.String qualifier)Gets the media container for qualifier.MediaContextModelMediaContainerService. getMediaContextForQualifier(java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description BaseStoreModelBaseStoreService. getBaseStoreForUid(java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description BaseStoreModelDefaultBaseStoreService. getBaseStoreForUid(java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description StockDataCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)Returns stock data for combination of given product and base siteStockDataCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.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 AmbiguousIdentifierException Modifier and Type Method Description StockDataDefaultCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)StockDataDefaultCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.String storeName)
-