Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RetailTransactionServiceTransactions implements the transactions related methods of the service interface exposed by the RetailTransactionService class to the retail channels.
Syntax
class RetailTransactionServiceTransactions
Run On
Called
Methods
Method | Description | |
---|---|---|
![]() |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
![]() |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
![]() |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
new | Initializes a new instance of the Object class. (Inherited from Object.) |
![]() |
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.) |
![]() |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
![]() |
wait | Pauses a process. (Inherited from Object.) |
![]() |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
![]() ![]() |
::backfillDiscountTrans | |
![]() ![]() |
::ConvertDocumentStatusToRetailSalesStatus | Converts the document status to the RetailSalesStatus |
![]() ![]() |
::ConvertSalesStatusToRetailSalesStatus | Converts the sales status to the RetailSalesStatus |
![]() ![]() |
::createCashDisbursementSlip_RU | Creates cash disbursement slip. |
![]() ![]() |
::createLedgerJournalTable_RU | Method creates and initializes new LedgerJournalTable record. |
![]() ![]() |
::createLedgerJournalTransRCash | Method creates ledgerJournalTrans_RCash record and initializes RCash voucher. |
![]() ![]() |
::fillDiscountTrans | Method returns the serialized xml string of a list of discountTrans having the data of the RetailTransactionDiscountTrans table. |
![]() ![]() |
::fillLoyaltyTrans | Method returns the loyalty card of the transaction. |
![]() ![]() |
::fillMarkupTrans | Method returns the serialized xml string of a ChargeLine having the data of the MarkupTrans table. |
![]() ![]() |
::fillQuoteDetails | |
![]() ![]() |
::fillQuoteLineDetails | |
![]() ![]() |
::fillRetailTransactionDetails | Method returns the serialized xml string of a RetailTransaction having the data of the RetailTransactionTable table. |
![]() ![]() |
::fillSalesLineDetails | Method returns the serialized xml string of a SalesLiner having the data of the SalesLine table. |
![]() ![]() |
::fillSalesLineDiscountDetails | Method returns the serialized xml string of a DiscountLine having the data of the RetailSalesDiscountLine table. |
![]() ![]() |
::fillSalesLineDiscountTrans | Method returns the serialized xml string of a DiscountLine having the data of the RetailTransactionDiscountTrans table. |
![]() ![]() |
::fillSalesOrderAddress | Method returns the serialized xml string of a CustomerAddress having the data of the LogisticsPostalAddress table. |
![]() ![]() |
::fillSalesOrderDetails | Method returns the serialized xml string of a SalesOrder having the data of the SalesTable table. |
![]() ![]() |
::fillSalesTrans | Method returns the serialized xml string of a list of salesTrans having the data of the RetailTransactionSalesTrans table. |
![]() ![]() |
::fillSalesTransDetails | Method returns the serialized xml string of a list of salesTrans having the data of the RetailTransactionSalesTrans table. |
![]() ![]() |
::fillTransactionTable | Method returns the container transTable having the data of the RetailTransactionTable. |
![]() ![]() |
::getCreditMemo | Get credit memo balance and currency code. |
![]() ![]() |
::getGiftCardBalance | Method returns the status of the gift card. |
![]() ![]() |
::GetRetailSalesStatus | Converts the sales status and document status to the RetailSalesStatus |
![]() ![]() |
::getTransaction | Method is used for retrieving the sales transactions. Performs the following: 1.Adds transaction details.2.Adds item details.3.Adds loyalty.Performs the following validations: 1.No transactions for the receipt ID.2.Too many transactions were found for receipt ID. |
![]() ![]() |
::getTransactionByReceiptId | Method is used for retrieving the sales transactions. Performs the following: 1.Adds transaction details.2.Adds item details.3.Adds loyalty.Performs the following validations: 1.No transactions for the receipt ID.2.Too many transactions were found for receipt ID. |
![]() ![]() |
::getTransactionByTransactionId | Method is used for retrieving the sales transactions. Performs the following: 1.Adds transaction details.2.Adds item details.3.Adds loyalty.Performs the following validation: 1.No transaction for the transaction ID. |
![]() ![]() |
::getTransactionSubtotalAmount | Gets the subtotal amount for a sales transaction. |
![]() ![]() |
::giftCardPayment | Method is used for creating the record in RetailGiftCardTransactions table. |
![]() ![]() |
::giftCardRelease | Method is used to release a gift card, after it has been issued. |
![]() ![]() |
::initDefaultTradeDates_W | Initializes trade dates with default values. |
![]() ![]() |
::issueCreditMemo | Method is used for creating the record in RetailCreditVoucherTable. |
![]() ![]() |
::issueGiftCard | Method is used for creating the record in RetailGiftCardTransactions table.Initially the gift card is marked as reserved. Call giftCardRelease to clear the reservation. |
![]() ![]() |
::MarkItemsReturned | Method updates the RetailTransactionSalesTrans.returnQty with the value in returnQty if the RetailTransactionSalesTrans.returnQty + returnQty > RetailTransactionSalesTrans.qty field. |
![]() ![]() |
::paymentDimension | Method checks for the record in RetailTerminalTable. If the dimension exist for field RetailTerminalTable.Dimensions then paymentDimensionis initialized with RetailTerminalTable.Dimensions; else method checks for the record in RetailStoreTable and if the record exist and the value in RetailStoreTable.dimension then paymentDimension is initialized with RetailStoreTable.dimension. |
![]() ![]() |
::paymentsMade | Method finds the Prepayment and payments for the invoice. |
![]() ![]() |
::paySalesInvoice | Method is used for calculating the payment for the sales invoice, create and post the payment journal. |
![]() ![]() |
::paySalesOrder | Method is used for payment of sales order. Method performs the following: 1.Creates and posts payment journal.2.Return error if the total prepayment exceed the sales order total. |
![]() ![]() |
::postInvoicePayment | Method creates the journal entries in LedgerJournalTable and LedgerJournalTrans for the invoice payment. |
![]() ![]() |
::postOrderPayment | Method creates the journal entries in LedgerJournalTable and LedgerJournalTrans for the order payment. |
![]() ![]() |
::postSalesInvoice_RU | Posts sales order. |
![]() ![]() |
::postSalesOrder | Method is used for posting the sales order transaction. |
![]() ![]() |
::searchOrderList | Method returns a list of retail transactions that match the passed in criteria. |
![]() ![]() |
::settleInvoice | Method is used for settling the invoice and the customer transactions. |
![]() ![]() |
::updateCreditMemo | Method is used for updating the record in RetailCreditVoucherTable. |
![]() ![]() |
::validateCreditMemo | Method is used for validating the credit vouchers. |
![]() ![]() |
::validateGiftCard | Method is used for validating the gift cards. |
![]() ![]() |
::voidCreditMemo | Method is used to check the status of the credit voucher i.e., voucher exists or voided or not voided. |
![]() ![]() |
::voidCreditMemoPayment | Method checks for the status of the credit voucher i.e., voucher is in use or the voucher has any errors or the voucher does not exists. |
![]() ![]() |
::voidGiftCard | Method is used to check the status of the gift card i.e., card exists or voided or not voided. |
![]() ![]() |
::voidGiftCardPayment | Method checks for the status of the gift card i.e., card exists or the gift card has any errors. |
Top
Inheritance Hierarchy
Object Class
RetailTransactionServiceTransactions Class