Class CountyServiceImpl
java.lang.Object
org.kuali.rice.location.impl.county.CountyServiceImpl
- All Implemented Interfaces:
org.kuali.rice.location.api.county.CountyService
public class CountyServiceImpl
extends Object
implements org.kuali.rice.location.api.county.CountyService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.kuali.rice.location.api.county.County> findAllCountiesInCountryAndState(String countryCode, String stateCode) org.kuali.rice.location.api.county.CountyQueryResultsfindCounties(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) org.kuali.rice.location.api.county.Countyorg.kuali.rice.krad.data.DataObjectServicevoidsetDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
-
Constructor Details
-
CountyServiceImpl
public CountyServiceImpl()
-
-
Method Details
-
getCounty
public org.kuali.rice.location.api.county.County getCounty(String countryCode, String stateCode, String code) - Specified by:
getCountyin interfaceorg.kuali.rice.location.api.county.CountyService
-
findAllCountiesInCountryAndState
public List<org.kuali.rice.location.api.county.County> findAllCountiesInCountryAndState(String countryCode, String stateCode) - Specified by:
findAllCountiesInCountryAndStatein interfaceorg.kuali.rice.location.api.county.CountyService
-
findCounties
public org.kuali.rice.location.api.county.CountyQueryResults findCounties(org.kuali.rice.core.api.criteria.QueryByCriteria queryByCriteria) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException - Specified by:
findCountiesin interfaceorg.kuali.rice.location.api.county.CountyService- Throws:
org.kuali.rice.core.api.exception.RiceIllegalArgumentException
-
getDataObjectService
public org.kuali.rice.krad.data.DataObjectService getDataObjectService() -
setDataObjectService
public void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
-