Uses of Class
org.broadleafcommerce.core.pricing.service.exception.TaxException
Packages that use TaxException
Package
Description
-
Uses of TaxException in org.broadleafcommerce.core.pricing.service
Methods in org.broadleafcommerce.core.pricing.service that throw TaxExceptionModifier and TypeMethodDescriptionTaxService.calculateTaxForOrder(Order order) Calculates tax for the order.TaxServiceImpl.calculateTaxForOrder(Order order) voidSome tax providers store tax details from an order on an external system for reporting and tax reconcilliation.voidTaxService.commitTaxForOrder(Order order) Commits tax for the order.TaxServiceImpl.commitTaxForOrder(Order order) -
Uses of TaxException in org.broadleafcommerce.core.pricing.service.tax.provider
Methods in org.broadleafcommerce.core.pricing.service.tax.provider that throw TaxExceptionModifier and TypeMethodDescriptionSimpleTaxProvider.calculateTaxForOrder(Order order, org.broadleafcommerce.common.config.domain.ModuleConfiguration config) TaxProvider.calculateTaxForOrder(Order order, org.broadleafcommerce.common.config.domain.ModuleConfiguration config) Calculates taxes on an entire order.voidSimpleTaxProvider.cancelTax(Order order, org.broadleafcommerce.common.config.domain.ModuleConfiguration config) voidTaxProvider.cancelTax(Order order, org.broadleafcommerce.common.config.domain.ModuleConfiguration config) Some tax providers store tax details from an order on an external system for reporting and tax reconcilliation.SimpleTaxProvider.commitTaxForOrder(Order order, org.broadleafcommerce.common.config.domain.ModuleConfiguration config) TaxProvider.commitTaxForOrder(Order order, org.broadleafcommerce.common.config.domain.ModuleConfiguration config) This method provides the implementation an opportunity to finalize taxes on the order.