org.kuali.kfs.sys.service
Interface TaxRegionService

All Known Implementing Classes:
TaxRegionServiceImpl

public interface TaxRegionService


Method Summary
 List<TaxRegion> getSalesTaxRegions(String postalCode)
          This method returns a list of tax regions based on postal code.
 List<TaxRegion> getUseTaxRegions(String postalCode)
          This method returns a list of tax regions based on postal code.
 

Method Detail

getSalesTaxRegions

List<TaxRegion> getSalesTaxRegions(String postalCode)
This method returns a list of tax regions based on postal code.

Parameters:
postalCode -
Returns:

getUseTaxRegions

List<TaxRegion> getUseTaxRegions(String postalCode)
This method returns a list of tax regions based on postal code. This only includes tax regions where the tax indicator is set to true.

Parameters:
postalCode -
Returns:


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.