BankStmtBridgingBase Class [AX 2012]

The BankStmtBridgingBase class is the base class for the bridging process on bank statements imported into the BankStmtISO set of tables.

Syntax

class BankStmtBridgingBase

Run On

Called

Methods

  Method Description
Gg754402.pubmethod(en-us,AX.60).gif bridgeStatement Retrieves the statement transaction records for a given BankStmtISO_Document.
Gg754402.privmethod(en-us,AX.60).gif bridgeStatementVoucher
Gg754402.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif getDiscrepancies Finds all of the valid and invalid bridging entry transactions.
Gg754402.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif new Creates a new instance of the BankStmtBridgingBase class.
Gg754402.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.)
Gg754402.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.)
Gg754402.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg754402.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.)
Gg754402.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg754402.pubmethod(en-us,AX.60).gif Gg754402.static(en-us,AX.60).gif ::isPreviouslyBridgedStatement Indicates whether the specified BankStmtISODocument table has been previously imported and is bridging transactions that are created for the same.
Gg754402.pubmethod(en-us,AX.60).gif Gg754402.static(en-us,AX.60).gif ::launchReport A static method that starts the SSRS report that uses the specified filters.

Top

Inheritance Hierarchy

Object Class
  BankStmtBridgingBase Class