BankStatementValidate Class [AX 2012]

The BankStatementValidate class performs the validations of bank statement.

Syntax

class BankStatementValidate

Run On

Called

Methods

  Method Description
JJ750146.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ750146.protmethod(en-us,AX.60).gif doValidate Performs a validation.
JJ750146.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ750146.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ750146.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ750146.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankStatementValidate class.
JJ750146.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.)
JJ750146.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.)
JJ750146.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ750146.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ750146.privmethod(en-us,AX.60).gif parmBankStmtISOAccountStatement Gets or sets the BankStmtISOAccountStatement parameter.
JJ750146.privmethod(en-us,AX.60).gif setAccountCurrency
JJ750146.privmethod(en-us,AX.60).gif setNetAmount Sets net amount for bank statement.
JJ750146.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ750146.privmethod(en-us,AX.60).gif setTotalLines Sets the total lines for bank statement.
JJ750146.privmethod(en-us,AX.60).gif setValidatedStatus Sets the status of bank statement to validated.
JJ750146.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ750146.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.)
JJ750146.privmethod(en-us,AX.60).gif validateBankAccount Indicates whether the bank account is filled in.
JJ750146.privmethod(en-us,AX.60).gif validateCurrency Indicates whether the bank statement currency is consistent with the settings in bank table.
JJ750146.privmethod(en-us,AX.60).gif validateDate Indicates whether the start date and end date are correct.
JJ750146.privmethod(en-us,AX.60).gif validateEndingBalance Indicates whether calculated ending balance equals to the input one.
JJ750146.privmethod(en-us,AX.60).gif validateLine Indicates whether the booking date and amount of all statement lines are filled in.
JJ750146.privmethod(en-us,AX.60).gif validateNetAmount Indicates whether the net amount equals to the input amount.
JJ750146.privmethod(en-us,AX.60).gif validateOpeningBalance Validates whether the opening balance is equal to the ending balance of previous statement.
JJ750146.privmethod(en-us,AX.60).gif validatePeriodGap Indicates whether there is a gap of period without bank statement.
JJ750146.privmethod(en-us,AX.60).gif validatePeriodOverlap Indicates whether statement period is overlapped.
JJ750146.privmethod(en-us,AX.60).gif validateTotalLines Indicates whether calculated total lines equal the input.
JJ750146.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ750146.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ750146.privmethod(en-us,AX.60).gif JJ750146.static(en-us,AX.60).gif ::construct Constructs an instance of the BankStatementValidate class based on the given BankReconciliationStatementType class.
JJ750146.pubmethod(en-us,AX.60).gif JJ750146.static(en-us,AX.60).gif ::processValidate Processes all the validations.

Top

Inheritance Hierarchy

Object Class
  BankStatementValidate Class