Uses of Interface
com.broadleafcommerce.billing.job.service.BillingEventPricingService
Packages that use BillingEventPricingService
Package
Description
-
Uses of BillingEventPricingService in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return BillingEventPricingServiceModifier and TypeMethodDescriptionBillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> BillingJobAutoConfiguration.billingEventPricingService() -
Uses of BillingEventPricingService in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module declared as BillingEventPricingServiceModifier and TypeFieldDescriptionprotected BillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> BillingProcessingRequestInitializer.billingEventPricingServiceprotected BillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> TaxCalculationProcessorHandler.billingEventPricingService -
Uses of BillingEventPricingService in com.broadleafcommerce.billing.job.service.impl
Classes in com.broadleafcommerce.billing.job.service.impl that implement BillingEventPricingServiceModifier and TypeClassDescriptionclassDefaultBillingEventPricingService<P extends BillingEventDTO,Q extends BillingEvent, R extends BillingEventAdjustment, S extends BillingEventItemWithTaxDetails, T extends BillingEventPaymentWithTransaction> -
Uses of BillingEventPricingService in com.broadleafcommerce.subscription.job.service.impl
Methods in com.broadleafcommerce.subscription.job.service.impl that return BillingEventPricingServiceModifier and TypeMethodDescriptionprotected BillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> DefaultSubscriptionBillingEventGeneratorService.getBillingEventPricingService()Methods in com.broadleafcommerce.subscription.job.service.impl with parameters of type BillingEventPricingServiceModifier and TypeMethodDescriptionvoidDefaultSubscriptionBillingEventGeneratorService.setBillingEventPricingService(BillingEventPricingService<BillingEventDTO, BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> billingEventPricingService)