BankLGFacilityAgreementLineType Class [AX 2012]

The BankLGFacilityAgreementLineType class is the business object class for the BankLGFacilityAgreementLine table.

Syntax

class BankLGFacilityAgreementLineType extends BankDocumentFacilityAgreementLineType

Run On

Called

Methods

  Method Description
Gg753362.pubmethod(en-us,AX.60).gif amountUsed Gets the used amount. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif anyRemainingBalance Determines whether there is enough balance for the new letter of credit. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif calculateCashMargin Calculates the cash margin for issuing a letter of guarantee or increasing or decreasing the value of a letter of guarantee.
Gg753362.pubmethod(en-us,AX.60).gif calculateDecreaseValueCommission Calculates the commission for decreasing value.
Gg753362.pubmethod(en-us,AX.60).gif calculateExtensionCommission Calculates the commission for an extension.
Gg753362.pubmethod(en-us,AX.60).gif calculateIncreaseValueCommission Calculates the commission for increasing value.
Gg753362.pubmethod(en-us,AX.60).gif calculateIssuanceCommission Calculates the commission for issuing a letter of guarantee.
Gg753362.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg753362.protmethod(en-us,AX.60).gif doReleaseAmount Releases the amount on the facility agreements. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.protmethod(en-us,AX.60).gif doWithdrawAmount Withdraws the amount on the facility agreements. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg753362.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg753362.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg753362.protmethod(en-us,AX.60).gif isDataLoaded Determines whether the BankDocumentFacilityAgreementLine record has been loaded not. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.protmethod(en-us,AX.60).gif loadData Loads the BankDocumentFacilityAgreementLine record. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.protmethod(en-us,AX.60).gif new Initializes a new instance of the BankLGFacilityAgreementLineType class by using the specified facility agreement line record ID. (Overrides the new Method.)
Gg753362.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.)
Gg753362.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.)
Gg753362.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg753362.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg753362.pubmethod(en-us,AX.60).gif parmBankDocumentAgreementLineRefRecId Gets or sets the BankDocumentAgreementLineRefRecId parameter. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif parmBankDocumentFacilityAgreementLine Gets or sets the BankDocumentFacilityAgreementLine parameter. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif releaseAmount Releases the amount on the facility agreements. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg753362.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg753362.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.)
Gg753362.protmethod(en-us,AX.60).gif validateReleaseAmount Validates the release amount operation. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.protmethod(en-us,AX.60).gif validateWithdrawAmount Validates the withdraw amount operation. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg753362.pubmethod(en-us,AX.60).gif withdrawAmount Withdraws the amount on the facility agreements. (Inherited from BankDocumentFacilityAgreementLineType.)
Gg753362.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg753362.pubmethod(en-us,AX.60).gif Gg753362.static(en-us,AX.60).gif ::construct Constructs an instance of the BankLGFacilityAgreementLineType class by using the specified facility agreement line.

Top

Inheritance Hierarchy

Object Class
  BankDocumentFacilityAgreementLineType Class
    BankLGFacilityAgreementLineType Class