Uses of Class
com.broadleafcommerce.billing.domain.RefundDetailsWithRefundAndBillingEvent
Packages that use RefundDetailsWithRefundAndBillingEvent
Package
Description
-
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type RefundDetailsWithRefundAndBillingEvent -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.job.domain
Methods in com.broadleafcommerce.billing.job.domain that return RefundDetailsWithRefundAndBillingEventMethods in com.broadleafcommerce.billing.job.domain with parameters of type RefundDetailsWithRefundAndBillingEventModifier and TypeMethodDescriptionvoidBillingProcessingRequestWithFullDetails.setRefund(RefundDetailsWithRefundAndBillingEvent refund) Constructors in com.broadleafcommerce.billing.job.domain with parameters of type RefundDetailsWithRefundAndBillingEventModifierConstructorDescriptionBillingProcessingRequestWithFullDetails(BillingProcessingRequest processingRequest, BillingEventPaymentWithEvent payment, RefundDetailsWithRefundAndBillingEvent refund, PaymentTransactionDetail paymentTransactionToRefund, BillingEventDTO billingEventDTO) -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.job.module
Fields in com.broadleafcommerce.billing.job.module with type parameters of type RefundDetailsWithRefundAndBillingEventModifier and TypeFieldDescriptionRefundRetryBillingRequestGenerator.refundEventDetailFinderBillingProcessingRequestInitializer.refundEventDetailService -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.job.service
Classes in com.broadleafcommerce.billing.job.service with type parameters of type RefundDetailsWithRefundAndBillingEventModifier and TypeInterfaceDescriptioninterfaceMethod parameters in com.broadleafcommerce.billing.job.service with type arguments of type RefundDetailsWithRefundAndBillingEventModifier and TypeMethodDescriptiondefault voidBillingProcessingRequestGenerator.saveRecordsAndMessageForRefundGenerator(String billingJobId, List<RefundDetailsWithRefundAndBillingEvent> records, List<P> processingRequests) Deprecated.voidBillingProcessingRequestGenerator.saveRecordsAndSendMessageToRefundGenerator(String billingJobId, List<RefundDetailsWithRefundAndBillingEvent> records, List<P> processingRequests, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.job.service.impl
Classes in com.broadleafcommerce.billing.job.service.impl with type parameters of type RefundDetailsWithRefundAndBillingEventModifier and TypeClassDescriptionclassFields in com.broadleafcommerce.billing.job.service.impl with type parameters of type RefundDetailsWithRefundAndBillingEventModifier and TypeFieldDescriptionDefaultBillingProcessingRequestGenerator.refundEventDetailServiceDefaultBillingProcessRequestService.refundEventDetailServiceDefaultPaymentAndRefundUpdaterService.refundEventDetailServiceMethod parameters in com.broadleafcommerce.billing.job.service.impl with type arguments of type RefundDetailsWithRefundAndBillingEventModifier and TypeMethodDescriptionvoidDefaultBillingProcessingRequestGenerator.saveRecordsAndSendMessageToRefundGenerator(String billingJobId, List<RefundDetailsWithRefundAndBillingEvent> records, List<P> processingRequests, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.service
Classes in com.broadleafcommerce.billing.service with type parameters of type RefundDetailsWithRefundAndBillingEventModifier and TypeInterfaceDescriptioninterfaceRefundEventDetailService<P extends RefundEventDetail,Q extends RefundDetailsWithRefundAndBillingEvent> -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.service.autoconfigure
Methods in com.broadleafcommerce.billing.service.autoconfigure that return types with arguments of type RefundDetailsWithRefundAndBillingEventModifier and TypeMethodDescriptionBillingServiceAutoConfiguration.refundEventDetailService(RefundEventDetailRepository<com.broadleafcommerce.data.tracking.core.Trackable> repo, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper) -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.service.impl
Classes in com.broadleafcommerce.billing.service.impl with type parameters of type RefundDetailsWithRefundAndBillingEventModifier and TypeClassDescriptionclassDefaultRefundEventDetailService<P extends RefundEventDetail,Q extends RefundDetailsWithRefundAndBillingEvent> Fields in com.broadleafcommerce.billing.service.impl with type parameters of type RefundDetailsWithRefundAndBillingEvent -
Uses of RefundDetailsWithRefundAndBillingEvent in com.broadleafcommerce.billing.web.endpoint
Fields in com.broadleafcommerce.billing.web.endpoint with type parameters of type RefundDetailsWithRefundAndBillingEvent
BillingProcessingRequestGenerator.saveRecordsAndSendMessageToRefundGenerator(String, List, List, ContextInfo)instead.