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

Packages that use TaxDetail
org.kuali.kfs.module.ar.businessobject   
org.kuali.kfs.sys.service   
org.kuali.kfs.sys.service.impl   
 

Uses of TaxDetail in org.kuali.kfs.module.ar.businessobject
 

Constructors in org.kuali.kfs.module.ar.businessobject with parameters of type TaxDetail
SalesTaxCustomerCreditMemoDetail(TaxDetail taxDetail, CustomerCreditMemoDetail customerCreditMemoDetail)
           
SalesTaxCustomerInvoiceDetail(TaxDetail taxDetail, CustomerInvoiceDetail customerInvoiceDetail)
           
 

Uses of TaxDetail in org.kuali.kfs.sys.service
 

Methods in org.kuali.kfs.sys.service that return types with arguments of type TaxDetail
 List<TaxDetail> TaxService.getSalesTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.kns.util.KualiDecimal amount)
          This method returns a list of Tax Detail BO's for Sales Tax
 List<TaxDetail> TaxService.getUseTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.kns.util.KualiDecimal amount)
          This method returns a list of Tax Detail BO's for Sales Tax
 

Uses of TaxDetail in org.kuali.kfs.sys.service.impl
 

Methods in org.kuali.kfs.sys.service.impl that return TaxDetail
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
 

Methods in org.kuali.kfs.sys.service.impl that return types with arguments of type TaxDetail
 List<TaxDetail> TaxServiceImpl.getSalesTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.kns.util.KualiDecimal amount)
           
 List<TaxDetail> TaxServiceImpl.getUseTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.kns.util.KualiDecimal amount)
           
 



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