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.Finds a model matching the given attribute.M
GenericDao. findUniqueByAttribute(java.lang.String attributeName, java.lang.Object attributeValue)
Deprecated.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.Finds a model matching the given attributes.M
GenericDao. findUniqueByAttributes(java.util.Map<java.lang.String,java.lang.Object> attribs)
Deprecated.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 PunchOutCredentialModel
PunchOutCredentialDao. getPunchOutCredential(java.lang.String domain, java.lang.String identity)
Get aPunchOutCredentialModel
for 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 PunchOutCredentialModel
DefaultPunchOutCredentialDao. 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 ProductFilterResult
ClassificationService. 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 ProductFilterResult
DefaultClassificationService. 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 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. -
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 MediaFormatModel
DefaultCMSMediaFormatDao. 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 ContentSlotModel
CMSContentSlotService. 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 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 IDvoid
CMSAdminSiteService. 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 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)
-
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 ContentSlotModel
DefaultCMSContentSlotService. 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 void
DefaultPageRestrictionFacadeTest. shouldUpdateRestrictionRelationsByPage()
-
Uses of AmbiguousIdentifierException in de.hybris.platform.sap.sapordermgmtbol.transaction.util
Methods in de.hybris.platform.sap.sapordermgmtbol.transaction.util that throw AmbiguousIdentifierException Modifier and Type Method Description BaseStoreModel
DummyBaseStoreService. getBaseStoreForUid(java.lang.String arg0)
-
Uses of AmbiguousIdentifierException in de.hybris.platform.servicelayer.media
Methods in de.hybris.platform.servicelayer.media that throw AmbiguousIdentifierException Modifier and Type Method 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. -
Uses of AmbiguousIdentifierException in de.hybris.platform.store.services
Methods in de.hybris.platform.store.services that throw AmbiguousIdentifierException Modifier and Type Method Description BaseStoreModel
BaseStoreService. 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 BaseStoreModel
DefaultBaseStoreService. 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 StockData
CommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)
Returns stock data for combination of given product and base siteStockData
CommerceStockFacade. 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 StockData
DefaultCommerceStockFacade. getStockDataForProductAndBaseSite(java.lang.String productCode, java.lang.String baseSiteId)
StockData
DefaultCommerceStockFacade. getStockDataForProductAndPointOfService(java.lang.String productCode, java.lang.String storeName)
-