Uses of Class
de.hybris.platform.cms2.exceptions.ItemNotFoundException
-
-
Uses of ItemNotFoundException in de.hybris.platform.cms2.items.service
Methods in de.hybris.platform.cms2.items.service that throw ItemNotFoundException Modifier and Type Method Description ItemModelItemService. getItemByAttributeValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Method retrieves anItemModelbased on typeCode and a list of attribute values. -
Uses of ItemNotFoundException in de.hybris.platform.cms2.items.service.impl
Methods in de.hybris.platform.cms2.items.service.impl that throw ItemNotFoundException Modifier and Type Method Description ItemModelDefaultItemService. getItemByAttributeValues(java.lang.String typeCode, java.util.Map<java.lang.String,java.lang.Object> attributeValues)Method retrieves anItemModelbased on typeCode and a list of attribute values. -
Uses of ItemNotFoundException in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that throw ItemNotFoundException Modifier and Type Method Description voidDefaultItemServiceTest. shouldReturnItemModelIfProperAttributesProvided()voidDefaultItemServiceTest. shouldThrowExceptionIfItemModelNotFound() -
Uses of ItemNotFoundException in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that throw ItemNotFoundException Modifier and Type Method Description protected ItemModelDefaultCMSVersionToItemModelRollbackConverter. rollbackItemModel(CMSVersionModel version, AuditPayload auditPayload, java.util.Map<java.lang.String,java.lang.Object> mappedAttributes)This method rollbacks anItemModelbased on the given information.voidDefaultCMSVersionToItemModelRollbackConverterTest. setup()voidDefaultCMSVersionToItemModelRollbackConverterTest. willCatchItemNotFoundExceptionAndReturnNull() -
Uses of ItemNotFoundException in de.hybris.platform.cmsfacades.workflow.impl
-