LedgerBondServer_RU Class [AX 2012]
The LedgerBondServer_RU class stores a bonding plan and provides basic plan manipulations.
| Method | Description | |
|---|---|---|
| addBondFinal | Adds primitive bonding to a plan. |
| addBondMSTDiff | Adds bonding of rounding differences in MST. |
| addBondMSTSecondDiff | Adds bonding of rounding differences in the secondary currency. |
| addBondProrateAmountCur | Adds bonding in the transaction currency. |
| addBondProrateAmountMST | Adds bonding in the monetary standard (MST) currency. |
| addBondProrateAmountMSTSecond | Adds bonding in the secondary currency |
| addTrans | Adds information about a new transaction to bonding structures. |
| bondTransactions | Returns a list of remainders of bondable transactions. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkTransObjects | Checks the properties of the given transaction objects. |
| endSkipping | Ends a range of transactions that should be skipped in the lastVrefID method. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fatalErrorState | Returns a Boolean value that indicates whether a fatal error was detected on previous actions. |
| findBondTransObject | Returns a bond transaction object by VrefID value. |
| getBondedVRefIDs | Gets a container of VrefID values that are bonded to a given VrefID values. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertBondTransObject | Inserts the _bondTransObject parameter value into the internal list. |
| lastVrefId | Gets the VrefID value of the last transaction object that was added. |
| lastVrefId_withoutSkipped | Gets the VrefID value of the last transaction object that was added. |
| lastVrefId_withSkipped | Gets the VrefID value of the last transaction object that was added. |
| logList | Returns a list of logs. |
| new | Initializes a new instance of the LedgerBondServer_RU 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.) |
| processDiff | Processes rounding differences. |
| processMSTDiff | Processes rounding differences in the secondary currency. |
| processMSTDiffSecond | Processes rounding differences in the secondary currency. |
| removeBonding | Removes all bonding that is related to the transaction that has the specified ID. |
| removeBondTransObject | Removes a given bond transaction object from logs. |
| removeTrans | Processes the removal of a transaction. |
| setBondTransMSTDiff | Sets the _bondTransObject property, which represents rounding differences in MST. |
| setBondTransMSTSecondDiff | Sets the _bondTransObject property, which represents rounding differences in the secondary currency. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startSkipping | Starts the recording of transactions that should be skipped in the lastVRefId method. |
| tmpBond | Returns the temporary table that contains the bonding plan. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| transList | Returns a list of all objects that represent bonding remainders. |
| 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: