BankClientExportFormat_RU Class [AX 2012]

The BankClientExportFormat_RU class is a super class for export payments that have a specific exchange format.

Syntax

class BankClientExportFormat_RU

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  BankClientExportFormat_RU Class
    BankClientExportFormatLine_RU Class
    BankClientExportFormatSection_RU Class