Uses of Interface
de.hybris.platform.payment.commands.Command
Packages that use Command
Package
Description
-
Uses of Command in de.hybris.platform.payment.commands
Subinterfaces of Command in de.hybris.platform.payment.commandsModifier and TypeInterfaceDescriptioninterfaceCommand for handling card authorizations.interfaceCommand for handling card authorization captures.interfaceCommand for creating a subscription.interfaceCommand for deleting a subscription.interfaceCommand for handling 3-D secure (also called Payer Authentication) enrollment check.interfaceFollowOnRefundCommand<T extends AbstractRequest>Command for handling follow-on refunds.interfaceCommand for getting data from a subscription.interfaceCommand that each payment provider must implement - configuration that check if for specified arguments payment provider is applicableinterfaceCommand for handling partial card authorization captures.interfaceStandaloneRefundCommand<T extends AbstractRequest>Command for handling stand-alone refunds.interfaceCommand for handling 'subscription id' based card authorizations (payment tokenization).interfaceCommand for deleting a subscription.interfaceCommand 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 CommandModifier and TypeMethodDescription<T extends Command>
TCommandFactory.createCommand(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 CommandModifier and TypeMethodDescription<T extends Command>
TDefaultCommandFactoryImpl.createCommand(Class<T> commandInterface) Method parameters in de.hybris.platform.payment.commands.factory.impl with type arguments of type CommandModifier and TypeMethodDescriptionvoidDefaultCommandFactoryImpl.setCommands(Map<Class<Command>, Command> commands) voidDefaultCommandFactoryImpl.setCommands(Map<Class<Command>, Command> commands) -
Uses of Command in de.hybris.platform.payment.commands.impl
Classes in de.hybris.platform.payment.commands.impl that implement CommandModifier and TypeClassDescriptionclassA mockup Implementation forAuthorizationCommand.classA mockup Implementation forCaptureCommand.classA mockup Implementation forCreateSubscriptionCommand.classA mockup Implementation forDeleteSubscriptionCommand.classA mockup Implementation forEnrollmentCheckCommand.classA mockup Implementation forFollowOnRefundCommandclassA mockup Implementation forGetSubscriptionDataCommand.classImplementation forIsApplicableCommandclassA mockup implementation of the partial captureclassA mockup Implementation forStandaloneRefundCommand.classA mockup Implementation forSubscriptionAuthorizationCommand.classA mockup Implementation forUpdateSubscriptionCommand.classA mockup Implementation forVoidCommand