|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaxService
| Method Summary | |
|---|---|
org.kuali.rice.kns.util.KualiDecimal |
getPretaxAmount(Date dateOfTransaction,
String postalCode,
org.kuali.rice.kns.util.KualiDecimal amountWithTax)
This method returns pretaxAmount |
List<TaxDetail> |
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 |
org.kuali.rice.kns.util.KualiDecimal |
getTotalSalesTaxAmount(Date dateOfTransaction,
String postalCode,
org.kuali.rice.kns.util.KualiDecimal amount)
This method returns the total sales tax amount |
List<TaxDetail> |
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 |
| Method Detail |
|---|
List<TaxDetail> getSalesTaxDetails(Date dateOfTransaction,
String postalCode,
org.kuali.rice.kns.util.KualiDecimal amount)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxed
List<TaxDetail> getUseTaxDetails(Date dateOfTransaction,
String postalCode,
org.kuali.rice.kns.util.KualiDecimal amount)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxed
org.kuali.rice.kns.util.KualiDecimal getTotalSalesTaxAmount(Date dateOfTransaction,
String postalCode,
org.kuali.rice.kns.util.KualiDecimal amount)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxed
org.kuali.rice.kns.util.KualiDecimal getPretaxAmount(Date dateOfTransaction,
String postalCode,
org.kuali.rice.kns.util.KualiDecimal amountWithTax)
dateOfTransaction - date to include tax rates frompostalCode - postal code to get tax ratesamount - amount to be taxed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||