Share via


BankReconciliationMatchingMatch Class [AX 2012]

The BankReconciliationMatchingMatch class contains business logic for matching bank statement and bank document.

Syntax

class BankReconciliationMatchingMatch

Run On

Called

Methods

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

Top

Inheritance Hierarchy

Object Class
  BankReconciliationMatchingMatch Class
    BankReconMatchingMatchDocumentClear Class
    BankReconMatchingMatchSingleStatement Class
    BankReconMatchingMatchStatementReversal Class
    BankReconMatchingMatchStmtReversalDoc Class