Package | Description |
---|---|
org.kuali.ole.sys.service | |
org.kuali.ole.sys.service.impl |
Modifier and Type | Method and Description |
---|---|
List<TaxDetail> |
TaxService.getSalesTaxDetails(Date dateOfTransaction,
String postalCode,
org.kuali.rice.core.api.util.type.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.core.api.util.type.KualiDecimal amount)
This method returns a list of Tax Detail BO's for Sales Tax
|
Modifier and Type | Method and Description |
---|---|
protected TaxDetail |
TaxServiceImpl.populateTaxDetail(TaxRegion taxRegion,
Date dateOfTransaction,
org.kuali.rice.core.api.util.type.KualiDecimal amount)
This method returns a populated Tax Detail BO based on the Tax Region BO and amount
|
Modifier and Type | Method and Description |
---|---|
List<TaxDetail> |
TaxServiceImpl.getSalesTaxDetails(Date dateOfTransaction,
String postalCode,
org.kuali.rice.core.api.util.type.KualiDecimal amount) |
List<TaxDetail> |
TaxServiceImpl.getUseTaxDetails(Date dateOfTransaction,
String postalCode,
org.kuali.rice.core.api.util.type.KualiDecimal amount) |
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.