Share via


BankClientExportFormatLine_RU Class [AX 2012]

Syntax

class BankClientExportFormatLine_RU extends BankClientExportFormat_RU

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  BankClientExportFormat_RU Class
    BankClientExportFormatLine_RU Class