Uses of Class
com.broadleafcommerce.billing.job.service.dto.TaxCalculationProcessingResultHandlerDTO
Packages that use TaxCalculationProcessingResultHandlerDTO
Package
Description
-
Uses of TaxCalculationProcessingResultHandlerDTO in com.broadleafcommerce.billing.job.service
Methods in com.broadleafcommerce.billing.job.service with parameters of type TaxCalculationProcessingResultHandlerDTOModifier and TypeMethodDescriptionvoidTaxCalculationHandlerService.processSuccessfulTaxResults(List<P> successfulRequests, TaxCalculationProcessingResultHandlerDTO dto) Update fields onsuccessful requestsdepending onBillingJobProperties.isExecuteOnlyTaxCalculation().voidTaxCalculationHandlerService.processTaxFailureResults(List<P> request, TaxCalculationProcessingResultHandlerDTO dto) Deprecated.voidTaxCalculationHandlerService.processTaxGatewayErrorResults(List<P> request, TaxCalculationProcessingResultHandlerDTO dto) Update fields onrequests with errorsdepending on them having more retries.voidTaxCalculationHandlerService.updateEntitiesAndSendMessages(TaxCalculationProcessingResultHandlerDTO dto, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) This method updates Billing Job entities and sends messages for next steps after results are finalized by theresult handler.default voidTaxCalculationHandlerService.updateRecordsAndSendMessageForTaxCalculationHandler(TaxCalculationProcessingResultHandlerDTO dto) -
Uses of TaxCalculationProcessingResultHandlerDTO in com.broadleafcommerce.billing.job.service.dto
Methods in com.broadleafcommerce.billing.job.service.dto that return TaxCalculationProcessingResultHandlerDTOModifier and TypeMethodDescriptionTaxCalculationProcessingResultHandlerDTO.recordFailure(BillingProcessingRequestWithBillingEventDTO billingProcessingRequestWithBillingEventDTO) TaxCalculationProcessingResultHandlerDTO.recordSuccess(BillingProcessingRequestWithBillingEventDTO billingProcessingRequestWithBillingEventDTO) TaxCalculationProcessingResultHandlerDTO.reprocess(BillingProcessingRequestWithBillingEventDTO billingProcessingRequestWithBillingEventDTO) -
Uses of TaxCalculationProcessingResultHandlerDTO in com.broadleafcommerce.billing.job.service.impl
Methods in com.broadleafcommerce.billing.job.service.impl with parameters of type TaxCalculationProcessingResultHandlerDTOModifier and TypeMethodDescriptionvoidDefaultTaxCalculationHandlerService.processSuccessfulTaxResults(List<P> successfulRequests, TaxCalculationProcessingResultHandlerDTO dto) voidDefaultTaxCalculationHandlerService.processTaxFailureResults(List<P> failureRequests, TaxCalculationProcessingResultHandlerDTO dto) Deprecated.voidDefaultTaxCalculationHandlerService.processTaxGatewayErrorResults(List<P> gatewayErrors, TaxCalculationProcessingResultHandlerDTO dto) voidDefaultTaxCalculationHandlerService.updateEntitiesAndSendMessages(TaxCalculationProcessingResultHandlerDTO dto, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
DefaultDelegatingTaxServiceimplementation does not use theTaxProcessingResultEnum.FAILUREresult value.