Uses of Class
org.kuali.kfs.sys.businessobject.TaxRegionRate

Packages that use TaxRegionRate
org.kuali.kfs.sys.businessobject   
org.kuali.kfs.sys.document.validation.impl   
 

Uses of TaxRegionRate in org.kuali.kfs.sys.businessobject
 

Methods in org.kuali.kfs.sys.businessobject that return TaxRegionRate
 TaxRegionRate TaxRegion.getEffectiveTaxRegionRate(Date dateOfTransaction)
          This method returns the effective tax region rate based off the date of transaction passed in
 

Methods in org.kuali.kfs.sys.businessobject that return types with arguments of type TaxRegionRate
 List<TaxRegionRate> TaxRegion.getTaxRegionRates()
           
 

Method parameters in org.kuali.kfs.sys.businessobject with type arguments of type TaxRegionRate
 void TaxRegion.setTaxRegionRates(List<TaxRegionRate> taxRegionRates)
           
 

Uses of TaxRegionRate in org.kuali.kfs.sys.document.validation.impl
 

Methods in org.kuali.kfs.sys.document.validation.impl with parameters of type TaxRegionRate
protected  boolean TaxRegionRule.isValidEffectiveDate(TaxRegionRate taxRegionRate)
          This method returns true if the effective date is not a date in the past or today's date.
protected  boolean TaxRegionRule.isValidTaxRate(TaxRegionRate taxRegionRate)
          This method returns true if the tax rate is between 0 and 1.
protected  boolean TaxRegionRule.isValidTaxRegionRate(TaxRegionRate taxRegionRate, TaxRegion taxRegion)
           
 



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