Uses of Class
com.broadleafcommerce.tax.domain.TaxItem
-
Packages that use TaxItem Package Description com.broadleafcommerce.tax.domain com.broadleafcommerce.tax.simple -
-
Uses of TaxItem in com.broadleafcommerce.tax.domain
Methods in com.broadleafcommerce.tax.domain that return types with arguments of type TaxItem Modifier and Type Method Description List<TaxItem>
TaxCalculationGroup. getTaxItems()
The list of items to be taxed.List<TaxItem>
TaxRequest. getTaxItems()
Deprecated.The list of items to be taxed.Method parameters in com.broadleafcommerce.tax.domain with type arguments of type TaxItem Modifier and Type Method Description void
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 TaxItem Modifier and Type Method Description protected 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.useresolveSimpleTaxConfig
protected TaxInfo
SimpleTaxProvider. getTaxInfo(SimpleTaxRecord chosenConfig, TaxItem item, javax.money.CurrencyUnit currencyUnit)
Deprecated.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.
-