|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder |
Methods in com.retek.component.customerorder that return CustomerOrderPaymentTransactionType | |
CustomerOrderPaymentTransactionType |
CustomerOrderPayment.getPaymentTransactionType()
|
CustomerOrderPaymentTransactionType |
Accommodation.getPaymentTransactionType()
|
static CustomerOrderPaymentTransactionType |
CustomerOrderPaymentTransactionType.fromCode(java.lang.String code)
|
Methods in com.retek.component.customerorder with parameters of type CustomerOrderPaymentTransactionType | |
void |
CustomerOrderPayment.setPaymentTransactionType(CustomerOrderPaymentTransactionType paymentTransactionType)
|
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. |
Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder.impl |
Methods in com.retek.component.customerorder.impl that return CustomerOrderPaymentTransactionType | |
CustomerOrderPaymentTransactionType |
CustomerOrderPaymentImpl.getPaymentTransactionType()
|
abstract CustomerOrderPaymentTransactionType |
AccommodationImpl.getPaymentTransactionType()
|
CustomerOrderPaymentTransactionType |
GeneralAccommodationImpl.getPaymentTransactionType()
|
CustomerOrderPaymentTransactionType |
TaxAccommodationImpl.getPaymentTransactionType()
|
CustomerOrderPaymentTransactionType |
CustomerOrderTransactionGroupImpl.getAccommodationPaymentTransactionType()
|
Methods in com.retek.component.customerorder.impl with parameters of type CustomerOrderPaymentTransactionType | |
void |
CustomerOrderPaymentImpl.setPaymentTransactionType(CustomerOrderPaymentTransactionType paymentTransactionType)
|
Money |
CustomerOrderImpl.generateRefundIfNegativeBalance(CustomerOrderTransactionItem tranItem,
CustomerOrderPaymentTransactionType transactionType)
|
Money |
CustomerOrderImpl.generateRefundIfNegativeBalance(CustomerOrderPaymentTransactionType transactionType)
|
CustomerOrderRefundPaymentContainer |
CustomerOrderImpl.generateRefundIfNegativeBalance(Money refundAmount,
CustomerOrderTransactionItem transactionItem,
CustomerOrderPaymentTransactionType transactionType)
|
Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder.impl.command |
Methods in com.retek.component.customerorder.impl.command that return CustomerOrderPaymentTransactionType | |
CustomerOrderPaymentTransactionType |
CustomerOrderGeneralRefundPolicyCommand.getTransactionType()
|
Methods in com.retek.component.customerorder.impl.command with parameters of type CustomerOrderPaymentTransactionType | |
void |
CustomerOrderGeneralRefundPolicyCommand.setTransactionType(CustomerOrderPaymentTransactionType type)
|
Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder.impl.remote |
Fields in com.retek.component.customerorder.impl.remote declared as CustomerOrderPaymentTransactionType | |
CustomerOrderPaymentTransactionType |
CustomerOrderPaymentDto.paymentTransactionType
|
Uses of CustomerOrderPaymentTransactionType in com.retek.component.customerorder.linefsm.action |
Methods in com.retek.component.customerorder.linefsm.action that return CustomerOrderPaymentTransactionType | |
protected CustomerOrderPaymentTransactionType |
BaseOrderLineCancelAction.getPaymentTransactionType(CustomerOrderLineImpl orderLine)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |