| Modifier and Type | Method and Description |
|---|---|
OrderPayment |
OrderServiceImpl.addPaymentToOrder(Order order,
OrderPayment payment,
Referenced securePaymentInfo) |
OrderPayment |
OrderService.addPaymentToOrder(Order order,
OrderPayment payment,
Referenced securePaymentInfo)
Associates a given OrderPayment with an Order and then saves the order.
|
| Modifier and Type | Method and Description |
|---|---|
Referenced |
SecureOrderPaymentDaoImpl.save(Referenced securePaymentInfo) |
Referenced |
SecureOrderPaymentDao.save(Referenced securePaymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureOrderPaymentDaoImpl.delete(Referenced securePayment) |
void |
SecureOrderPaymentDao.delete(Referenced securePayment) |
Referenced |
SecureOrderPaymentDaoImpl.save(Referenced securePaymentInfo) |
Referenced |
SecureOrderPaymentDao.save(Referenced securePaymentInfo) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BankAccountPayment
Entity associated with sensitive, secured bank account data.
|
interface |
CreditCardPayment
Entity associated with sensitive, secured credit card data.
|
interface |
GiftCardPayment
Entity associated with sensitive, secured bank account data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BankAccountPaymentImpl |
class |
CreditCardPaymentInfoImpl |
class |
GiftCardPaymentImpl |
| Modifier and Type | Method and Description |
|---|---|
Referenced |
SecureOrderPaymentService.create(PaymentType paymentType) |
Referenced |
SecureOrderPaymentServiceImpl.create(PaymentType paymentType) |
Referenced |
SecureOrderPaymentService.findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentServiceImpl.findSecurePaymentInfo(String referenceNumber,
PaymentType paymentType) |
Referenced |
SecureOrderPaymentService.save(Referenced securePayment) |
Referenced |
SecureOrderPaymentServiceImpl.save(Referenced securePaymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureOrderPaymentService.remove(Referenced securePayment) |
void |
SecureOrderPaymentServiceImpl.remove(Referenced securePaymentInfo) |
Referenced |
SecureOrderPaymentService.save(Referenced securePayment) |
Referenced |
SecureOrderPaymentServiceImpl.save(Referenced securePaymentInfo) |
Copyright © 2014. All Rights Reserved.