Uses of Class
com.broadleafcommerce.billing.web.endpoint.domain.CreateBillingEventRequest
Packages that use CreateBillingEventRequest
Package
Description
-
Uses of CreateBillingEventRequest in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module with type parameters of type CreateBillingEventRequest -
Uses of CreateBillingEventRequest in com.broadleafcommerce.billing.job.service.impl
Fields in com.broadleafcommerce.billing.job.service.impl with type parameters of type CreateBillingEventRequestModifier and TypeFieldDescriptionDefaultBillingEventPaymentFinder.billingEventServiceDefaultTaxCalculationHandlerService.billingEventService -
Uses of CreateBillingEventRequest in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type CreateBillingEventRequestModifier and TypeInterfaceDescriptioninterfaceBillingEventService<P extends BillingEvent,Q extends BillingEventDTO, R extends CreateBillingEventRequest> -
Uses of CreateBillingEventRequest in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type CreateBillingEventRequestModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.billingEventService(BillingEventRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of CreateBillingEventRequest in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type CreateBillingEventRequestModifier and TypeClassDescriptionclassDefaultBillingEventService<P extends BillingEvent,Q extends BillingEventDTO, R extends CreateBillingEventRequest> Fields in com.broadleafcommerce.billing.service.impl with type parameters of type CreateBillingEventRequestModifier and TypeFieldDescriptionDefaultBillingEventPaymentService.billingEventServiceDefaultRefundEventDetailService.billingEventServiceDefaultRefundEventService.billingEventService -
Uses of CreateBillingEventRequest in com.broadleafcommerce.billing.web.endpoint
Fields in com.broadleafcommerce.billing.web.endpoint with type parameters of type CreateBillingEventRequestMethods in com.broadleafcommerce.billing.web.endpoint that return types with arguments of type CreateBillingEventRequestModifier and TypeMethodDescriptionBillingEventWithDetailsEndpoint.getBillingEventService()BillingEventWithRefundDetailsEndpoint.getBillingEventService()SubscriptionBillingEventEndpoint.getBillingEventService()Methods in com.broadleafcommerce.billing.web.endpoint with parameters of type CreateBillingEventRequestModifier and TypeMethodDescriptionBillingEventEndpoint.createBillingEvent(@Valid CreateBillingEventRequest newEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.web.endpoint with type arguments of type CreateBillingEventRequestModifier and TypeMethodDescriptionBillingEventEndpoint.bulkCreateBillingEvents(List<CreateBillingEventRequest> requests, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) Constructor parameters in com.broadleafcommerce.billing.web.endpoint with type arguments of type CreateBillingEventRequestModifierConstructorDescriptionBillingEventWithDetailsEndpoint(BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService) BillingEventWithRefundDetailsEndpoint(BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService, RefundEventService<RefundEvent, RefundEventWithDetails> refundEventService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) SubscriptionBillingEventEndpoint(SubscriptionBillingEventService<BillingEvent> subscriptionBillingEventService, BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService) -
Uses of CreateBillingEventRequest in com.broadleafcommerce.subscription.job.service.impl
Methods in com.broadleafcommerce.subscription.job.service.impl that return types with arguments of type CreateBillingEventRequestModifier and TypeMethodDescriptionDefaultSubscriptionBillingEventGeneratorService.getBillingEventService()Method parameters in com.broadleafcommerce.subscription.job.service.impl with type arguments of type CreateBillingEventRequestModifier and TypeMethodDescriptionvoidDefaultSubscriptionBillingEventGeneratorService.setBillingEventService(BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService)