| Modifier and Type | Method and Description |
|---|---|
void |
CreateSubscriptionResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerInfoResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
void |
OrderInfoResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
void |
AuthReplyResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
void |
SignatureResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
void |
SubscriptionInfoResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
void |
PaymentInfoResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
void |
SubscriptionSignatureResultPopulator.populate(java.util.Map<java.lang.String,java.lang.String> source,
CreateSubscriptionResult target) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionResult |
HopPaymentResponseInterpretationStrategy.interpretResponse(java.util.Map<java.lang.String,java.lang.String> responseParams,
java.lang.String clientRef,
java.util.Map<java.lang.String,PaymentErrorField> errors) |
CreateSubscriptionResult |
DefaultPaymentResponseInterpretationStrategy.interpretResponse(java.util.Map<java.lang.String,java.lang.String> params,
java.lang.String clientRef,
java.util.Map<java.lang.String,PaymentErrorField> errors) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult> |
HopPaymentResponseInterpretationStrategy.getCreateSubscriptionResultConverter() |
protected Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult> |
DefaultPaymentResponseInterpretationStrategy.getCreateSubscriptionResultConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PaymentErrorField> |
DefaultCreateSubscriptionResultValidationStrategy.validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors,
CreateSubscriptionResult response) |
| Modifier and Type | Method and Description |
|---|---|
void |
HopPaymentResponseInterpretationStrategy.setCreateSubscriptionResultConverter(Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult> createSubscriptionResultConverter) |
void |
DefaultPaymentResponseInterpretationStrategy.setCreateSubscriptionResultConverter(Converter<java.util.Map<java.lang.String,java.lang.String>,CreateSubscriptionResult> createSubscriptionResultConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAcceleratorPaymentService.markPaymentValidated(CreateSubscriptionResult response) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionResult |
PaymentResponseInterpretationStrategy.interpretResponse(java.util.Map<java.lang.String,java.lang.String> responseParams,
java.lang.String clientRef,
java.util.Map<java.lang.String,PaymentErrorField> errors)
This method defines how to interpret a
CreateSubscriptionResult that represents the set of parameters
returned from of a profile creation request with an external payment service. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PaymentErrorField> |
CreateSubscriptionResultValidationStrategy.validateCreateSubscriptionResult(java.util.Map<java.lang.String,PaymentErrorField> errors,
CreateSubscriptionResult response) |
| Modifier and Type | Method and Description |
|---|---|
void |
CisCreateSubscriptionResultPopulator.populate(CisPaymentProfileResult cisPaymentProfileResult,
CreateSubscriptionResult target) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubscriptionResult |
CisPaymentResponseInterpretationStrategy.interpretResponse(java.util.Map<java.lang.String,java.lang.String> responseParams,
java.lang.String clientRef,
java.util.Map<java.lang.String,PaymentErrorField> errors) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<CisPaymentProfileResult,CreateSubscriptionResult> |
CisPaymentResponseInterpretationStrategy.getCisCreateSubscriptionResultConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CisPaymentResponseInterpretationStrategy.setCisCreateSubscriptionResultConverter(Converter<CisPaymentProfileResult,CreateSubscriptionResult> cisCreateSubscriptionResultConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.