|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.location.impl.county.CountyServiceImpl
public class CountyServiceImpl
Constructor Summary | |
---|---|
CountyServiceImpl()
|
Method Summary | |
---|---|
List<County> |
findAllCountiesInCountryAndState(String countryCode,
String stateCode)
Gets all the County for postal country code & postal state code. |
CountyQueryResults |
findCounties(QueryByCriteria queryByCriteria)
This method find Counties based on a query criteria. |
County |
getCounty(String countryCode,
String stateCode,
String code)
Gets a County from a postal country code and postal code value. |
void |
setBusinessObjectService(BusinessObjectService businessObjectService)
|
void |
setCriteriaLookupService(CriteriaLookupService criteriaLookupService)
Sets the criteriaLookupService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CountyServiceImpl()
Method Detail |
---|
public County getCounty(String countryCode, String stateCode, String code)
CountyService
County
from a postal country code and postal code value.
This method will return null if the state does not exist.
This method will return active or inactive counties.
getCounty
in interface CountyService
countryCode
- country code. cannot be blank.stateCode
- postal state code. cannot be blank.code
- county code. cannot be blank
County
or nullpublic List<County> findAllCountiesInCountryAndState(String countryCode, String stateCode)
CountyService
County
for postal country code & postal state code.
This method will always return an immutable Collection even when no values exist.
This method will only return active counties.
findAllCountiesInCountryAndState
in interface CountyService
countryCode
- state code. cannot be blank.stateCode
- postal state code. cannot be blank.
public CountyQueryResults findCounties(QueryByCriteria queryByCriteria) throws RiceIllegalArgumentException
CountyService
findCounties
in interface CountyService
queryByCriteria
- the criteria. Cannot be null.
RiceIllegalArgumentException
public void setBusinessObjectService(BusinessObjectService businessObjectService)
public void setCriteriaLookupService(CriteriaLookupService criteriaLookupService)
criteriaLookupService
- The criteriaLookupService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |