Uses of Class
com.broadleafcommerce.billing.job.domain.ProcessBillingEventPaymentResults
Packages that use ProcessBillingEventPaymentResults
Package
Description
-
Uses of ProcessBillingEventPaymentResults in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type ProcessBillingEventPaymentResults -
Uses of ProcessBillingEventPaymentResults in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type ProcessBillingEventPaymentResultsModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults message) Deprecated.voidBillingJobMessageSender.sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageBillingEventPaymentProcessedEventto billing processing result handler. -
Uses of ProcessBillingEventPaymentResults in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type ProcessBillingEventPaymentResultsModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of ProcessBillingEventPaymentResults in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type ProcessBillingEventPaymentResultsMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type ProcessBillingEventPaymentResultsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type ProcessBillingEventPaymentResultsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenProcessBillingEventPaymentResults(org.springframework.messaging.Message<ProcessBillingEventPaymentResults> message) -
Uses of ProcessBillingEventPaymentResults in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type ProcessBillingEventPaymentResultsModifier and TypeClassDescriptionclassMethods in com.broadleafcommerce.billing.job.module that return ProcessBillingEventPaymentResultsModifier and TypeMethodDescriptionprotected ProcessBillingEventPaymentResultsEventPaymentUpdater.preparePaymentProcessedMessage(@NonNull String billingJobId, @NonNull List<BillingProcessingRequestWithPayment> requestsWithPayments) -
Uses of ProcessBillingEventPaymentResults in com.broadleafcommerce.billing.job.service
Methods in com.broadleafcommerce.billing.job.service with parameters of type ProcessBillingEventPaymentResultsModifier and TypeMethodDescriptiondefault voidPaymentAndRefundUpdaterService.savePaymentsAndSendMessages(List<P> requestsAndPayments, ProcessBillingEventPaymentResults billingProcessResponseEvent) voidPaymentAndRefundUpdaterService.savePaymentsAndSendMessages(List<P> requestsAndPayments, ProcessBillingEventPaymentResults billingProcessResponseEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of ProcessBillingEventPaymentResults in com.broadleafcommerce.billing.job.service.impl
Methods in com.broadleafcommerce.billing.job.service.impl with parameters of type ProcessBillingEventPaymentResultsModifier and TypeMethodDescriptionvoidDefaultPaymentAndRefundUpdaterService.savePaymentsAndSendMessages(List<P> requestsAndPayments, ProcessBillingEventPaymentResults billingProcessResponseEvent, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
BillingJobMessageSender.sendToBillingProcessingResultHandler(ProcessBillingEventPaymentResults, ContextInfo)instead