| Modifier and Type | Method and Description |
|---|---|
CheckoutResponse |
CheckoutService.performCheckout(Order order,
Map<PaymentInfo,Referenced> payments) |
CheckoutResponse |
CheckoutServiceImpl.performCheckout(Order order,
Map<PaymentInfo,Referenced> payments) |
| Modifier and Type | Method and Description |
|---|---|
Map<PaymentInfo,Referenced> |
CheckoutResponse.getInfos() |
Map<PaymentInfo,Referenced> |
CheckoutSeed.getInfos() |
| Constructor and Description |
|---|
CheckoutSeed(Order order,
Map<PaymentInfo,Referenced> infos,
Map<String,Object> userDefinedFields) |
| Modifier and Type | Method and Description |
|---|---|
PaymentInfo |
OrderServiceImpl.addPaymentToOrder(Order order,
PaymentInfo payment,
Referenced securePaymentInfo) |
PaymentInfo |
OrderService.addPaymentToOrder(Order order,
PaymentInfo payment,
Referenced securePaymentInfo)
Associates a given PaymentInfo with an Order.
|
| Modifier and Type | Method and Description |
|---|---|
Referenced |
SecurePaymentInfoDaoImpl.save(Referenced securePaymentInfo) |
Referenced |
SecurePaymentInfoDao.save(Referenced securePaymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurePaymentInfoDaoImpl.delete(Referenced securePaymentInfo) |
void |
SecurePaymentInfoDao.delete(Referenced securePaymentInfo) |
Referenced |
SecurePaymentInfoDaoImpl.save(Referenced securePaymentInfo) |
Referenced |
SecurePaymentInfoDao.save(Referenced securePaymentInfo) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BankAccountPaymentInfo |
interface |
CreditCardPaymentInfo |
interface |
GiftCardPaymentInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
BankAccountPaymentInfoImpl |
class |
CreditCardPaymentInfoImpl |
class |
EmptyReferenced |
class |
GiftCardPaymentInfoImpl |
| Modifier and Type | Method and Description |
|---|---|
Referenced |
PaymentInfo.createEmptyReferenced() |
Referenced |
PaymentInfoImpl.createEmptyReferenced() |
| Modifier and Type | Field and Description |
|---|---|
protected Referenced |
PaymentContextImpl.referencedPaymentInfo |
| Modifier and Type | Method and Description |
|---|---|
Referenced |
SecurePaymentInfoService.create(PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoServiceImpl.create(PaymentInfoType paymentInfoType) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createAccountReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createBankAccountReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createCheckReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createCreditCardReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createCustomerCreditReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createElectronicCheckReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createGiftCardReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createMoneyOrderReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createPayPalReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
BroadleafPaymentInfoTypeServiceImpl.createWireReferenceInfo(PaymentInfo paymentInfo) |
Referenced |
SecurePaymentInfoService.findSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
SecurePaymentInfoServiceImpl.findSecurePaymentInfo(String referenceNumber,
PaymentInfoType paymentInfoType) |
Referenced |
PaymentContextImpl.getReferencedPaymentInfo() |
Referenced |
PaymentContext.getReferencedPaymentInfo() |
Referenced |
SecurePaymentInfoService.save(Referenced securePaymentInfo) |
Referenced |
SecurePaymentInfoServiceImpl.save(Referenced securePaymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
Map<PaymentInfo,Referenced> |
BroadleafPaymentInfoTypeServiceImpl.getPaymentsMap(Order order) |
Map<PaymentInfo,Referenced> |
BroadleafPaymentInfoTypeService.getPaymentsMap(Order order)
Constructs a default entry in the payments map for each payment found on the order that matches
a PaymentInfoTypes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurePaymentInfoService.remove(Referenced securePaymentInfo) |
void |
SecurePaymentInfoServiceImpl.remove(Referenced securePaymentInfo) |
Referenced |
SecurePaymentInfoService.save(Referenced securePaymentInfo) |
Referenced |
SecurePaymentInfoServiceImpl.save(Referenced securePaymentInfo) |
| Modifier and Type | Method and Description |
|---|---|
CompositePaymentResponse |
CompositePaymentService.executePayment(Order order,
Map<PaymentInfo,Referenced> payments) |
CompositePaymentResponse |
CompositePaymentServiceImpl.executePayment(Order order,
Map<PaymentInfo,Referenced> payments) |
CompositePaymentResponse |
CompositePaymentService.executePayment(Order order,
Map<PaymentInfo,Referenced> payments,
PaymentResponse response) |
CompositePaymentResponse |
CompositePaymentServiceImpl.executePayment(Order order,
Map<PaymentInfo,Referenced> payments,
PaymentResponse response) |
| Constructor and Description |
|---|
PaymentContextImpl(Money transactionAmount,
Money remainingTransactionAmount,
PaymentInfo paymentInfo,
Referenced referencedPaymentInfo,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
Map<PaymentInfo,Referenced> |
PaymentSeed.getInfos() |
Map<PaymentInfo,Referenced> |
CombinedPaymentContextSeed.getInfos() |
Map<PaymentInfo,Referenced> |
CompositePaymentResponse.getInfos() |
| Constructor and Description |
|---|
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse) |
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse,
Money transactionAmount) |
PaymentSeed(Order order,
Map<PaymentInfo,Referenced> infos,
PaymentResponse paymentResponse) |
PaymentSeed(Order order,
Map<PaymentInfo,Referenced> infos,
PaymentResponse paymentResponse,
Money transactionAmount) |
Copyright © 2014. All Rights Reserved.