Share via


BankDocumentBankAccountTrans Class [AX 2012]

The BankDocumentBankAccountTrans class is the business class of bank document for other type.

Syntax

class BankDocumentBankAccountTrans extends BankDocument implements BankDocumentIStateChangeEventHandler

Run On

Called

Methods

  Method Description
JJ724283.pubmethod(en-us,AX.60).gif bankDocumentStateChanged Handles the event of bank document state change.
JJ724283.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ724283.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ724283.pubmethod(en-us,AX.60).gif getBankAccount Gets the bank account. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getBankCurrencyAmount Gets the bank document amount. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getBankCurrencyCode Gets the bank document currency. (Overrides the getBankCurrencyCode Method.)
JJ724283.pubmethod(en-us,AX.60).gif getBankDocumentTable Gets the bank document table. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getBankTransType Gets bank transaction type. (Overrides the getBankTransType Method.)
JJ724283.pubmethod(en-us,AX.60).gif getCancelled Indicates whether bank document is canceled. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getCorrectionBankCurrencyAmount Gets the correction amount. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getCurrentBankDocumentState Gets the current bank document state. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getDescription Gets bank document description. (Overrides the getDescription Method.)
JJ724283.pubmethod(en-us,AX.60).gif getDocumentNum Gets bank document number. (Overrides the getDocumentNum Method.)
JJ724283.pubmethod(en-us,AX.60).gif getDocumentType Gets bank document type. (Overrides the getDocumentType Method.)
JJ724283.pubmethod(en-us,AX.60).gif getIsMatched Indicates whether the bank document is matched. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getIsReconciled Gets the reconciled status. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getOriginalBankCurrencyAmount Gets the original bank document amount. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getOrignalBankDocumentStatusName Gets the bank document original status. (Overrides the getOrignalBankDocumentStatusName Method.)
JJ724283.pubmethod(en-us,AX.60).gif getPosted Gets the bank document posted status. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getReference Gets bank document reference. (Overrides the getReference Method.)
JJ724283.pubmethod(en-us,AX.60).gif getRelatedPartyAccount Gets the bank document related party account. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getRelatedPartyCompany Gets the company which the related party is from. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getRelatedPartyName Gets the related party name. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getRelatedPartyType Gets the bank document related party type. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ724283.pubmethod(en-us,AX.60).gif getTransactionCurrency Gets the counter currency if it is provided in the bank document. (Overrides the getTransactionCurrency Method.)
JJ724283.pubmethod(en-us,AX.60).gif getTransactionCurrencyAmount Gets the counter amount if it is provided in the bank document. (Overrides the getTransactionCurrencyAmount Method.)
JJ724283.pubmethod(en-us,AX.60).gif getTransactionDate Gets bank document transaction date. (Overrides the getTransactionDate Method.)
JJ724283.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ724283.protmethod(en-us,AX.60).gif loadSourceBuffer Loads source buffer of bank document. (Overrides the loadSourceBuffer Method.)
JJ724283.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankDocument class. (Inherited from BankDocument.)
JJ724283.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.)
JJ724283.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.)
JJ724283.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ724283.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ724283.pubmethod(en-us,AX.60).gif parmBankDocumentTableMap Gets or sets the BankDocumentTableMap parameter. (Inherited from BankDocument.)
JJ724283.privmethod(en-us,AX.60).gif processBankAccountTransCorrection Processes the correction of the bank account transaction.
JJ724283.protmethod(en-us,AX.60).gif processBankAccountTransReconcileStatus Processes bank account transactions reconciled field. (Inherited from BankDocument.)
JJ724283.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ724283.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ724283.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.)
JJ724283.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ724283.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  BankDocument Class
    BankDocumentBankAccountTrans Class