Uses of Class
de.hybris.platform.cockpit.model.undo.impl.CannotUndoException
-
-
Uses of CannotUndoException in de.hybris.platform.cockpit.model.undo
Methods in de.hybris.platform.cockpit.model.undo that throw CannotUndoException Modifier and Type Method Description voidUndoableOperation. undo()Undo the operation. -
Uses of CannotUndoException in de.hybris.platform.cockpit.model.undo.impl
Methods in de.hybris.platform.cockpit.model.undo.impl that throw CannotUndoException Modifier and Type Method Description voidBulkUndoableOperation. undo()voidItemChangeUndoableOperation. undo() -
Uses of CannotUndoException in de.hybris.platform.cockpit.services.undo
Methods in de.hybris.platform.cockpit.services.undo that throw CannotUndoException Modifier and Type Method Description voidUndoManager. undo()Undoes the latest operation. -
Uses of CannotUndoException in de.hybris.platform.cockpit.services.undo.impl
Methods in de.hybris.platform.cockpit.services.undo.impl that throw CannotUndoException Modifier and Type Method Description voidDefaultUndoManager. undo() -
Uses of CannotUndoException in de.hybris.platform.cockpit.test
Methods in de.hybris.platform.cockpit.test that throw CannotUndoException Modifier and Type Method Description voidTestUndoableOperation. undo() -
Uses of CannotUndoException in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that throw CannotUndoException Modifier and Type Method Description static voidUndoTools. undo(UndoManager undoManager, UndoableOperation operation)Performs undo of all operation from the top of the stack to the given one. -
Uses of CannotUndoException in de.hybris.platform.configurablebundlecockpits.services.undo.impl
Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl that throw CannotUndoException Modifier and Type Method Description voidBundleUndoManager. undo() -
Uses of CannotUndoException in de.hybris.platform.productcockpit.model.undo
Methods in de.hybris.platform.productcockpit.model.undo that throw CannotUndoException Modifier and Type Method Description voidCategoryAssignmentUndoableOperation. undo()
-