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