public class CountyServiceImpl extends Object implements CountyService
| Constructor and Description |
|---|
CountyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<County> |
findAllCountiesInCountryAndState(String countryCode,
String stateCode) |
CountyQueryResults |
findCounties(QueryByCriteria queryByCriteria) |
County |
getCounty(String countryCode,
String stateCode,
String code) |
DataObjectService |
getDataObjectService() |
void |
setDataObjectService(DataObjectService dataObjectService) |
public CountyServiceImpl()
public County getCounty(String countryCode, String stateCode, String code)
getCounty in interface CountyServicepublic List<County> findAllCountiesInCountryAndState(String countryCode, String stateCode)
findAllCountiesInCountryAndState in interface CountyServicepublic CountyQueryResults findCounties(QueryByCriteria queryByCriteria) throws RiceIllegalArgumentException
findCounties in interface CountyServiceRiceIllegalArgumentExceptionpublic DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.