Uses of Interface
com.broadleafcommerce.billing.repository.BillingEventPaymentRepository
Packages that use BillingEventPaymentRepository
Package
Description
-
Uses of BillingEventPaymentRepository in com.broadleafcommerce.billing.provider.jpa.repository
Subinterfaces of BillingEventPaymentRepository in com.broadleafcommerce.billing.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterfaceMethods in com.broadleafcommerce.billing.provider.jpa.repository with parameters of type BillingEventPaymentRepositoryModifier and TypeMethodDescriptionvoidJpaCustomizedBillingEventPaymentRepository.setRepository(BillingEventPaymentRepository<D> repository) -
Uses of BillingEventPaymentRepository in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure with parameters of type BillingEventPaymentRepositoryModifier and TypeMethodDescriptionBillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> BillingServiceAutoConfiguration.billingEventPaymentService(BillingEventPaymentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of BillingEventPaymentRepository in com.broadleafcommerce.billing.service.impl
Constructors in com.broadleafcommerce.billing.service.impl with parameters of type BillingEventPaymentRepositoryModifierConstructorDescriptionDefaultBillingEventPaymentService(BillingEventPaymentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)