| Package | Description |
|---|---|
| org.broadleafcommerce.core.payment.dao | |
| org.broadleafcommerce.core.payment.domain | |
| org.broadleafcommerce.core.payment.service |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransaction |
OrderPaymentDao.createTransaction() |
PaymentTransaction |
OrderPaymentDaoImpl.createTransaction() |
PaymentTransaction |
OrderPaymentDao.readTransactionById(Long transactionId) |
PaymentTransaction |
OrderPaymentDaoImpl.readTransactionById(Long transactionId) |
PaymentTransaction |
OrderPaymentDao.save(PaymentTransaction transaction) |
PaymentTransaction |
OrderPaymentDaoImpl.save(PaymentTransaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransaction |
OrderPaymentDao.save(PaymentTransaction transaction) |
PaymentTransaction |
OrderPaymentDaoImpl.save(PaymentTransaction transaction) |
| Modifier and Type | Class and Description |
|---|---|
class |
PaymentTransactionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTransaction |
PaymentTransactionImpl.parentTransaction
Necessary for operations on a payment that require something to have happened beforehand.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<PaymentTransaction> |
OrderPaymentImpl.transactions |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransaction |
OrderPaymentImpl.getInitialTransaction() |
PaymentTransaction |
OrderPayment.getInitialTransaction()
Returns the initial transaction for this order payment.
|
PaymentTransaction |
PaymentTransactionImpl.getParentTransaction() |
PaymentTransaction |
PaymentTransaction.getParentTransaction()
Transactions can have a parent-child relationship for modifying transactions that can occur.
|
PaymentTransaction |
PaymentResponseItem.getPaymentTransaction() |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentTransaction> |
OrderPaymentImpl.getTransactions() |
List<PaymentTransaction> |
OrderPayment.getTransactions()
All of the transactions that have been applied to this particular payment.
|
List<PaymentTransaction> |
OrderPaymentImpl.getTransactionsForType(PaymentTransactionType type) |
List<PaymentTransaction> |
OrderPayment.getTransactionsForType(PaymentTransactionType type)
Returns a transaction for given type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderPaymentImpl.addTransaction(PaymentTransaction transaction) |
void |
OrderPayment.addTransaction(PaymentTransaction transaction)
A more declarative way to invoke
#getTransactions().add(). |
void |
PaymentTransactionImpl.setParentTransaction(PaymentTransaction parentTransaction) |
void |
PaymentTransaction.setParentTransaction(PaymentTransaction parentTransaction) |
void |
PaymentResponseItem.setPaymentTransaction(PaymentTransaction paymentTransaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderPaymentImpl.setTransactions(List<PaymentTransaction> transactions) |
void |
OrderPayment.setTransactions(List<PaymentTransaction> details)
All of the transactions that have been applied to this particular payment.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentTransaction |
OrderPaymentServiceImpl.createTransaction() |
PaymentTransaction |
OrderPaymentService.createTransaction() |
PaymentTransaction |
OrderPaymentServiceImpl.readTransactionById(Long transactionId) |
PaymentTransaction |
OrderPaymentService.readTransactionById(Long transactionId) |
PaymentTransaction |
OrderPaymentServiceImpl.save(PaymentTransaction transaction) |
PaymentTransaction |
OrderPaymentService.save(PaymentTransaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
PaymentTransaction |
OrderPaymentServiceImpl.save(PaymentTransaction transaction) |
PaymentTransaction |
OrderPaymentService.save(PaymentTransaction transaction) |
PaymentRequestDTO |
OrderToPaymentRequestDTOService.translatePaymentTransaction(Money transactionAmount,
PaymentTransaction paymentTransaction)
Utilizes the
getAdditionalFields() map to populate necessary request parameters on the
resulting PaymentRequestDTO. |
PaymentRequestDTO |
OrderToPaymentRequestDTOServiceImpl.translatePaymentTransaction(Money transactionAmount,
PaymentTransaction paymentTransaction) |
Copyright © 2015. All Rights Reserved.