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, ModuleConfiguration config) TaxProvider.calculateTaxForOrder(Order order, ModuleConfiguration config) Calculates taxes on an entire order.voidSimpleTaxProvider.cancelTax(Order order, ModuleConfiguration config) voidTaxProvider.cancelTax(Order order, ModuleConfiguration config) Some tax providers store tax details from an order on an external system for reporting and tax reconcilliation.SimpleTaxProvider.commitTaxForOrder(Order order, ModuleConfiguration config) TaxProvider.commitTaxForOrder(Order order, ModuleConfiguration config) This method provides the implementation an opportunity to finalize taxes on the order.