LedgerJournalTransEntityInMemRollback Class [AX 2012]
The LedgerJournalTransEntityInMemRollback class manages in-memory rollbacks for the LedgerJournalTrans entity in the context of form usage.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearSnapShots | Clears the snapshots to prepare for another transaction. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Constructs an instance of the LedgerJournalTransEntityInMemRollback class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| performRollbackForAbortedDelete | Performs a rollback of the LedgerJournalTrans entity. |
| performRollbackForAbortedWrite | Performs an in-memory rollback of the LedgerJournalTrans entity. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| takeSnapshotOfLedgerJournalTrans | Takes a snapshot of the LedgerJournalTrans buffer being pointed to by the LedgerJournalTrans data source of the form. |
| takeSnapshotOfLedgerJournalTrans_Asset | Takes a snapshot of the LedgerJournalTrans_Asset buffer being pointed to by the LedgerJournalTrans_Asset data source of the form. |
| takeSnapshotOfLedgerJournalTrans_Project | Takes a snapshot of the LedgerJournalTrans_Project buffer being pointed to by the LedgerJournalTrans_Project data source of the form. |
| takeSnapshotOfLedgerJournalTrans_RAsset | |
| takeSnapshotOfLedgerJournalTrans_RCash | |
| takeSnapshotOfLedgerJournalTrans_RDef | |
| takeSnapshotOfTax1099Detail | Takes a snapshot of the Tax1099Detail buffer that is pointed to by the form's Tax1099Detail data source. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: