Uses of Class
com.broadleafcommerce.tax.domain.TaxItem
Packages that use TaxItem
-
Uses of TaxItem in com.broadleafcommerce.tax.domain
Methods in com.broadleafcommerce.tax.domain that return types with arguments of type TaxItemModifier and TypeMethodDescriptionTaxCalculationGroup.getTaxItems()
The list of items to be taxed.TaxRequest.getTaxItems()
Deprecated.The list of items to be taxed.Method parameters in com.broadleafcommerce.tax.domain with type arguments of type TaxItemModifier and TypeMethodDescriptionvoid
TaxCalculationGroup.setTaxItems
(List<TaxItem> taxItems) The list of items to be taxed.void
TaxRequest.setTaxItems
(List<TaxItem> taxItems) Deprecated.The list of items to be taxed. -
Uses of TaxItem in com.broadleafcommerce.tax.simple
Methods in com.broadleafcommerce.tax.simple with parameters of type TaxItemModifier and TypeMethodDescriptionprotected void
SimpleTaxProvider.addTaxDetail
(SimpleTaxRecord chosenConfig, TaxItem item, TaxInfo taxInfo, BigDecimal rate, boolean taxExempt) protected BigDecimal
SimpleTaxProvider.determineRate
(TaxItem item, SimpleTaxRecord chosenConfig) Deprecated.protected BigDecimal
SimpleTaxProvider.determineRate
(TaxItem item, SimpleTaxRecord chosenConfig, boolean taxExempt) protected SimpleTaxRecord
SimpleTaxProvider.getTaxConfig
(T1 taxRequest, TaxItem item) Deprecated.protected TaxInfo
SimpleTaxProvider.getTaxInfo
(SimpleTaxRecord chosenConfig, TaxItem item, boolean taxExempt, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected TaxInfo
SimpleTaxProvider.getTaxInfo
(SimpleTaxRecord chosenConfig, TaxItem item, javax.money.CurrencyUnit currencyUnit) Deprecated.UseSimpleTaxProvider.getTaxInfo(TaxCalculationRequest, SimpleTaxRecord, TaxItem, CurrencyUnit, ContextInfo)
to consider tax-exemption for items.protected TaxInfo
SimpleTaxProvider.getTaxInfo
(BigDecimal rate, TaxItem item, javax.money.CurrencyUnit currencyUnit) Deprecated.since 1.7.protected <R extends TaxCalculationRequest>
TaxInfoSimpleTaxProvider.getTaxInfo
(R request, SimpleTaxRecord chosenConfig, TaxItem item, javax.money.CurrencyUnit currencyUnit, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected SimpleTaxRecord
SimpleTaxProvider.getTaxRecord
(TaxCalculationGroup group, TaxItem item, SimpleTaxConfig config) protected SimpleTaxRecord
SimpleTaxProvider.getTaxRecord
(T1 taxRequest, TaxItem item, SimpleTaxConfig config) Deprecated.
resolveSimpleTaxConfig