Uses of Interface
com.broadleafcommerce.paymenttransaction.service.SavedPaymentMethodManagementService
Package
Description
-
Uses of SavedPaymentMethodManagementService in com.broadleafcommerce.paymenttransaction.service
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
The default implementation ofSavedPaymentMethodManagementService
, driven bySavedPaymentMethod
andSavedPaymentMethodService
.Modifier and TypeMethodDescriptionprotected SavedPaymentMethodManagementService
DefaultPaymentManagementService.getSavedPaymentMethodManagementService()
protected SavedPaymentMethodManagementService
DefaultTransactionExecutionService.getSavedPaymentMethodManagementService()
Modifier and TypeMethodDescriptionvoid
DefaultPaymentManagementService.setSavedPaymentMethodManagementService
(SavedPaymentMethodManagementService savedPaymentMethodManagementService) void
DefaultTransactionExecutionService.setSavedPaymentMethodManagementService
(SavedPaymentMethodManagementService savedPaymentMethodManagementService) -
Uses of SavedPaymentMethodManagementService in com.broadleafcommerce.paymenttransaction.service.autoconfigure
Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.CustomerPaymentAccountConfiguration.savedPaymentMethodManagementService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, CustomerPaymentAccountProvider<PaymentAccount> customerPaymentAccountProvider) Deprecated, for removal: This API element is subject to removal in a future version.PaymentTransactionServiceAutoConfiguration.SavedPaymentMethodConfiguration.savedPaymentMethodManagementService
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService) Modifier and TypeMethodDescriptionPaymentTransactionServiceAutoConfiguration.CommonSavedPaymentMethodConfiguration.savedPaymentMethodAccessValidationService
(SavedPaymentMethodManagementService savedPaymentMethodManagementService) -
Uses of SavedPaymentMethodManagementService in com.broadleafcommerce.paymenttransaction.service.messaging.savedpayment
Modifier and TypeMethodDescriptionprotected SavedPaymentMethodManagementService
CreateSavedPaymentMethodEventListener.getSavedPaymentMethodManagementService()
Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionCreateSavedPaymentMethodEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, PaymentManagementService<Payment> paymentManagementService, SavedPaymentMethodService<SavedPaymentMethod> savedPaymentMethodService, SavedPaymentMethodManagementService savedPaymentMethodManagementService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SavedPaymentMethodManagementService in com.broadleafcommerce.paymenttransaction.service.validation
Modifier and TypeMethodDescriptionprotected SavedPaymentMethodManagementService
DefaultSavedPaymentMethodAccessValidationService.getSavedPaymentMethodManagementService()
ModifierConstructorDescriptionDefaultSavedPaymentMethodAccessValidationService
(SavedPaymentMethodManagementService savedPaymentMethodManagementService)
SavedPaymentMethod
to manage saved payment methods.