Uses of Class
de.hybris.platform.cms2.exceptions.ItemNotFoundException
Packages that use ItemNotFoundException
Package
Description
-
Uses of ItemNotFoundException in de.hybris.platform.cms2.items.service
Methods in de.hybris.platform.cms2.items.service that throw ItemNotFoundException -
Uses of ItemNotFoundException in de.hybris.platform.cms2.items.service.impl
Methods in de.hybris.platform.cms2.items.service.impl that throw ItemNotFoundException -
Uses of ItemNotFoundException in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that throw ItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultItemServiceTest.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 ItemNotFoundExceptionModifier and TypeMethodDescriptionprotected ItemModelDefaultCMSVersionToItemModelRollbackConverter.rollbackItemModel(CMSVersionModel version, AuditPayload auditPayload, Map<String, Object> mappedAttributes) This method rollbacks anItemModelbased on the given information.voidDefaultCMSVersionToItemModelRollbackConverterTest.setup() -
Uses of ItemNotFoundException in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl that throw ItemNotFoundExceptionModifier and TypeMethodDescriptionvoidDefaultCMSWorkflowFacadeTest.givenAWorkflowForCode_WhenPerformCancelWorkflowIsCalled_ThenItMustCancelTheWorkflow()voidDefaultCMSWorkflowFacadeTest.givenEmptyWorkFlowOperationObjectWhenPerformOperationIsCalledThenWillThrowException()voidDefaultCMSWorkflowFacadeTest.givenInvalidWorkflowCode_WhenPerformOperationIsCalled_ThenWillThrowException()voidDefaultCMSWorkflowFacadeTest.givenUserHasNoChangePermissionOnWorkflow_WhenEditWorkflowCalled_ThenItThrowsAnException()voidDefaultCMSWorkflowFacadeTest.givenUserHasNoPermissionOnWorkflow_WhenPerformCancelOperationIsCalledThen_WillThrowException()voidDefaultCMSWorkflowFacadeTest.givenWorkflowDataHasAttachments_WhenEditWorkflowCalled_ThenAttachmentsAreUpdated()voidDefaultCMSWorkflowFacadeTest.givenWorkflowDataHasOnlyDescription_WhenEditWorkflowCalled_ThenDescriptionIsUpdated()voidDefaultCMSWorkflowFacadeTest.givenWorkflowDataHasValidationError_WhenEditWorkflowCalled_ThenItThrowsAnException()voidDefaultCMSWorkflowFacadeTest.givenWorkflowForCode_WhenGetWorkflowForCodeIsCalled_ThenWorkflowIsReturned()
ItemService.getOrCreateItemByAttributeValues(String, Map)