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(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) |
County |
getCounty(String countryCode,
String stateCode,
String code) |
void |
setBusinessObjectService(BusinessObjectService businessObjectService) |
void |
setCriteriaLookupService(org.kuali.rice.core.api.criteria.CriteriaLookupService criteriaLookupService)
Sets the criteriaLookupService attribute value.
|
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(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
findCounties in interface CountyServiceorg.kuali.rice.core.api.exception.RiceIllegalArgumentExceptionpublic void setBusinessObjectService(BusinessObjectService businessObjectService)
public void setCriteriaLookupService(org.kuali.rice.core.api.criteria.CriteriaLookupService criteriaLookupService)
criteriaLookupService - The criteriaLookupService to set.Copyright © 2005–2016 The Kuali Foundation. All rights reserved.