LedgerBondApplier_RU Class [AX 2012]
Encapsulates that application of a bonding plan: the final split and merge algorithms.
| Method | Description | |
|---|---|---|
| add | Adds the given transaction to an applier. |
| addCheckBalance | Adds a given transaction that has a given sign to check its balance. |
| addEqualBondTransObject | Adds the VREF of the _bondTransObject parameter to the equalsTransMap map. |
| bondUnbondedTransactions | Gets bond transactions that still remain unbonded |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkAndInsertLedgerTrans | Performs a check of the given transactions and inserts them into the given list. |
| checkBeforeBond | Performs a check of the object state before bonding starts. |
| determineSign | Determines the sign of a given transaction by amount. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fatalErrorState | Returns true if are errors detected. |
| getEqualBondTransObject | Returns a set of bonding objects that are equivalent to the given objects by summarization key. |
| getEqualTransKey | Gets a key to find transactions that should be summarized. |
| getResult | Returns bonded transactions. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initLedgerTransList | Creates and initializes a bonding transaction list. |
| insTransList | Inserts a given transaction into a given list that uses grouping. |
| lastVRefIdInprogress | Gets the ID of the last bonding transaction. |
| log | Adds a message to the log. |
| logResultTransList | Prints the result transaction list to the log. |
| mergeTrans | |
| new | Initializes a new LedgerBondApplier instance. |
| 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.) |
| onManualBond | Is an event that occurs when automatic correspondence cannot be performed. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| postupdateTransList | Updates batchTrans numbers that are corrupted during the merge procedure, such as 1293 <--> 8934. |
| processEqualTransObject | |
| removeEqualsTransObject | Removes a transaction object that is equal to the given object. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showManualBondAction | Shows a warning messages. |
| splitTrans | Splits a given transaction to reflect a correspondence. |
| 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: