Uses of Interface
com.broadleafcommerce.orderoperation.service.messaging.tax.TaxRequestService
Packages that use TaxRequestService
-
Uses of TaxRequestService in com.broadleafcommerce.orderoperation.service.messaging.tax
Classes in com.broadleafcommerce.orderoperation.service.messaging.tax that implement TaxRequestServiceModifier and TypeClassDescriptionclass
Service class to create tax requests to be sent to theTaxDelegate
Constructors in com.broadleafcommerce.orderoperation.service.messaging.tax with parameters of type TaxRequestServiceModifierConstructorDescriptionFulfillmentCancelledTaxHandler
(FulfillmentProvider<com.broadleafcommerce.order.client.domain.OrderFulfillment> fulfillmentProvider, OrderProvider<com.broadleafcommerce.order.client.domain.Order> orderProvider, com.broadleafcommerce.tax.delegate.TaxDelegate<com.broadleafcommerce.tax.domain.TaxRequest, com.broadleafcommerce.tax.domain.TaxResponse> taxDelegate, TaxRequestService taxRequestService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService) FulfillmentRefundTaxHandler
(com.broadleafcommerce.tax.delegate.TaxDelegate<com.broadleafcommerce.tax.domain.TaxRequest, com.broadleafcommerce.tax.domain.TaxResponse> taxDelegate, TaxRequestService taxRequestService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService) OrderCreatedTaxHandler
(OrderProvider<com.broadleafcommerce.order.client.domain.Order> orderProvider, com.broadleafcommerce.tax.delegate.TaxDelegate<com.broadleafcommerce.tax.domain.TaxRequest, com.broadleafcommerce.tax.domain.TaxResponse> taxDelegate, TaxRequestService taxRequestService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService)