Uses of Class
com.broadleafcommerce.billing.job.domain.UpdateBillingEventPayments
Packages that use UpdateBillingEventPayments
Package
Description
-
Uses of UpdateBillingEventPayments in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type UpdateBillingEventPayments -
Uses of UpdateBillingEventPayments in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type UpdateBillingEventPaymentsModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToEventPaymentUpdater(UpdateBillingEventPayments message) Deprecated.voidBillingJobMessageSender.sendToEventPaymentUpdater(UpdateBillingEventPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageUpdateBillingEventPaymentsto event payment updaterEventPaymentUpdater -
Uses of UpdateBillingEventPayments in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type UpdateBillingEventPaymentsModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToEventPaymentUpdater(UpdateBillingEventPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of UpdateBillingEventPayments in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type UpdateBillingEventPaymentsModifier and TypeFieldDescriptionprotected EventPaymentUpdater<UpdateBillingEventPayments>StreamBillingJobMessageListener.eventPaymentUpdaterMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type UpdateBillingEventPaymentsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToEventPaymentUpdater(UpdateBillingEventPayments message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type UpdateBillingEventPaymentsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenUpdateBillingEventPayments(org.springframework.messaging.Message<UpdateBillingEventPayments> message) -
Uses of UpdateBillingEventPayments in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type UpdateBillingEventPaymentsModifier and TypeClassDescriptionclassEventPaymentUpdater<P extends UpdateBillingEventPayments>Updates the billing event payment with the result of the payment processing. -
Uses of UpdateBillingEventPayments in com.broadleafcommerce.billing.job.web.endpoint
Methods in com.broadleafcommerce.billing.job.web.endpoint with parameters of type UpdateBillingEventPaymentsModifier and TypeMethodDescriptionBillingJobEndpoint.updateBillingEventPayments(UpdateBillingEventPayments request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
BillingJobMessageSender.sendToEventPaymentUpdater(UpdateBillingEventPayments, ContextInfo)instead