BankStatementImport Class [AX 2012]

The BankStatementImport class is used to import external files and create bank statements on the imported data.

class BankStatementImport extends Object

Run On

Called

  MethodDescription
JJ749773.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ749773.protmethod(en-us,AX.60).gif doValidateAndUpdateCritical Performs critical validation.
JJ749773.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ749773.protmethod(en-us,AX.60).gif getImportStatementType Retrieves an imported statement type.
JJ749773.protmethod(en-us,AX.60).gif getInUseFormat Retrieves an import format that is being used.
JJ749773.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif import Imports a file to a bank statement.
JJ749773.protmethod(en-us,AX.60).gif importedEventHandler Handles a bank statement imported event after an import.
JJ749773.protmethod(en-us,AX.60).gif importingEventHandler Handles a bank statement importing event before an import.
JJ749773.protmethod(en-us,AX.60).gif init Initializes before import.
JJ749773.protmethod(en-us,AX.60).gif isDataLoaded Indicates whether a buffer is loaded.
JJ749773.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankStatementImport class. (Overrides the new Method.)
JJ749773.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.)
JJ749773.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.)
JJ749773.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the BankStatementImport class.
JJ749773.pubmethod(en-us,AX.60).gif parmBankAccountId Gets or sets the BankAccountId parameter.
JJ749773.pubmethod(en-us,AX.60).gif parmBankStatementFormat Gets or sets the BankStatementFormat parameter.
JJ749773.protmethod(en-us,AX.60).gif reloadData Reloads the buffer.
JJ749773.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif unpack Deserializes the _packedClass parameter value to an instance of the BankStatementImport class.
JJ749773.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.)
JJ749773.protmethod(en-us,AX.60).gif validateAndUpdateCritical Validates and updates the critical fields.
JJ749773.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ749773.pubmethod(en-us,AX.60).gif JJ749773.static(en-us,AX.60).gif ::construct Constructs new instance of the BankStatementImport class .
JJ749773.privmethod(en-us,AX.60).gif JJ749773.static(en-us,AX.60).gif ::constructFromPack Constructs a new instance from a pack.
JJ749773.pubmethod(en-us,AX.60).gif JJ749773.static(en-us,AX.60).gif ::onImportFinished Executes after an import has finished.
JJ749773.privmethod(en-us,AX.60).gif JJ749773.static(en-us,AX.60).gif ::revertStatementOfDocument Reverts an imported bank statement document.
JJ749773.privmethod(en-us,AX.60).gif JJ749773.static(en-us,AX.60).gif ::validateAndUpdateCriticalOnServer Performs the validation on the server.
Top

Object Class
  BankStatementImport Class

Community Additions

ADD
Show: