public class TaxServiceMockImpl extends Object implements TaxService
| Modifier and Type | Field and Description |
|---|---|
static String |
TAXABLE_POSTAL_CD |
| Constructor and Description |
|---|
TaxServiceMockImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.core.api.util.type.KualiDecimal |
getPretaxAmount(Date dateOfTransaction,
String postalCode,
org.kuali.rice.core.api.util.type.KualiDecimal amountWithTax) |
List<TaxDetail> |
getSalesTaxDetails(Date dateOfTransaction,
String postalCode,
org.kuali.rice.core.api.util.type.KualiDecimal amount) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getTotalSalesTaxAmount(Date dateOfTransaction,
String postalCode,
org.kuali.rice.core.api.util.type.KualiDecimal amount) |
List<TaxDetail> |
getUseTaxDetails(Date dateOfTransaction,
String postalCode,
org.kuali.rice.core.api.util.type.KualiDecimal amount) |
public static final String TAXABLE_POSTAL_CD
public TaxServiceMockImpl()
public List<TaxDetail> getUseTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amount)
getUseTaxDetails in interface TaxServicepublic org.kuali.rice.core.api.util.type.KualiDecimal getTotalSalesTaxAmount(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amount)
getTotalSalesTaxAmount in interface TaxServicepublic org.kuali.rice.core.api.util.type.KualiDecimal getPretaxAmount(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amountWithTax)
getPretaxAmount in interface TaxServicepublic List<TaxDetail> getSalesTaxDetails(Date dateOfTransaction, String postalCode, org.kuali.rice.core.api.util.type.KualiDecimal amount)
getSalesTaxDetails in interface TaxServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.