BankClientImportFormat_RU Class [AX 2012]

The BankClientImportFormat_RU class is a super class for payment imports that have a specific exchange format.

class BankClientImportFormat_RU

Run On

Called

  MethodDescription
JJ740370.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ740370.protmethod(en-us,AX.60).gif endImport Is used at the end of import and closes the file handler.
JJ740370.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ740370.protmethod(en-us,AX.60).gif fieldName2FieldId Converts an enum value that contains a field name to a field ID.
JJ740370.protmethod(en-us,AX.60).gif fieldName2FieldIdCommon Serves as a common method for converting a field name to a field ID.
JJ740370.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.
JJ740370.protmethod(en-us,AX.60).gif fillPaymentByPaymentOrder Initializes a payment from a payment order.
JJ740370.protmethod(en-us,AX.60).gif fillUnrecognizedPayment Initializes a payment if a payment order wasn't found.
JJ740370.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.
JJ740370.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ740370.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ740370.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.
JJ740370.pubmethod(en-us,AX.60).gif init Initializes the class's variables.
JJ740370.protmethod(en-us,AX.60).gif initMapBalance Initializes the balance map.
JJ740370.protmethod(en-us,AX.60).gif initPayment Fills in a payment from a payment order or without it.
JJ740370.protmethod(en-us,AX.60).gif initStream Creates and initializes a new instance of the BankClientStream_RU class.
JJ740370.protmethod(en-us,AX.60).gif moveToArchive Moves an import file to an archive folder.
JJ740370.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankClientImportFormat_RU class.
JJ740370.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.)
JJ740370.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.)
JJ740370.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ740370.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ740370.protmethod(en-us,AX.60).gif paymentTable2OperationType Defines an import type from a table ID.
JJ740370.protmethod(en-us,AX.60).gif processPaymentLine Processes a payment.
JJ740370.protmethod(en-us,AX.60).gif readStream Reads a file and creates a list of the file's rows.
JJ740370.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.
JJ740370.pubmethod(en-us,AX.60).gif run Runs the process for import payments in a loop through a list of rows.
JJ740370.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.
JJ740370.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.
JJ740370.protmethod(en-us,AX.60).gif setFieldValue Sets up fields with different types of data.
JJ740370.protmethod(en-us,AX.60).gif setTable Defines the type of a table variable.
JJ740370.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ740370.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ740370.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.)
JJ740370.protmethod(en-us,AX.60).gif validatePayment Validates the fields of a payment.
JJ740370.protmethod(en-us,AX.60).gif validatePaymentBasicFields Validates the main fields of a payment.
JJ740370.protmethod(en-us,AX.60).gif validatePaymentForDuplicate Checks for duplicate payments.
JJ740370.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.
JJ740370.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ740370.protmethod(en-us,AX.60).gif writeBalance Writes bank account balances according to the statement.
JJ740370.protmethod(en-us,AX.60).gif writeDocument Writes a payment.
JJ740370.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ740370.pubmethod(en-us,AX.60).gif JJ740370.static(en-us,AX.60).gif ::construct Depending on the exchange format, constructs a BankClientImportFormat_RU subclass.
Top

Community Additions

ADD
Show: