BankLCType Class [AX 2012]

The BankLCType class is the business class of the BankLC table.

Syntax

class BankLCType extends Object

Run On

Called

Methods

  Method Description
Gg752949.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif createShipmentLines Creates the BankLCLine records for a letter of credit.
Gg752949.protmethod(en-us,AX.60).gif doValidateUpdateInvoice Indicates whether an invoice related to a letter of credit can be posted.
Gg752949.protmethod(en-us,AX.60).gif doValidateUpdatePackingSlip Indicates whether a packing slip related to a letter of credit can be posted.
Gg752949.protmethod(en-us,AX.60).gif doValidateUpdatePayment Validates that a payment that is related to the Letter of Credit is valid to post.
Gg752949.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg752949.protmethod(en-us,AX.60).gif getInvoiceAmount Gets the amount of the invoice.
Gg752949.protmethod(en-us,AX.60).gif getPackingSlipAmount Gets the amount of the packing slip.
Gg752949.protmethod(en-us,AX.60).gif getPaymentAmount Gets the amount of the payment.
Gg752949.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif isDataLoaded Indicates whether the letter of credit record buffer is loaded.
Gg752949.protmethod(en-us,AX.60).gif loadBankLCInfo Loads the BankLCInfo record that is related to this letter of credit.
Gg752949.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Gg752949.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.)
Gg752949.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.)
Gg752949.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg752949.protmethod(en-us,AX.60).gif parmBankLC Gets or sets the BankLC parameter.
Gg752949.pubmethod(en-us,AX.60).gif parmBankLCInfo Gets or sets the BankLCInfo parameter.
Gg752949.pubmethod(en-us,AX.60).gif parmBankLCRecId Gets or sets the BankLCRecId parameter.
Gg752949.protmethod(en-us,AX.60).gif reLoadBankLC Reloads the BankLC record.
Gg752949.protmethod(en-us,AX.60).gif reLoadBankLCInfo Reloads the BankLCInfo record
Gg752949.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif updateInvoicePosted Updates the BankLCLine record after the invoice has been posted.
Gg752949.pubmethod(en-us,AX.60).gif updatePackingSlipPosted Updates the BankLCLine record after the packing slip has been posted.
Gg752949.pubmethod(en-us,AX.60).gif updatePaymentPosted Updates the BankLCLine record after the payment is posted.
Gg752949.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.)
Gg752949.protmethod(en-us,AX.60).gif validateConfirmation Indicates whether a Letter of Credit can be confirmed.
Gg752949.protmethod(en-us,AX.60).gif validateLCAmountWithOrder Validates whether the amount of the Letter of Credit equals the amount of the order.
Gg752949.protmethod(en-us,AX.60).gif validateLineFieldsWhenConfirm Indicates whether the fields of the BankLCLine record are valid for confirmation.
Gg752949.protmethod(en-us,AX.60).gif validateLinesWhenConfirm Indicates whether the BankLCLine lines are valid for confirmation.
Gg752949.protmethod(en-us,AX.60).gif validateTableFieldsWhenConfirm Indicates whether the fields of the BankLC table are valid for confirmation.
Gg752949.pubmethod(en-us,AX.60).gif validateUpdateInvoice Indicates whether the invoice related to the Letter of Credit can be posted.
Gg752949.pubmethod(en-us,AX.60).gif validateUpdatePackingSlip Indicates whether the packing slip related to the letter of credit can be posted.
Gg752949.pubmethod(en-us,AX.60).gif validateUpdatePayment Validates that the payment related to the Letter of Credit is valid to post.
Gg752949.protmethod(en-us,AX.60).gif validateUpdateTrans Validates whether the specified invoice or packing slip can be posted.
Gg752949.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg752949.pubmethod(en-us,AX.60).gif Gg752949.static(en-us,AX.60).gif ::constructByLedgerJournalTrans Constructs the instance of the BankLCType class by the LedgerJournalTrans table.

Top

Inheritance Hierarchy

Object Class
  BankLCType Class
    BankLCExportType Class
    BankLCImportType Class