| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCisSubscriptionAuthorizationCommand
Implementation of SubscriptionAuthorizationCommand using CIS web services to call the payment provider.
|
class |
DefaultCisVoidCommand |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AuthorizationCommand
Command for handling card authorizations.
|
interface |
CaptureCommand
Command for handling card authorization captures.
|
interface |
CreateSubscriptionCommand
Command for creating a subscription.
|
interface |
DeleteSubscriptionCommand
Command for deleting a subscription.
|
interface |
EnrollmentCheckCommand
Command for handling 3-D secure (also called Payer Authentication) enrollment check.
|
interface |
FollowOnRefundCommand<T extends AbstractRequest>
Command for handling follow-on refunds.
|
interface |
GetSubscriptionDataCommand
Command for getting data from a subscription.
|
interface |
IsApplicableCommand
Command that each payment provider must implement - configuration that check if for specified arguments payment
provider is applicable
|
interface |
PartialCaptureCommand
Command for handling partial card authorization captures.
|
interface |
StandaloneRefundCommand<T extends AbstractRequest>
Command for handling stand-alone refunds.
|
interface |
SubscriptionAuthorizationCommand
Command for handling 'subscription id' based card authorizations (payment tokenization).
|
interface |
UpdateSubscriptionCommand
Command for deleting a subscription.
|
interface |
VoidCommand
Command for handling voiding capture or credit.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
CommandFactory.createCommand(java.lang.Class<T> commandInterface)
Create implementation for given commandInterface
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Command> |
DefaultCommandFactoryImpl.createCommand(java.lang.Class<T> commandInterface) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCommandFactoryImpl.setCommands(java.util.Map<java.lang.Class<Command>,Command> commands) |
void |
DefaultCommandFactoryImpl.setCommands(java.util.Map<java.lang.Class<Command>,Command> commands) |
Copyright © 2018 SAP SE. All Rights Reserved.