| Modifier and Type | Method and Description |
|---|---|
PaymentSubscriptionResultData |
PaymentFacade.completeHopCreateSubscription(java.util.Map<java.lang.String,java.lang.String> parameters,
boolean saveInAccount)
Called to create a subscription internally with the result parameters obtained from the provider's Hosted Order
Page.
|
PaymentSubscriptionResultData |
PaymentFacade.completeSopCreateSubscription(java.util.Map<java.lang.String,java.lang.String> parameters,
boolean saveInAccount)
Called to create a subscription internally with the result parameters obtained from the provider's Silent Order
Post.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSubscriptionResultData |
DefaultPaymentFacade.completeHopCreateSubscription(java.util.Map<java.lang.String,java.lang.String> parameters,
boolean saveInAccount) |
PaymentSubscriptionResultData |
DefaultPaymentFacade.completeSopCreateSubscription(java.util.Map<java.lang.String,java.lang.String> parameters,
boolean saveInAccount) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<PaymentSubscriptionResultItem,PaymentSubscriptionResultData> |
DefaultPaymentFacade.getPaymentSubscriptionResultDataConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPaymentFacade.setPaymentSubscriptionResultDataConverter(Converter<PaymentSubscriptionResultItem,PaymentSubscriptionResultData> paymentSubscriptionResultDataConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentSubscriptionResultDataPopulator.populate(PaymentSubscriptionResultItem source,
PaymentSubscriptionResultData target) |
| Modifier and Type | Method and Description |
|---|---|
protected CCPaymentInfoData |
ExtendedCartsController.handlePaymentSubscriptionResultData(PaymentSubscriptionResultData paymentSubscriptionResultData,
Errors errors)
Method analyze payment subscription result data.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSubscriptionResultData |
CommerceWebServicesPaymentFacade.getPaymentSubscriptionResult(java.lang.String cartId)
Get payment subscription result related to cart with given id
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceWebServicesPaymentFacade.savePaymentSubscriptionResult(PaymentSubscriptionResultData paymentSubscriptionResultData,
java.lang.String cartId)
Save payment subscription result for cart with given id
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSubscriptionResultData |
DefaultCommerceWebServicesPaymentFacade.getPaymentSubscriptionResult(java.lang.String cartId) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommerceWebServicesPaymentFacade.savePaymentSubscriptionResult(PaymentSubscriptionResultData paymentSubscriptionResultData,
java.lang.String cartId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SopPaymentResponseController.createNewPaymentSubscription(PaymentSubscriptionResultData paymentSubscriptionResultData) |
protected java.lang.String |
SopPaymentResponseController.processErrors(SopPaymentDetailsForm sopPaymentDetailsForm,
BindingResult bindingResult,
Model model,
RedirectAttributes redirectAttributes,
PaymentSubscriptionResultData paymentSubscriptionResultData) |
protected void |
SopPaymentResponseController.processPaymentSubscriptionErrors(BindingResult bindingResult,
Model model,
PaymentSubscriptionResultData paymentSubscriptionResultData) |
Copyright © 2018 SAP SE. All Rights Reserved.