Uses of Interface
com.broadleafcommerce.customer.repository.PaymentAccountRepository
-
-
Uses of PaymentAccountRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of PaymentAccountRepository in com.broadleafcommerce.customer.provider.jpa.repository Modifier and Type Interface Description interface
JpaPaymentAccountRepository<D extends JpaPaymentAccount>
Deprecated, for removal: This API element is subject to removal in a future version.since 1.7.2, in favor of usingJpaSavedPaymentMethod
in PaymentTransactionServices to manage saved payment methods. -
Uses of PaymentAccountRepository in com.broadleafcommerce.customer.service
Methods in com.broadleafcommerce.customer.service that return PaymentAccountRepository Modifier and Type Method Description protected 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 PaymentAccountRepository Constructor Description DefaultPaymentAccountService(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 PaymentAccountRepository Modifier and Type Method Description protected 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 PaymentAccountRepository Constructor Description DefaultPaymentAccountValidator(PaymentAccountRepository<com.broadleafcommerce.data.tracking.core.Trackable> paymentAccountRepository)
Deprecated, for removal: This API element is subject to removal in a future version.
-