performAction: |
Called by the transaction controll in order to run the transaction
- (BOOL) performAction: (FTTransactionContext *) transactionContext
undoAction: |
removes all modifications previously been done by
- (BOOL) undoAction: (FTTransactionContext *) transactionContext;
(Last Updated August 27, 2006)