Uses of Class
de.hybris.platform.cms2.exceptions.ItemRollbackException
-
-
Uses of ItemRollbackException in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that throw ItemRollbackException 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. willCatchItemRollbackExceptionAndReturnNull() -
Uses of ItemRollbackException in de.hybris.platform.cms2.version.converter.rollback
Methods in de.hybris.platform.cms2.version.converter.rollback that throw ItemRollbackException Modifier and Type Method Description ItemModelItemRollbackConverter. rollbackItem(ItemModel itemModel, CMSVersionModel versionModel, AuditPayload auditPayload)Rollbacks the itemModel to a desired version based on the information specified in the audit payload. -
Uses of ItemRollbackException in de.hybris.platform.cms2.version.converter.rollback.impl
-