BankLGActionType Class [AX 2012]

The BankLGActionType class is the base class for a set of Letter of Guarantee action classes.

Syntax

class BankLGActionType

Run On

Called

Methods

  Method Description
Gg753305.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg753305.protmethod(en-us,AX.60).gif doAction Executes the action based on the parameters.
Gg753305.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg753305.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg753305.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg753305.protmethod(en-us,AX.60).gif new Creates an instance of the BankLGActionType base class by using the specified BankLGActionParms object.
Gg753305.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.)
Gg753305.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.)
Gg753305.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg753305.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg753305.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg753305.protmethod(en-us,AX.60).gif submit The open API to run the action.
Gg753305.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg753305.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.)
Gg753305.protmethod(en-us,AX.60).gif validateActionParms Validates the action parameters.
Gg753305.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg753305.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg753305.protmethod(en-us,AX.60).gif Gg753305.static(en-us,AX.60).gif ::construct Creates the instance of the corresponding subclass of the BankLGActionType class based on the action type.
Gg753305.protmethod(en-us,AX.60).gif Gg753305.static(en-us,AX.60).gif ::doRun Runs the action on the server side by using the specified parameters.
Gg753305.pubmethod(en-us,AX.60).gif Gg753305.static(en-us,AX.60).gif ::run Runs the action on the server-side by using the specified parameters.
Gg753305.protmethod(en-us,AX.60).gif Gg753305.static(en-us,AX.60).gif ::runOnServer Runs the action on the server-side by using the specified parameters.

Top

Inheritance Hierarchy

Object Class
  BankLGActionType Class
    BankLGActionTypeExeCancel Class
    BankLGActionTypeExeExtend Class
    BankLGActionTypeExeGiveToBeneficiary Class
    BankLGActionTypeExeLiquidate Class
    BankLGActionTypeExeRecvFromBank Class
    BankLGActionTypeExeSubmitToBank Class
    BankLGActionTypeExeValueChange Class
    BankLGActionTypeRequest Class
    BankLGActionTypeRequestCancel Class
    BankLGActionTypeRequestExtend Class
    BankLGActionTypeRequestGiveToBeneficiary Class
    BankLGActionTypeRequestLiquidate Class
    BankLGActionTypeRequestValueChange Class