Uses of Interface
com.broadleafcommerce.customer.repository.PaymentAccountRepository
Packages that use PaymentAccountRepository
Package
Description
-
Uses of PaymentAccountRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of PaymentAccountRepository in com.broadleafcommerce.customer.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaPaymentAccountRepository<D extends JpaPaymentAccount>
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentAccountRepository in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return PaymentAccountRepositoryModifier and TypeMethodDescriptionprotected PaymentAccountRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultPaymentAccountService.getPaymentAccountRepository()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.customer.service with parameters of type PaymentAccountRepositoryModifierConstructorDescriptionDefaultPaymentAccountService
(PaymentAccountRepository<com.broadleafcommerce.data.tracking.core.Trackable> paymentAccountRepository, CustomerService<Customer> customerService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PaymentAccountRepository in com.broadleafcommerce.customer.service.validation
Methods in com.broadleafcommerce.customer.service.validation that return PaymentAccountRepositoryModifier and TypeMethodDescriptionprotected PaymentAccountRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultPaymentAccountValidator.getPaymentAccountRepository()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.broadleafcommerce.customer.service.validation with parameters of type PaymentAccountRepositoryModifierConstructorDescriptionDefaultPaymentAccountValidator
(PaymentAccountRepository<com.broadleafcommerce.data.tracking.core.Trackable> paymentAccountRepository) Deprecated, for removal: This API element is subject to removal in a future version.
JpaSavedPaymentMethod
in PaymentTransactionServices to manage saved payment methods.