BankDocumentFacilityAgreementLineType Class [AX 2012]

The BankDocumentFacilityAgreementLineType class is the business object class for BankDocumentFacilityAgreementLine table.

Syntax

class BankDocumentFacilityAgreementLineType extends Object

Run On

Called

Methods

  Method Description
Gg724548.pubmethod(en-us,AX.60).gif amountUsed Gets the used amount.
Gg724548.pubmethod(en-us,AX.60).gif anyRemainingBalance Determines whether there is enough balance for the new letter of credit.
Gg724548.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg724548.protmethod(en-us,AX.60).gif doReleaseAmount Releases the amount on the facility agreements.
Gg724548.protmethod(en-us,AX.60).gif doWithdrawAmount Withdraws the amount on the facility agreements.
Gg724548.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg724548.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg724548.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg724548.protmethod(en-us,AX.60).gif isDataLoaded Determines whether the BankDocumentFacilityAgreementLine record has been loaded not.
Gg724548.protmethod(en-us,AX.60).gif loadData Loads the BankDocumentFacilityAgreementLine record.
Gg724548.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankDocumentFacilityAgreementLineType class. (Overrides the new Method.)
Gg724548.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.)
Gg724548.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.)
Gg724548.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg724548.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg724548.pubmethod(en-us,AX.60).gif parmBankDocumentAgreementLineRefRecId Gets or sets the BankDocumentAgreementLineRefRecId parameter.
Gg724548.pubmethod(en-us,AX.60).gif parmBankDocumentFacilityAgreementLine Gets or sets the BankDocumentFacilityAgreementLine parameter.
Gg724548.pubmethod(en-us,AX.60).gif releaseAmount Releases the amount on the facility agreements.
Gg724548.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg724548.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg724548.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.)
Gg724548.protmethod(en-us,AX.60).gif validateReleaseAmount Validates the release amount operation.
Gg724548.protmethod(en-us,AX.60).gif validateWithdrawAmount Validates the withdraw amount operation.
Gg724548.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg724548.pubmethod(en-us,AX.60).gif withdrawAmount Withdraws the amount on the facility agreements.
Gg724548.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg724548.pubmethod(en-us,AX.60).gif Gg724548.static(en-us,AX.60).gif ::construct Constructs an instance of the BankDocumentFacilityAgreementLineType class from the given facility agreement line record ID.
Gg724548.privmethod(en-us,AX.60).gif Gg724548.static(en-us,AX.60).gif ::releaseAmountOnServer Releases the amount on the facility agreements.
Gg724548.privmethod(en-us,AX.60).gif Gg724548.static(en-us,AX.60).gif ::withdrawAmountOnServer Withdraws for the amount on the faclity agreements.The server method to force the code be run on server.

Top

Inheritance Hierarchy

Object Class
  BankDocumentFacilityAgreementLineType Class
    BankLGFacilityAgreementLineType Class