Methods in com.retek.component.customerorder.impl.persistence that return CustomerOrderPaymentDto |
CustomerOrderPaymentDto |
CustomerOrderDao.readCustomerOrderPayment(DistributedReference reference)
Retrives a specific CustomerOrderPaymentDto based on the reference |
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderCashPaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderCheckPaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderCreditCardPaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef,
com.retek.fsm.State paymentState)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderGiftCertificatePaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderMerchandiseCertificatePaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderRewardCertificatePaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderMoneyOrderPaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.getCustomerOrderStoredValueCardPaymentDto(DistributedContext context,
DistributedReference orderRef,
Money amt,
DistributedReference transactionGroupRef)
|
static CustomerOrderPaymentDto |
CustomerOrderDbObjectMaster.persistCustomerOrderPayment(DistributedContext context,
ExportState state)
|