BankClientExportFormat_RU Class [AX 2012]
The BankClientExportFormat_RU class is a super class for export payments that have a specific exchange format.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| endProcessPayments | Is called after the main stream of the export process. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldName2Value | Gets a value from a payment, depending on an enum BankClientFieldName_RU value. |
| generatePayment | Generates a payment for a ledger journal transaction. |
| getField | Gets a value from a payment, depending on a field name from the BankClientField_RU table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the class's variables. |
| isPayeeIndirect | Returns true if the recipient bank is a branch of the main bank. |
| isPayerIndirect | Returns true if the payer bank is a branch of the main bank. |
| new | Initializes a new instance of the BankClientExportFormat_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.) |
| payeeBankAccount | Gets the bank account of the recipient. |
| payeeBankBic | Gets the BIK of the recipient's bank. |
| payeeCorrBankAccount | Gets the correspondence bank account of the recipient. |
| payeeName | Gets the recipient's name. |
| payerBankAccount | Gets the bank account of the payer. |
| payerBankBic | Gets the BIK of the payer's bank. |
| payerCorrBankAccount | Gets the correspondence bank account of the payer. |
| payerName | Gets the payer's name. |
| paymentOrderJour | Scans the payment order journal. |
| processPaymentOrder | Processes a payment. |
| queryRunOutPayment | Creates a query from the TmpBankClientOutPayment_RU table. |
| run | Runs the process for export payments in a loop. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startProcessPayments | Initializes a list of containers. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateExportLog | Creates a log for the export of payments. |
| updatePayment | Sets up electronic payment indication. |
| 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.) |
| writeStream | Writes a list of fields to the file. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Depending on the exchanging format, constructs one of the BankClientExportFormat_RU subclasses. |
Object Class
BankClientExportFormat_RU Class
BankClientExportFormatLine_RU Class
BankClientExportFormatSection_RU Class
BankClientExportFormat_RU Class
BankClientExportFormatLine_RU Class
BankClientExportFormatSection_RU Class
Community Additions
ADD
Show: