Uses of Class
de.hybris.platform.catalog.exceptions.CatalogAwareObjectResolvingException
-
Packages that use CatalogAwareObjectResolvingException Package Description de.hybris.platform.catalog de.hybris.platform.catalog.impl -
-
Uses of CatalogAwareObjectResolvingException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw CatalogAwareObjectResolvingException Modifier and Type Method Description ItemModelCatalogTypeService. getCatalogVersionAwareModel(CatalogVersionModel version, java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> uniqueKeyValues)Returns for the givenCatalogVersionModel, thetypeCodeand the map with the unique catalog key attributes and their values anItemModel(or a given subtype).voidCatalogTypeServiceTest. testGetCatalogVersionItem()voidCatalogTypeServiceTest. testGetCatalogVersionItemCornerCasesForType()This method testsCatalogTypeService#getCatalogVersionItem(CatalogVersionModel, String, java.util.Map)for corner cases oftypeCodeargument.voidCatalogTypeServiceTest. testGetCatalogVersionItemCornerCasesForUniqueKeyValues()This method testsCatalogTypeService#getCatalogVersionItem(CatalogVersionModel, String, java.util.Map)for corner cases ofuniqueKeyValuesargument. -
Uses of CatalogAwareObjectResolvingException in de.hybris.platform.catalog.impl
Methods in de.hybris.platform.catalog.impl that throw CatalogAwareObjectResolvingException Modifier and Type Method Description ItemModelDefaultCatalogTypeService. getCatalogVersionAwareModel(CatalogVersionModel version, java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> uniqueKeyValues)
-