BankStatementInteractionHelper Class [AX 2012]

This BankStatementInteractionHelper class is the helper class for controlling the enable status of buttons in the BankReconciliationStatementListPage and BankReconciliationStatement forms.

Syntax

class BankStatementInteractionHelper

Run On

Called

Methods

  Method Description
JJ766037.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ766037.protmethod(en-us,AX.60).gif getEnabledAddLineButton Gets the enable status of the Add line button.
JJ766037.protmethod(en-us,AX.60).gif getEnabledDeleteButton Gets the enable status of the Delete button.
JJ766037.protmethod(en-us,AX.60).gif getEnabledEditButton Gets the enable status of the Edit button.
JJ766037.protmethod(en-us,AX.60).gif getEnabledEditInGridButton Gets the enable status of the Edit in grid button.
JJ766037.protmethod(en-us,AX.60).gif getEnabledPostButton Gets the enable status of the Post button.
JJ766037.protmethod(en-us,AX.60).gif getEnabledRemoveLineButton Gets the enable status of the Remove line button.
JJ766037.protmethod(en-us,AX.60).gif getEnabledReopenButton Gets the enable status of the Reopen button.
JJ766037.protmethod(en-us,AX.60).gif getEnabledValidateButton Gets the enable status of the Validate button.
JJ766037.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif initActions Initializes the enable status of buttons in the BankReconciliationStatementListPage form.
JJ766037.pubmethod(en-us,AX.60).gif initDetailsActions Initializes the enable status of buttons in the BankReconciliationStatement form.
JJ766037.privmethod(en-us,AX.60).gif new Sets the initial value based on the given BankStmtISOAccountStatement record buffer.
JJ766037.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.)
JJ766037.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.)
JJ766037.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif parmButtonAddLineEnabled Gets the ButtonAddLineEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif parmButtonDeleteEnabled Gets the ButtonDeleteEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif parmButtonEditEnabled Gets the ButtonEditEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif parmButtonEditInGridEnabled Gets the ButtonEditInGridEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif parmButtonPostEnabled Gets the ButtonPostEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif parmButtonRemoveLineEnabled Gets the ButtonRemoveLineEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif parmButtonReopenEnabled Gets the ButtonReopenEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif parmButtonValidateEnabled Gets the ButtonValidateEnabled parameter.
JJ766037.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ766037.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.)
JJ766037.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ766037.pubmethod(en-us,AX.60).gif JJ766037.static(en-us,AX.60).gif ::construct Constructs the instance of the BankStatementInteractionHelper class based on a given BankStmtISOAccountStatement record buffer.

Top

Inheritance Hierarchy

Object Class
  BankStatementInteractionHelper Class