BankClientExportFormatSection_RU Class [AX 2012]
The BankClientExportFormatSection_RU class is used for export payments that have a format that is separated into sections.
| Method | Description | |
|---|---|---|
| addAccountPeriod | Changes the account period by using the payment day. |
| addDocType | Adds the document type ID to a set. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| endProcessPayments | Is called after the main stream of the export process. (Overrides the endProcessPayments Method.) |
| 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. (Inherited from BankClientExportFormat_RU.) |
| fillCommonFields | Adds common fields to the beginning. |
| fillSectionCode | Adds section start and end codes. |
| generatePayment | Generates a payment for a ledger journal transaction. (Inherited from BankClientExportFormat_RU.) |
| getField | Gets a value from a payment, depending on the field name from the BankClientField_RU table. (Overrides the getField Method.) |
| 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. (Overrides the init Method.) |
| isPayeeIndirect | Returns true if the recipient bank is a branch of the main bank. (Inherited from BankClientExportFormat_RU.) |
| isPayerIndirect | Returns true if the payer bank is a branch of the main bank. (Inherited from BankClientExportFormat_RU.) |
| new | Initializes a new instance of the BankClientExportFormat_RU class. (Inherited from BankClientExportFormat_RU.) |
| 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. (Inherited from BankClientExportFormat_RU.) |
| payeeBankBic | Gets the BIK of the recipient's bank. (Inherited from BankClientExportFormat_RU.) |
| payeeCorrBankAccount | Gets the correspondence bank account of the recipient. (Inherited from BankClientExportFormat_RU.) |
| payeeName | Gets the recipient's name. (Inherited from BankClientExportFormat_RU.) |
| payerBankAccount | Gets the bank account of the payer. (Inherited from BankClientExportFormat_RU.) |
| payerBankBic | Gets the BIK of the payer's bank. (Inherited from BankClientExportFormat_RU.) |
| payerCorrBankAccount | Gets the correspondence bank account of the payer. (Inherited from BankClientExportFormat_RU.) |
| payerName | Gets the payer's name. (Inherited from BankClientExportFormat_RU.) |
| paymentOrderJour | Scans the payment order journal. (Inherited from BankClientExportFormat_RU.) |
| processPaymentOrder | Processes a payment, adding the payment field's values to a string in a loop and adding the result string to a list of strings. (Overrides the processPaymentOrder Method.) |
| queryRunOutPayment | Creates a query from the TmpBankClientOutPayment_RU table. (Inherited from BankClientExportFormat_RU.) |
| run | Runs the process for export payments in a loop. (Inherited from BankClientExportFormat_RU.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| startProcessPayments | Initializes a set of document type IDs. (Overrides the startProcessPayments Method.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateExportLog | Creates a log for the export of payments. (Inherited from BankClientExportFormat_RU.) |
| updatePayment | Sets up electronic payment indication. (Inherited from BankClientExportFormat_RU.) |
| 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. (Inherited from BankClientExportFormat_RU.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: