|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomerOrderTransactionItem | |
---|---|
com.retek.component.customerorder |
Uses of CustomerOrderTransactionItem in com.retek.component.customerorder |
---|
Subinterfaces of CustomerOrderTransactionItem in com.retek.component.customerorder | |
interface |
Accommodation
This class represents an adjustment to a CustomerOrder that is in the customer's favor (money back to the customer). |
interface |
CustomerOrderCashPayment
This interface extends from the standard CustomerOrderPayment. |
interface |
CustomerOrderCheckPayment
This interface extends from the standard CustomerOrderPayment. |
interface |
CustomerOrderCreditCardPayment
This interface extends from the standard CustomerOrderPayment. |
interface |
CustomerOrderGiftCertificatePayment
This interface extends from the standard CustomerOrderPayment that handle payments using all Tender Types. |
interface |
CustomerOrderLine
|
interface |
CustomerOrderLineTaxAccommodation
|
interface |
CustomerOrderMerchandiseCertificatePayment
This interface extends from the standard CustomerOrderPayment that handle payments using all Tender Types. |
interface |
CustomerOrderMoneyOrderPayment
This interface extends from the standard CustomerOrderPayment. |
interface |
CustomerOrderPayment
This is a high level interface which relates a payment object to a customer order object. |
interface |
CustomerOrderRewardCertificatePayment
This interface extends from the standard CustomerOrderPayment that handle payments using all Tender Types. |
interface |
CustomerOrderStoredValueCardPayment
CustomerOrderStoredValueCardPayment is a CustomerOrderPayment with a Tender Type of Stored Value Card. |
interface |
CustomerOrderTaxAccommodation
|
interface |
CustomerOrderVoucherPayment
This interface extends from the standard CustomerOrderPayment. |
interface |
GeneralAccommodation
|
interface |
ReturnLine
Interface defining the operations for customer return line within the customer order domain. |
interface |
TaxAccommodation
|
Methods in com.retek.component.customerorder with parameters of type CustomerOrderTransactionItem | |
boolean |
CustomerOrderPayment.isAmountAdjustable(CustomerOrderTransactionItem transactionItem)
|
Money |
CustomerOrder.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem,
CustomerOrderPaymentTransactionType transactionType)
Generates a refund payment using the refund policy with transactionItem = tranItem param payment transaction type = transactionType param, refund balance = null, and no settlement. |
void |
CustomerOrderTransactionGroup.addTransactionItem(CustomerOrderTransactionItem transactionItem)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |