BankClientImportFormat_RU Class [AX 2012]
The BankClientImportFormat_RU class is a super class for payment imports that have a specific exchange format.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| endImport | Is used at the end of import and closes the file handler. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldName2FieldId | Converts an enum value that contains a field name to a field ID. |
| fieldName2FieldIdCommon | Serves as a common method for converting a field name to a field ID. |
| fillPaymentAgreement | Scans an agreement's requisites in the purpose string of a payment, and if an agreement is found, sets it up on the payment. |
| fillPaymentByPaymentOrder | Initializes a payment from a payment order. |
| fillUnrecognizedPayment | Initializes a payment if a payment order wasn't found. |
| getFieldIdForPaymentTable | Converts an enum value to a field ID if the enum value and the field name do not match. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| identifyCurrency | Defines the currency code for a payment from the payer's bank account or the recipient's bank account. |
| init | Initializes the class's variables. |
| initMapBalance | Initializes the balance map. |
| initPayment | Fills in a payment from a payment order or without it. |
| initStream | Creates and initializes a new instance of the BankClientStream_RU class. |
| moveToArchive | Moves an import file to an archive folder. |
| new | Initializes a new instance of the BankClientImportFormat_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.) |
| paymentTable2OperationType | Defines an import type from a table ID. |
| processPaymentLine | Processes a payment. |
| readStream | Reads a file and creates a list of the file's rows. |
| requisite2FieldName | Gets a field's name from the BankClientField_RU table, using the requisite ID as the cause of searching. |
| run | Runs the process for import payments in a loop through a list of rows. |
| setFieldDateValue | Converts a date that is expressed as a string into a date that is based on the date format, and sets up the date on a payment record. |
| setFieldDocumentTypeValue | Searches the document type by name in the BankClientDocumentType_RU table and sets it up on a payment. |
| setFieldValue | Sets up fields with different types of data. |
| setTable | Defines the type of a table variable. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| 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.) |
| validatePayment | Validates the fields of a payment. |
| validatePaymentBasicFields | Validates the main fields of a payment. |
| validatePaymentForDuplicate | Checks for duplicate payments. |
| validatePaymentInnOrBankAccount | Validates a payment based on the INN and bank account, and sets up the payment direction on the payment record. |
| wait | Pauses a process. (Inherited from Object.) |
| writeBalance | Writes bank account balances according to the statement. |
| writeDocument | Writes a payment. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Depending on the exchange format, constructs a BankClientImportFormat_RU subclass. |
Object Class
BankClientImportFormat_RU Class
BankClientImportFormatLine_RU Class
BankClientImportFormatSection_RU Class
BankClientImportFormat_RU Class
BankClientImportFormatLine_RU Class
BankClientImportFormatSection_RU Class
Community Additions
ADD
Show: