LedgerJournalTransEntityInMemRollback Class [AX 2012]

The LedgerJournalTransEntityInMemRollback class manages in-memory rollbacks for the LedgerJournalTrans entity in the context of form usage.

class LedgerJournalTransEntityInMemRollback

Run On

Called

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

This class is used across the transaction forms to help manage writing and deletion. The LedgerJournalTrans entity includes LedgerJournalTrans and its sibling records, LedgerJournalTrans_Asset and LedgerJournalTrans_Project .

Object Class
  LedgerJournalTransEntityInMemRollback Class

Community Additions

ADD
Show: