ReleaseUpdateDB60_CustBOETransHelper_JP Class [AX 2012]

The class is used to handle the business logic for endorsing customer bill of exchange to vendor during post upgrade.

Syntax

class ReleaseUpdateDB60_CustBOETransHelper_JP extends CustBillOfExchangeEndorseVend

Run On

Called

Methods

  Method Description
JJ768561.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ768561.protmethod(en-us,AX.60).gif closePaymTrans Creates the entry for reversing payment to vendor. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif createCustTrans Create and posts the customer voucher. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif createLedgerTrans Creates and posts the ledger voucher. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif createVendTrans Create and posts the vendor voucher. (Overrides the createVendTrans Method.)
JJ768561.protmethod(en-us,AX.60).gif custTrans Gets the CustTrans buffer to endorse a bill of exchange. (Inherited from CustBillOfExchangeEndorseVend.)
JJ768561.protmethod(en-us,AX.60).gif deleteCustBillOfExchangeJourExtensionJP Deletes a record in table the CustBillOfExchangeEndorseJour when you reserve a BOE endorsement. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif endPostTrans Ends the posting process. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ768561.protmethod(en-us,AX.60).gif getBillOfExchangeSeqNum Gets a new sequence number for bill of exchange. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif getCustTransOfBOEDraw Gets the cust trans generated by drawing BOE. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ768561.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ768561.protmethod(en-us,AX.60).gif initPostTrans Initial the posting process. (Overrides the initPostTrans Method.)
JJ768561.protmethod(en-us,AX.60).gif insertCustBillOfExchangeJourExtensionJP Creates a CustBillOfExchangeJourExtensionJP record during the BOE endorsement process. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif insertCustBillOfExchangeTrans Create transaction record into table CustBillOfExchangeTrans during BOE endorsement process. (Overrides the insertCustBillOfExchangeTrans Method.)
JJ768561.protmethod(en-us,AX.60).gif new Initializes a new instance of the CustBillOfExchangeEndorsePost class. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.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.)
JJ768561.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.)
JJ768561.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ768561.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ768561.protmethod(en-us,AX.60).gif parmAmountCur Gets or sets the AmountCur parameter. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif parmCurrencyCode Gets or sets the CurrencyCode parameter. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif parmCustBillOfExchangeJour Gets or sets the CustBillOfExchangeJour parameter. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif parmEndorseDate Gets or sets the EndorseDate parameter. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif parmEndorseDescription Gets or sets the EndorseDescription parameter. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif parmPostingDate Gets or sets the PostingDate parameter. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif parmVendAccount Gets or sets the VendAccount parameter. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif postingType Gets the ledger posting type to endorse customer bills of exchange to a vendor. (Inherited from CustBillOfExchangeEndorseVend.)
JJ768561.protmethod(en-us,AX.60).gif postTrans Posts transactions by account type and account number (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif retrieveVendTrans Gets a VendTrans record by using the BillOfExchangeId value of the BOE endorsed record CustBillOfExchangeJour record. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ768561.protmethod(en-us,AX.60).gif status Gets the status to endorse customer bills of exchange to a vendor. (Inherited from CustBillOfExchangeEndorseVend.)
JJ768561.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ768561.protmethod(en-us,AX.60).gif updateCustBillOfExchangeJour Updates a record in the CustBillOfExchangeEndorseJour table when the status of the BOE changes. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif updateCustBillOfExchangeJourExtensionJP Updates a record in the CustBillOfExchangeJourExtensionJP table when the status changes for the BOE. (Inherited from CustBillOfExchangeEndorsePost.)
JJ768561.protmethod(en-us,AX.60).gif updateNow Execute the business logic of endorsing customer bill of exchange to vendor. (Overrides the updateNow Method.)
JJ768561.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.)
JJ768561.protmethod(en-us,AX.60).gif validate Validates the endorsement date to endorse customer bills of exchange to a vendor. (Inherited from CustBillOfExchangeEndorseVend.)
JJ768561.protmethod(en-us,AX.60).gif vendTrans Gets a VendTrans record to endorse a bill of exchange. (Inherited from CustBillOfExchangeEndorseVend.)
JJ768561.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ768561.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ768561.pubmethod(en-us,AX.60).gif JJ768561.static(en-us,AX.60).gif ::construct Construct a new instance for this class.
JJ768561.pubmethod(en-us,AX.60).gif JJ768561.static(en-us,AX.60).gif ::postTransOnServer Post endorsed bill of exchange transaction.

Top

Inheritance Hierarchy

Object Class
  CustBillOfExchangeEndorsePost Class
    CustBillOfExchangeEndorseVend Class
      ReleaseUpdateDB60_CustBOETransHelper_JP Class