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 voidTaxCalculationGroup. setTaxItems(List<TaxItem> taxItems)The list of items to be taxed.voidTaxRequest. 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 voidSimpleTaxProvider. addTaxDetail(SimpleTaxRecord chosenConfig, TaxItem item, TaxInfo taxInfo, BigDecimal rate, boolean taxExempt)protected BigDecimalSimpleTaxProvider. determineRate(TaxItem item, SimpleTaxRecord chosenConfig)Deprecated.protected BigDecimalSimpleTaxProvider. determineRate(TaxItem item, SimpleTaxRecord chosenConfig, boolean taxExempt)protected SimpleTaxRecordSimpleTaxProvider. getTaxConfig(T1 taxRequest, TaxItem item)Deprecated.useresolveSimpleTaxConfigprotected TaxInfoSimpleTaxProvider. getTaxInfo(SimpleTaxRecord chosenConfig, TaxItem item, javax.money.CurrencyUnit currencyUnit)Deprecated.protected TaxInfoSimpleTaxProvider. 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 SimpleTaxRecordSimpleTaxProvider. getTaxRecord(TaxCalculationGroup group, TaxItem item, SimpleTaxConfig config)protected SimpleTaxRecordSimpleTaxProvider. getTaxRecord(T1 taxRequest, TaxItem item, SimpleTaxConfig config)Deprecated.
-