|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.service.impl.TaxRegionServiceImpl
@Transactional public class TaxRegionServiceImpl
Constructor Summary | |
---|---|
TaxRegionServiceImpl()
|
Method Summary | |
---|---|
org.kuali.rice.kns.service.BusinessObjectService |
getBusinessObjectService()
|
protected List<TaxRegion> |
getCountyTaxRegions(String countyCode,
String stateCode,
String postalCountryCode,
boolean useTaxOnly)
This method returns a list of tax regions that match county code, state code, and country code |
org.kuali.rice.kns.service.PostalCodeService |
getPostalCodeService()
|
protected List<TaxRegion> |
getPostalCodeTaxRegions(String postalCode,
String postalCountryCode,
boolean useTaxOnly)
This method returns a list of tax regions that match postal code and country code. |
List<TaxRegion> |
getSalesTaxRegions(String postalCode)
This method returns a list of tax regions based on postal code. |
protected List<TaxRegion> |
getStateTaxRegions(String stateCode,
String postalCountryCode,
boolean useTaxOnly)
This method returns a list of tax regions that match state code and country code. |
List<TaxRegion> |
getUseTaxRegions(String postalCode)
This method returns a list of tax regions based on postal code. |
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
|
void |
setPostalCodeService(org.kuali.rice.kns.service.PostalCodeService postalCodeService)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaxRegionServiceImpl()
Method Detail |
---|
public List<TaxRegion> getSalesTaxRegions(String postalCode)
TaxRegionService
getSalesTaxRegions
in interface TaxRegionService
TaxRegionService.getSalesTaxRegions(java.lang.String)
public List<TaxRegion> getUseTaxRegions(String postalCode)
TaxRegionService
getUseTaxRegions
in interface TaxRegionService
TaxRegionService.getUseTaxRegions(java.lang.String)
protected List<TaxRegion> getPostalCodeTaxRegions(String postalCode, String postalCountryCode, boolean useTaxOnly)
postalCode
- postal codepostalCountryCode
- country codeuseTaxOnly
- determines if only (use tax = true) tax regions are returned
protected List<TaxRegion> getStateTaxRegions(String stateCode, String postalCountryCode, boolean useTaxOnly)
stateCode
- state codepostalCountryCode
- country codeuseTaxOnly
- determines if only (use tax = true) tax regions are returned
protected List<TaxRegion> getCountyTaxRegions(String countyCode, String stateCode, String postalCountryCode, boolean useTaxOnly)
countyCode
- county codestateCode
- state codepostalCountryCode
- country codeuseTaxOnly
- determines if only (use tax = true) tax regions are returned
public org.kuali.rice.kns.service.BusinessObjectService getBusinessObjectService()
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
public org.kuali.rice.kns.service.PostalCodeService getPostalCodeService()
public void setPostalCodeService(org.kuali.rice.kns.service.PostalCodeService postalCodeService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |