Uses of Class
com.broadleafcommerce.billing.job.domain.GenerateNewRefundRequests
Packages that use GenerateNewRefundRequests
Package
Description
-
Uses of GenerateNewRefundRequests in com.broadleafcommerce.billing.job.autoconfigure
Methods in com.broadleafcommerce.billing.job.autoconfigure that return types with arguments of type GenerateNewRefundRequests -
Uses of GenerateNewRefundRequests in com.broadleafcommerce.billing.job.messaging
Methods in com.broadleafcommerce.billing.job.messaging with parameters of type GenerateNewRefundRequestsModifier and TypeMethodDescriptiondefault voidBillingJobMessageSender.sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests message) Deprecated.voidBillingJobMessageSender.sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Send messageGenerateNewRefundRequeststo request generatorNewRefundBillingRequestGenerator -
Uses of GenerateNewRefundRequests in com.broadleafcommerce.billing.job.messaging.noop
Methods in com.broadleafcommerce.billing.job.messaging.noop with parameters of type GenerateNewRefundRequestsModifier and TypeMethodDescriptionvoidNoOpBillingJobMessageSender.sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of GenerateNewRefundRequests in com.broadleafcommerce.billing.job.messaging.stream
Fields in com.broadleafcommerce.billing.job.messaging.stream with type parameters of type GenerateNewRefundRequestsModifier and TypeFieldDescriptionStreamBillingJobMessageListener.newRefundBillingRequestGeneratorMethods in com.broadleafcommerce.billing.job.messaging.stream with parameters of type GenerateNewRefundRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageSender.sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests message, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Method parameters in com.broadleafcommerce.billing.job.messaging.stream with type arguments of type GenerateNewRefundRequestsModifier and TypeMethodDescriptionvoidStreamBillingJobMessageListener.listenGenerateNewRefundRequests(org.springframework.messaging.Message<GenerateNewRefundRequests> message) -
Uses of GenerateNewRefundRequests in com.broadleafcommerce.billing.job.module
Classes in com.broadleafcommerce.billing.job.module with type parameters of type GenerateNewRefundRequestsModifier and TypeClassDescriptionclassFinds new refund events that are due for processing and generates billing processing requests for them. -
Uses of GenerateNewRefundRequests in com.broadleafcommerce.billing.job.web.endpoint
Methods in com.broadleafcommerce.billing.job.web.endpoint with parameters of type GenerateNewRefundRequestsModifier and TypeMethodDescriptionBillingJobEndpoint.generateNewRefundBillingRequests(@Valid GenerateNewRefundRequests request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
BillingJobMessageSender.sendToNewRefundBillingRequestGenerator(GenerateNewRefundRequests, ContextInfo)instead