Class CountyServiceImpl
java.lang.Object
org.kuali.rice.location.impl.county.CountyServiceImpl
- All Implemented Interfaces:
CountyService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllCountiesInCountryAndState(String countryCode, String stateCode) findCounties(QueryByCriteria queryByCriteria) voidsetDataObjectService(DataObjectService dataObjectService)
-
Constructor Details
-
CountyServiceImpl
public CountyServiceImpl()
-
-
Method Details
-
getCounty
- Specified by:
getCountyin interfaceCountyService
-
findAllCountiesInCountryAndState
- Specified by:
findAllCountiesInCountryAndStatein interfaceCountyService
-
findCounties
public CountyQueryResults findCounties(QueryByCriteria queryByCriteria) throws RiceIllegalArgumentException - Specified by:
findCountiesin interfaceCountyService- Throws:
RiceIllegalArgumentException
-
getDataObjectService
-
setDataObjectService
-