Uses of Interface
de.hybris.platform.payment.commands.factory.CommandFactory
-
Packages that use CommandFactory Package Description de.hybris.platform.payment.commands.factory de.hybris.platform.payment.commands.factory.impl de.hybris.platform.payment.commands.impl -
-
Uses of CommandFactory in de.hybris.platform.payment.commands.factory
Methods in de.hybris.platform.payment.commands.factory that return CommandFactory Modifier and Type Method Description CommandFactoryCommandFactoryRegistry. getFactory(BasicCardInfo card, boolean threeD)Return Factory of command for payment provider that can serve card.CommandFactoryCommandFactoryRegistry. getFactory(java.lang.String paymentProvider)Return Factory of command for payment provider that start to serve transaction -
Uses of CommandFactory in de.hybris.platform.payment.commands.factory.impl
Classes in de.hybris.platform.payment.commands.factory.impl that implement CommandFactory Modifier and Type Class Description classDefaultCommandFactoryImplMethods in de.hybris.platform.payment.commands.factory.impl that return CommandFactory Modifier and Type Method Description CommandFactoryDefaultCommandFactoryRegistryImpl. getFactory(BasicCardInfo card, boolean threeD)CommandFactoryDefaultCommandFactoryRegistryImpl. getFactory(java.lang.String paymentProvider)Method parameters in de.hybris.platform.payment.commands.factory.impl with type arguments of type CommandFactory Modifier and Type Method Description voidDefaultCommandFactoryRegistryImpl. setCommandFactoryList(java.util.Collection<CommandFactory> commandFactoryList) -
Uses of CommandFactory in de.hybris.platform.payment.commands.impl
Methods in de.hybris.platform.payment.commands.impl that return CommandFactory Modifier and Type Method Description CommandFactoryCommandFactoryRegistryMockImpl. getFactory(BasicCardInfo card, boolean threeD)CommandFactoryCommandFactoryRegistryMockImpl. getFactory(java.lang.String paymentProvider)
-