BankReconMatchingMatchDocumentClear Class [AX 2012]

This class contains business logic for matching the bank statement and bank document.

Syntax

class BankReconMatchingMatchDocumentClear extends BankReconciliationMatchingMatch

Run On

Called

Methods

  Method Description
JJ728213.pubmethod(en-us,AX.60).gif addEntry Adds the given BankReconciliationMatchingEntry field to list. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ728213.protmethod(en-us,AX.60).gif createReconciliationMatching Creates a BankReconciliationMatching record. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif createReconciliationMatchingItems Creates matching items for specified matching. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ728213.protmethod(en-us,AX.60).gif getDocumentBalance Gets the balance of the bank document. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif getStatementBalance Gets the balance of the bank statement. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ728213.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ728213.protmethod(en-us,AX.60).gif initialize Performs initialization. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif isEntryCounterDual Checks the entry counter.
JJ728213.protmethod(en-us,AX.60).gif isEntryCounterMultiple Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif isEntryCounterNone Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif isEntryCounterNotNone Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif isEntryCounterSingle Checks the entry counter. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif matchedEventHandler Handles matched events. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankReconciliationMatchingMatch class. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.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.)
JJ728213.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.)
JJ728213.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ728213.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ728213.pubmethod(en-us,AX.60).gif parmBankReconciliationHeader Gets or sets the BankReconciliationHeader parameter. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif parmIsAutomation Gets or sets the IsAutomation parameter. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif parmMatchRuleRecId Gets or sets the MatchRuleRecId parameter. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif processMatch Performs the matching process. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ728213.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ728213.protmethod(en-us,AX.60).gif updateBankDocument Updates the bank document that is involved in the matching. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif updateBankStatement Updates the statement status of matched statement line. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif updateBankStatementDocument Updates the bank statement which is marked as document. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif updateImpactedMatchingEntries Updates affected entries invoiced in the matching. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.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.)
JJ728213.protmethod(en-us,AX.60).gif validate Performs validations. (Overrides the validate Method.)
JJ728213.protmethod(en-us,AX.60).gif validateBalance Indicates whether the balances of the bank statement and the document are the same. (Overrides the validateBalance Method.)
JJ728213.protmethod(en-us,AX.60).gif validateBankDocumentReversalType Indicates whether all document reversal status for all document entries are the same. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif validateBankTransType Indicates whether bank transaction types for all entries are the same. (Overrides the validateBankTransType Method.)
JJ728213.protmethod(en-us,AX.60).gif validateCorrection Validates a correction. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif validateCounter Indicates whether the counter of the selected entries is correct. (Overrides the validateCounter Method.)
JJ728213.protmethod(en-us,AX.60).gif validateDate Indicates whether transaction dates for all entries are in the range of "Allowed different days for manual matching". (Overrides the validateDate Method.)
JJ728213.protmethod(en-us,AX.60).gif validateDocumentClear Validates whether the bank documents can be cleared.
JJ728213.protmethod(en-us,AX.60).gif validateError Indicates whether the Infolog is valid. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif validateExistingMatch Indicates whether there is any existing matching. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.protmethod(en-us,AX.60).gif validateStatementValidForMatching Checks whether the statement lines are valid for matching. (Inherited from BankReconciliationMatchingMatch.)
JJ728213.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ728213.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  BankReconciliationMatchingMatch Class
    BankReconMatchingMatchDocumentClear Class