|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaxRegion | |
---|---|
org.kuali.kfs.sys.businessobject | |
org.kuali.kfs.sys.document.validation.impl | |
org.kuali.kfs.sys.service | |
org.kuali.kfs.sys.service.impl |
Uses of TaxRegion in org.kuali.kfs.sys.businessobject |
---|
Methods in org.kuali.kfs.sys.businessobject that return TaxRegion | |
---|---|
TaxRegion |
TaxRegionCounty.getTaxRegion()
|
TaxRegion |
TaxRegionState.getTaxRegion()
|
TaxRegion |
TaxRegionPostalCode.getTaxRegion()
|
Methods in org.kuali.kfs.sys.businessobject with parameters of type TaxRegion | |
---|---|
void |
TaxRegionCounty.setTaxRegion(TaxRegion taxRegion)
|
void |
TaxRegionState.setTaxRegion(TaxRegion taxRegion)
|
void |
TaxRegionPostalCode.setTaxRegion(TaxRegion taxRegion)
|
Uses of TaxRegion in org.kuali.kfs.sys.document.validation.impl |
---|
Methods in org.kuali.kfs.sys.document.validation.impl with parameters of type TaxRegion | |
---|---|
protected boolean |
TaxRegionRule.isValidTaxRegionRate(TaxRegionRate taxRegionRate,
TaxRegion taxRegion)
|
Uses of TaxRegion in org.kuali.kfs.sys.service |
---|
Methods in org.kuali.kfs.sys.service that return types with arguments of type TaxRegion | |
---|---|
List<TaxRegion> |
TaxRegionService.getSalesTaxRegions(String postalCode)
This method returns a list of tax regions based on postal code. |
List<TaxRegion> |
TaxRegionService.getUseTaxRegions(String postalCode)
This method returns a list of tax regions based on postal code. |
Uses of TaxRegion in org.kuali.kfs.sys.service.impl |
---|
Methods in org.kuali.kfs.sys.service.impl that return types with arguments of type TaxRegion | |
---|---|
protected List<TaxRegion> |
TaxRegionServiceImpl.getCountyTaxRegions(String countyCode,
String stateCode,
String postalCountryCode,
boolean useTaxOnly)
This method returns a list of tax regions that match county code, state code, and country code |
protected List<TaxRegion> |
TaxRegionServiceImpl.getPostalCodeTaxRegions(String postalCode,
String postalCountryCode,
boolean useTaxOnly)
This method returns a list of tax regions that match postal code and country code. |
List<TaxRegion> |
TaxRegionServiceImpl.getSalesTaxRegions(String postalCode)
|
protected List<TaxRegion> |
TaxRegionServiceImpl.getStateTaxRegions(String stateCode,
String postalCountryCode,
boolean useTaxOnly)
This method returns a list of tax regions that match state code and country code. |
List<TaxRegion> |
TaxRegionServiceImpl.getUseTaxRegions(String postalCode)
|
Methods in org.kuali.kfs.sys.service.impl with parameters of type TaxRegion | |
---|---|
protected TaxDetail |
TaxServiceImpl.populateTaxDetail(TaxRegion taxRegion,
Date dateOfTransaction,
org.kuali.rice.kns.util.KualiDecimal amount)
This method returns a populated Tax Detail BO based on the Tax Region BO and amount |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |