BankClientImportFormatLine_RU Class [AX 2012]

This class imports payments in a row format.

Syntax

class BankClientImportFormatLine_RU extends BankClientImportFormat_RU

Run On

Called

Methods

  Method Description
JJ740299.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ740299.protmethod(en-us,AX.60).gif endImport Is used at the end of import and closes the file handler. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ740299.protmethod(en-us,AX.60).gif fieldName2FieldId Converts an enum value that contains a field name to a field ID. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif fieldName2FieldIdCommon Serves as a common method for converting a field name to a field ID. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif 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. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif fillPaymentByPaymentOrder Initializes a payment from a payment order. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif fillUnrecognizedPayment Initializes a payment if a payment order wasn't found. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif getFieldIdForPaymentTable Converts an enum value to a field ID if the enum value and the field name do not match. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ740299.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ740299.protmethod(en-us,AX.60).gif identifyCurrency Defines the currency code for a payment from the payer's bank account or the recipient's bank account. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif init Initializes the variables of the class. (Overrides the init Method.)
JJ740299.protmethod(en-us,AX.60).gif initMapBalance Initializes the balance map. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif initPayment Fills in a payment from a payment order or without it. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif initStream Creates and initializes a new instance of the BankClientStream_RU class. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif moveToArchive Moves an import file to an archive folder. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankClientImportFormat_RU class. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ740299.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ740299.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ740299.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ740299.protmethod(en-us,AX.60).gif paymentTable2OperationType Defines an import type from a table ID. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif processPaymentLine Imports the specified payment line. (Overrides the processPaymentLine Method.)
JJ740299.protmethod(en-us,AX.60).gif processRecordLine Writes the specified field values to the bank-client payment record.
JJ740299.protmethod(en-us,AX.60).gif readStream Reads a file and creates a list of the file's rows. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif requisite2FieldName Gets a field's name from the BankClientField_RU table, using the requisite ID as the cause of searching. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif run Runs the process for import payments in a loop through a list of rows. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif 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. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif setFieldDocumentTypeValue Searches the document type by name in the BankClientDocumentType_RU table and sets it up on a payment. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif setFieldValue Sets up fields with different types of data. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif setTable Defines the type of a table variable. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ740299.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ740299.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ740299.protmethod(en-us,AX.60).gif validatePayment Validates the fields of a payment. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif validatePaymentBasicFields Validates the main fields of a payment. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif validatePaymentForDuplicate Checks for duplicate payments. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif validatePaymentInnOrBankAccount Validates a payment based on the INN and bank account, and sets up the payment direction on the payment record. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ740299.protmethod(en-us,AX.60).gif writeBalance Writes bank account balances according to the statement. (Inherited from BankClientImportFormat_RU.)
JJ740299.protmethod(en-us,AX.60).gif writeDocument Writes a payment. (Inherited from BankClientImportFormat_RU.)
JJ740299.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  BankClientImportFormat_RU Class
    BankClientImportFormatLine_RU Class