Uses of Class
com.broadleafcommerce.tax.domain.TaxAddress
-
Packages that use TaxAddress Package Description com.broadleafcommerce.tax.domain com.broadleafcommerce.tax.simple -
-
Uses of TaxAddress in com.broadleafcommerce.tax.domain
Methods in com.broadleafcommerce.tax.domain that return TaxAddress Modifier and Type Method Description TaxAddress
TaxCalculationGroup. getFromAddress()
The address that the items will be shipped from.TaxAddress
TaxRequest. getFromAddress()
Deprecated.The address that the items will be shipped from.TaxAddress
TaxCalculationGroup. getToAddress()
The address that the items will be shipped to.TaxAddress
TaxRequest. getToAddress()
Deprecated.The address that the items will be shipped to.Methods in com.broadleafcommerce.tax.domain with parameters of type TaxAddress Modifier and Type Method Description void
TaxCalculationGroup. setFromAddress(TaxAddress fromAddress)
The address that the items will be shipped from.void
TaxRequest. setFromAddress(TaxAddress fromAddress)
Deprecated.The address that the items will be shipped from.void
TaxCalculationGroup. setToAddress(TaxAddress toAddress)
The address that the items will be shipped to.void
TaxRequest. setToAddress(TaxAddress toAddress)
Deprecated.The address that the items will be shipped to. -
Uses of TaxAddress in com.broadleafcommerce.tax.simple
Methods in com.broadleafcommerce.tax.simple with parameters of type TaxAddress Modifier and Type Method Description protected Optional<SimpleTaxRecord>
SimpleTaxProvider. findByCountry(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)
protected Optional<SimpleTaxRecord>
SimpleTaxProvider. findByPostalCode(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)
protected Optional<SimpleTaxRecord>
SimpleTaxProvider. findBySubdivision(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)
protected Optional<SimpleTaxRecord>
SimpleTaxProvider. findBySubdivisionAndCity(List<SimpleTaxRecord> taxTable, TaxAddress toAddress)
protected boolean
SimpleTaxProvider. isSubdivisionMatch(TaxAddress address, SimpleTaxRecord taxRecord)
protected Optional<SimpleTaxRecord>
SimpleTaxProvider. lookupTaxConfig(SimpleTaxConfig simpleTaxConfig, TaxAddress toAddress)
protected Optional<SimpleTaxRecord>
SimpleTaxProvider. lookupTaxConfig(SimpleTaxConfig simpleTaxConfig, TaxAddress toAddress, String lookupKey)
-