Uses of Class
de.hybris.platform.catalog.exceptions.CatalogAwareObjectResolvingException
Packages that use CatalogAwareObjectResolvingException
-
Uses of CatalogAwareObjectResolvingException in de.hybris.platform.catalog
Methods in de.hybris.platform.catalog that throw CatalogAwareObjectResolvingExceptionModifier and TypeMethodDescriptionCatalogTypeService.getCatalogVersionAwareModel(CatalogVersionModel version, String typeCode, Map<String, 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 CatalogAwareObjectResolvingExceptionModifier and TypeMethodDescriptionDefaultCatalogTypeService.getCatalogVersionAwareModel(CatalogVersionModel version, String typeCode, Map<String, Object> uniqueKeyValues)