Uses of Class
com.broadleafcommerce.billing.domain.BillingEventDTO
Packages that use BillingEventDTO
Package
Description
-
Uses of BillingEventDTO in com.broadleafcommerce.billing.domain
Methods in com.broadleafcommerce.billing.domain that return BillingEventDTOMethods in com.broadleafcommerce.billing.domain with parameters of type BillingEventDTOModifier and TypeMethodDescriptionvoidBillingEventDTOWithRefunds.setBillingEventDTO(BillingEventDTO billingEventDTO) Constructors in com.broadleafcommerce.billing.domain with parameters of type BillingEventDTOModifierConstructorDescriptionBillingEventDTOWithRefunds(BillingEventDTO billingEventDTO, List<RefundEventWithDetails> refundEventsWithDetails) -
Uses of BillingEventDTO in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type BillingEventDTOModifier and TypeMethodDescriptionBillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> BillingJobAutoConfiguration.billingEventPricingService() -
Uses of BillingEventDTO in com.broadleafcommerce.billing.job.domain
Methods in com.broadleafcommerce.billing.job.domain that return BillingEventDTOModifier and TypeMethodDescriptionBillingProcessingRequestWithBillingEventDTO.getBillingEventDTO()BillingProcessingRequestWithFullDetails.getBillingEventDTO()Methods in com.broadleafcommerce.billing.job.domain with parameters of type BillingEventDTOModifier and TypeMethodDescriptionvoidBillingProcessingRequestWithBillingEventDTO.setBillingEventDTO(BillingEventDTO billingEventDTO) voidBillingProcessingRequestWithFullDetails.setBillingEventDTO(BillingEventDTO billingEventDTO) Constructors in com.broadleafcommerce.billing.job.domain with parameters of type BillingEventDTOModifierConstructorDescriptionBillingProcessingRequestWithBillingEventDTO(BillingProcessingRequest billingProcessingRequest, BillingEventDTO billingEventDTO) BillingProcessingRequestWithFullDetails(BillingProcessingRequest processingRequest, BillingEventPaymentWithEvent payment, RefundDetailsWithRefundAndBillingEvent refund, PaymentTransactionDetail paymentTransactionToRefund, BillingEventDTO billingEventDTO) -
Uses of BillingEventDTO in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module with type parameters of type BillingEventDTOModifier and TypeFieldDescriptionprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> BillingProcessingRequestInitializer.billingEventPaymentServiceprotected BillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> BillingProcessingRequestInitializer.billingEventPricingServiceprotected BillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> TaxCalculationProcessorHandler.billingEventPricingServiceBillingProcessingRequestInitializer.billingEventServiceMethods in com.broadleafcommerce.billing.job.module with parameters of type BillingEventDTOModifier and TypeMethodDescriptionprotected booleanBillingProcessingRequestInitializer.isBillingAddressPresent(BillingEventDTO billingEventDTO) protected voidTaxCalculationProcessorHandler.logPostTaxProcessingData(BillingEventDTO billingEventDTO) protected voidTaxCalculationProcessorHandler.logPreTaxProcessingData(BillingEventDTO billingEventDTO) -
Uses of BillingEventDTO in com.broadleafcommerce.billing.job.service
Classes in com.broadleafcommerce.billing.job.service with type parameters of type BillingEventDTOModifier and TypeInterfaceDescriptioninterfaceBillingEventPricingService<P extends BillingEventDTO,Q extends BillingEvent, R extends BillingEventAdjustment, S extends BillingEventItemWithTaxDetails, T extends BillingEventPaymentWithTransaction> -
Uses of BillingEventDTO in com.broadleafcommerce.billing.job.service.impl
Classes in com.broadleafcommerce.billing.job.service.impl with type parameters of type BillingEventDTOModifier and TypeClassDescriptionclassDefaultBillingEventPricingService<P extends BillingEventDTO,Q extends BillingEvent, R extends BillingEventAdjustment, S extends BillingEventItemWithTaxDetails, T extends BillingEventPaymentWithTransaction> Fields in com.broadleafcommerce.billing.job.service.impl with type parameters of type BillingEventDTOModifier and TypeFieldDescriptionprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> DefaultBillingProcessRequestService.billingEventPaymentServiceprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> DefaultTaxCalculationHandlerService.billingEventPaymentServiceDefaultBillingEventPaymentFinder.billingEventServiceDefaultTaxCalculationHandlerService.billingEventServiceprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> DefaultBillingProcessingRequestGenerator.paymentServiceprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> DefaultPaymentAndRefundUpdaterService.paymentServiceprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> DefaultBillingEventPaymentFinder.service -
Uses of BillingEventDTO in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type BillingEventDTOModifier and TypeInterfaceDescriptioninterfaceBillingEventPaymentService<P extends BillingEventPayment,Q extends BillingEventPaymentWithEvent, R extends BillingEventDTO, S extends BillingEventPaymentWithTransaction> interfaceBillingEventService<P extends BillingEvent,Q extends BillingEventDTO, R extends CreateBillingEventRequest> -
Uses of BillingEventDTO in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type BillingEventDTOModifier and TypeMethodDescriptionBillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> BillingServiceAutoConfiguration.billingEventPaymentService(BillingEventPaymentRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) BillingServiceAutoConfiguration.billingEventService(BillingEventRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of BillingEventDTO in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type BillingEventDTOModifier and TypeClassDescriptionclassDefaultBillingEventPaymentService<P extends BillingEventPayment,Q extends BillingEventPaymentWithEvent, R extends BillingEventDTO, S extends BillingEventPaymentWithTransaction, T extends PaymentTransactionDetail> classDefaultBillingEventService<P extends BillingEvent,Q extends BillingEventDTO, R extends CreateBillingEventRequest> Fields in com.broadleafcommerce.billing.service.impl with type parameters of type BillingEventDTOModifier and TypeFieldDescriptionprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> DefaultBillingEventService.billingEventPaymentServiceDefaultBillingEventPaymentService.billingEventServiceDefaultRefundEventDetailService.billingEventServiceDefaultRefundEventService.billingEventService -
Uses of BillingEventDTO in com.broadleafcommerce.billing.web.endpoint
Fields in com.broadleafcommerce.billing.web.endpoint with type parameters of type BillingEventDTOModifier and TypeFieldDescriptionprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> BillingEventEndpoint.billingEventPaymentServiceBillingEventEndpoint.billingEventServiceMethods in com.broadleafcommerce.billing.web.endpoint that return BillingEventDTOModifier and TypeMethodDescriptionBillingEventWithDetailsEndpoint.readBillingEventDTOByEventId(String eventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BillingEventEndpoint.readNewBillingEventByEventId(String eventId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.Methods in com.broadleafcommerce.billing.web.endpoint that return types with arguments of type BillingEventDTOModifier and TypeMethodDescriptionprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> BillingEventPaymentEndpoint.getBillingEventPaymentService()BillingEventWithDetailsEndpoint.getBillingEventService()BillingEventWithRefundDetailsEndpoint.getBillingEventService()SubscriptionBillingEventEndpoint.getBillingEventService()BillingEventWithDetailsEndpoint.readAllBillingEventDTOsBySubscriptionId(String subscriptionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BillingEventWithDetailsEndpoint.readAllBillingEventDTOsByUserId(String userId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) BillingEventEndpoint.readAllNewBillingEventsBySubscriptionId(String subscriptionId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.BillingEventEndpoint.readAllNewBillingEventsByUserId(String userId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.org.springframework.data.domain.Page<BillingEventDTO>SubscriptionBillingEventEndpoint.readBillingEventsForSubscriptionRefAndPeriodGreaterThanEqualWithDetails(String subscriptionId, Integer requestedPeriod, org.springframework.data.domain.Pageable page, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.web.endpoint with type arguments of type BillingEventDTOModifier and TypeMethodDescriptionBillingEventEndpoint.getBillingEventIds(Collection<BillingEventDTO> billingEvents) BillingEventWithRefundDetailsEndpoint.getBillingEventIds(Collection<BillingEventDTO> billingEvents) protected List<BillingEventDTOWithRefunds>BillingEventEndpoint.getBulkBillingEventWithRefunds(Collection<BillingEventDTO> billingEvents, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected List<BillingEventDTOWithRefunds>BillingEventWithRefundDetailsEndpoint.getBulkBillingEventWithRefunds(Collection<BillingEventDTO> billingEvents, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected List<BillingEventDTOWithRefunds>BillingEventEndpoint.mapBillingEventsToRefunds(Collection<BillingEventDTO> billingEvents, Map<String, List<RefundEventWithDetails>> refunds) protected List<BillingEventDTOWithRefunds>BillingEventWithRefundDetailsEndpoint.mapBillingEventsToRefunds(Collection<BillingEventDTO> billingEvents, Map<String, List<RefundEventWithDetails>> refunds) Constructor parameters in com.broadleafcommerce.billing.web.endpoint with type arguments of type BillingEventDTOModifierConstructorDescriptionBillingEventPaymentEndpoint(BillingEventPaymentService<BillingEventPayment, BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> billingEventPaymentService) BillingEventWithDetailsEndpoint(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 BillingEventDTO in com.broadleafcommerce.subscription.job.service.impl
Methods in com.broadleafcommerce.subscription.job.service.impl that return BillingEventDTOModifier and TypeMethodDescriptionprotected BillingEventDTODefaultSubscriptionBillingEventGeneratorService.constructBillingEventDTO(@NonNull SubscriptionWithItemsAndAdjustments subscriptionWithItemsAndAdjustments, @NonNull SubscriptionPeriod subscriptionPeriod, SubscriptionNextPeriodBillingEventGenerationRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Methods in com.broadleafcommerce.subscription.job.service.impl that return types with arguments of type BillingEventDTOModifier and TypeMethodDescriptionprotected BillingEventPricingService<BillingEventDTO,BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> DefaultSubscriptionBillingEventGeneratorService.getBillingEventPricingService()DefaultSubscriptionBillingEventGeneratorService.getBillingEventService()Methods in com.broadleafcommerce.subscription.job.service.impl with parameters of type BillingEventDTOModifier and TypeMethodDescriptionprotected booleanDefaultSubscriptionBillingEventGeneratorService.isZeroDollarBillingEventPayment(Subscription subscription, BillingEventDTO billingEventDTO) Returns true if thepayment totalis equal to zeroMethod parameters in com.broadleafcommerce.subscription.job.service.impl with type arguments of type BillingEventDTOModifier and TypeMethodDescriptionvoidDefaultSubscriptionBillingEventGeneratorService.setBillingEventPricingService(BillingEventPricingService<BillingEventDTO, BillingEvent, BillingEventAdjustment, BillingEventItemWithTaxDetails, BillingEventPaymentWithTransaction> billingEventPricingService) voidDefaultSubscriptionBillingEventGeneratorService.setBillingEventService(BillingEventService<BillingEvent, BillingEventDTO, CreateBillingEventRequest> billingEventService) -
Uses of BillingEventDTO in com.broadleafcommerce.subscription.service.impl
Fields in com.broadleafcommerce.subscription.service.impl with type parameters of type BillingEventDTOModifier and TypeFieldDescriptionprotected BillingEventPaymentService<BillingEventPayment,BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> DefaultSubscriptionService.billingEventPaymentServiceMethod parameters in com.broadleafcommerce.subscription.service.impl with type arguments of type BillingEventDTOModifier and TypeMethodDescriptionvoidDefaultSubscriptionService.setBillingEventPaymentService(BillingEventPaymentService<BillingEventPayment, BillingEventPaymentWithEvent, BillingEventDTO, BillingEventPaymentWithTransaction> billingEventPaymentService)
BillingEventWithDetailsEndpoint.readBillingEventDTOByEventId(String, ContextInfo)