Uses of Interface
de.hybris.platform.payment.commands.Command
-
-
Uses of Command in de.hybris.platform.integration.cis.payment.commands
Classes in de.hybris.platform.integration.cis.payment.commands that implement Command Modifier and Type Class Description classDefaultCisSubscriptionAuthorizationCommandImplementation of SubscriptionAuthorizationCommand using CIS web services to call the payment provider.classDefaultCisVoidCommand -
Uses of Command in de.hybris.platform.payment.commands
Subinterfaces of Command in de.hybris.platform.payment.commands Modifier and Type Interface Description interfaceAuthorizationCommandCommand for handling card authorizations.interfaceCaptureCommandCommand for handling card authorization captures.interfaceCreateSubscriptionCommandCommand for creating a subscription.interfaceDeleteSubscriptionCommandCommand for deleting a subscription.interfaceEnrollmentCheckCommandCommand for handling 3-D secure (also called Payer Authentication) enrollment check.interfaceFollowOnRefundCommand<T extends AbstractRequest>Command for handling follow-on refunds.interfaceGetSubscriptionDataCommandCommand for getting data from a subscription.interfaceIsApplicableCommandCommand that each payment provider must implement - configuration that check if for specified arguments payment provider is applicableinterfacePartialCaptureCommandCommand for handling partial card authorization captures.interfaceStandaloneRefundCommand<T extends AbstractRequest>Command for handling stand-alone refunds.interfaceSubscriptionAuthorizationCommandCommand for handling 'subscription id' based card authorizations (payment tokenization).interfaceUpdateSubscriptionCommandCommand for deleting a subscription.interfaceVoidCommandCommand for handling voiding capture or credit. -
Uses of Command in de.hybris.platform.payment.commands.factory
Methods in de.hybris.platform.payment.commands.factory with type parameters of type Command Modifier and Type Method Description <T extends Command>
TCommandFactory. createCommand(java.lang.Class<T> commandInterface)Create implementation for given commandInterface -
Uses of Command in de.hybris.platform.payment.commands.factory.impl
Methods in de.hybris.platform.payment.commands.factory.impl with type parameters of type Command Modifier and Type Method Description <T extends Command>
TDefaultCommandFactoryImpl. createCommand(java.lang.Class<T> commandInterface)Method parameters in de.hybris.platform.payment.commands.factory.impl with type arguments of type Command Modifier and Type Method Description voidDefaultCommandFactoryImpl. setCommands(java.util.Map<java.lang.Class<Command>,Command> commands)voidDefaultCommandFactoryImpl. setCommands(java.util.Map<java.lang.Class<Command>,Command> commands) -
Uses of Command in de.hybris.platform.payment.commands.impl
-