Undo view
There are no attributes in this class.
getAllTransactions(first=0, last=-20, showall=False)
getPrincipalTransactions(first=0, last=-20, showall=False)
principalLastTransactionIsUndo()
Return True if the authenticated principal's last transaction is an undo transaction.
undoAllTransactions(ids)
Undo transactions specified in ids
.
undoPrincipalLastTransaction()
Undo the authenticated principal's last transaction and return where he/she came from
undoPrincipalTransactions(ids)
Undo transactions that were issued by the authenticated
user specified in ids
.
There are no known subclasses.