Uses of Interface
com.broadleafcommerce.billing.repository.BillingTaxDetailRepository
Packages that use BillingTaxDetailRepository
Package
Description
-
Uses of BillingTaxDetailRepository in com.broadleafcommerce.billing.provider.jpa.repository
Subinterfaces of BillingTaxDetailRepository in com.broadleafcommerce.billing.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterfaceJpaBillingTaxDetailRepository<D extends JpaBillingTaxDetail> -
Uses of BillingTaxDetailRepository in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure with parameters of type BillingTaxDetailRepositoryModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.billingTaxDetailService(BillingTaxDetailRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of BillingTaxDetailRepository in com.broadleafcommerce.billing.service.impl
Constructors in com.broadleafcommerce.billing.service.impl with parameters of type BillingTaxDetailRepositoryModifierConstructorDescriptionDefaultBillingTaxDetailService(BillingTaxDetailRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper)