Uses of Interface
de.hybris.platform.cockpit.model.undo.UndoableOperation
-
-
Uses of UndoableOperation in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer with parameters of type UndoableOperation Modifier and Type Method Description static voidUndoSectionRenderer. doRedoTask(UndoableOperation redoOperation, java.lang.Object source)static voidUndoSectionRenderer. doUndoTask(UndoableOperation undoOperation, java.lang.Object source) -
Uses of UndoableOperation in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return UndoableOperation Modifier and Type Method Description UndoableOperationAbstractUndoRedoEvent. getOperation()Constructors in de.hybris.platform.cockpit.events.impl with parameters of type UndoableOperation Constructor Description AbstractUndoRedoEvent(java.lang.Object source, UndoableOperation operation)Constructor.UndoAddedEvent(java.lang.Object source, UndoableOperation operation)Constructor.UndoRedoEvent(java.lang.Object source, UndoableOperation operation, boolean undo)Constructor. -
Uses of UndoableOperation in de.hybris.platform.cockpit.model.undo.impl
Classes in de.hybris.platform.cockpit.model.undo.impl that implement UndoableOperation Modifier and Type Class Description classBulkUndoableOperationHolds a list of undo-able operations which can be undone/re-done as a bulk operation (at once).classItemChangeUndoableOperationAn undo-able operation representing changing value of a property of an item.Methods in de.hybris.platform.cockpit.model.undo.impl that return types with arguments of type UndoableOperation Modifier and Type Method Description java.util.List<UndoableOperation>BulkUndoableOperation. getOperations()Constructor parameters in de.hybris.platform.cockpit.model.undo.impl with type arguments of type UndoableOperation Constructor Description BulkUndoableOperation(java.util.List<UndoableOperation> operations) -
Uses of UndoableOperation in de.hybris.platform.cockpit.services.undo
Methods in de.hybris.platform.cockpit.services.undo that return UndoableOperation Modifier and Type Method Description UndoableOperationUndoManager. peekRedoOperation()Returns the latest re-do operation without performing it.UndoableOperationUndoManager. peekUndoOperation()Returns the latest undo operation without performing it.Methods in de.hybris.platform.cockpit.services.undo that return types with arguments of type UndoableOperation Modifier and Type Method Description java.util.List<UndoableOperation>UndoManager. getRedoOperations()Returns the re-do operations in the stack's order with the most recent first.java.util.List<UndoableOperation>UndoManager. getUndoOperations()Returns the undo operations in the stack's order with the most recent first.Methods in de.hybris.platform.cockpit.services.undo with parameters of type UndoableOperation Modifier and Type Method Description voidUndoManager. addOperation(UndoableOperation operation)Puts an UndoableOperation on the stack. -
Uses of UndoableOperation in de.hybris.platform.cockpit.services.undo.impl
Methods in de.hybris.platform.cockpit.services.undo.impl that return UndoableOperation Modifier and Type Method Description UndoableOperationDefaultUndoManager. peekRedoOperation()UndoableOperationDefaultUndoManager. peekUndoOperation()Methods in de.hybris.platform.cockpit.services.undo.impl that return types with arguments of type UndoableOperation Modifier and Type Method Description java.util.List<UndoableOperation>DefaultUndoManager. getRedoOperations()java.util.List<UndoableOperation>DefaultUndoManager. getUndoOperations()Methods in de.hybris.platform.cockpit.services.undo.impl with parameters of type UndoableOperation Modifier and Type Method Description voidDefaultUndoManager. addOperation(UndoableOperation operation) -
Uses of UndoableOperation in de.hybris.platform.cockpit.test
Classes in de.hybris.platform.cockpit.test that implement UndoableOperation Modifier and Type Class Description classTestUndoableOperation -
Uses of UndoableOperation in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util that return types with arguments of type UndoableOperation Modifier and Type Method Description static java.util.List<UndoableOperation>UndoTools. getGroupedOperations()Returns list of currently grouped operations (SeeUndoTools.startUndoGrouping()).Methods in de.hybris.platform.cockpit.util with parameters of type UndoableOperation Modifier and Type Method Description static voidUndoTools. addOperationAndEventInternal(UndoManager undoManager, UndoableOperation operation, java.lang.Object eventSource)static voidUndoTools. addUndoOperationAndEvent(UndoManager undoManager, UndoableOperation operation, java.lang.Object eventSource)Adds the given operation to the undo stack and sends global undo event.static voidUndoTools. redo(UndoManager undoManager, UndoableOperation operation)Performs re-do of all operation from the top of the stack to the given one.static voidUndoTools. undo(UndoManager undoManager, UndoableOperation operation)Performs undo of all operation from the top of the stack to the given one. -
Uses of UndoableOperation in de.hybris.platform.configurablebundlecockpits.services.undo.impl
Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl that return UndoableOperation Modifier and Type Method Description UndoableOperationBundleUndoManager. peekRedoOperation()UndoableOperationBundleUndoManager. peekUndoOperation()Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl that return types with arguments of type UndoableOperation Modifier and Type Method Description java.util.List<UndoableOperation>BundleUndoManager. getRedoOperations()java.util.List<UndoableOperation>BundleUndoManager. getUndoOperations()Methods in de.hybris.platform.configurablebundlecockpits.services.undo.impl with parameters of type UndoableOperation Modifier and Type Method Description voidBundleUndoManager. addOperation(UndoableOperation operation) -
Uses of UndoableOperation in de.hybris.platform.productcockpit.model.undo
Classes in de.hybris.platform.productcockpit.model.undo that implement UndoableOperation Modifier and Type Class Description classCategoryAssignmentUndoableOperationUndo-able operation representing moving or copying elements from one category to other category.
-