Uses of Interface
de.hybris.platform.payment.commands.factory.CommandFactoryRegistry
-
Packages that use CommandFactoryRegistry Package Description de.hybris.platform.payment.commands.factory.impl de.hybris.platform.payment.commands.impl de.hybris.platform.payment.methods.impl -
-
Uses of CommandFactoryRegistry in de.hybris.platform.payment.commands.factory.impl
Classes in de.hybris.platform.payment.commands.factory.impl that implement CommandFactoryRegistry Modifier and Type Class Description classDefaultCommandFactoryRegistryImpldefault implementation of command factory register -
Uses of CommandFactoryRegistry in de.hybris.platform.payment.commands.impl
Classes in de.hybris.platform.payment.commands.impl that implement CommandFactoryRegistry Modifier and Type Class Description classCommandFactoryRegistryMockImpl -
Uses of CommandFactoryRegistry in de.hybris.platform.payment.methods.impl
Methods in de.hybris.platform.payment.methods.impl that return CommandFactoryRegistry Modifier and Type Method Description CommandFactoryRegistryDefaultCardPaymentServiceImpl. getCommandFactoryRegistry()Methods in de.hybris.platform.payment.methods.impl with parameters of type CommandFactoryRegistry Modifier and Type Method Description voidDefaultCardPaymentServiceImpl. setCommandFactoryRegistry(CommandFactoryRegistry commandFactoryRegistry)
-