Uses of Class
org.kuali.rice.location.api.county.County

Packages that use County
org.kuali.rice.location.api.county Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.location.impl.county   
 

Uses of County in org.kuali.rice.location.api.county
 

Methods in org.kuali.rice.location.api.county that return County
 County County.Builder.build()
           
 County CountyService.getCounty(String countryCode, String stateCode, String code)
          Gets a County from a postal country code and postal code value.
 

Methods in org.kuali.rice.location.api.county that return types with arguments of type County
 List<County> CountyService.findAllCountiesInCountryAndState(String countryCode, String stateCode)
          Gets all the County for postal country code & postal state code.
 List<County> CountyQueryResults.getResults()
           
 

Uses of County in org.kuali.rice.location.impl.county
 

Methods in org.kuali.rice.location.impl.county that return County
 County CountyServiceImpl.getCounty(String countryCode, String stateCode, String code)
           
 

Methods in org.kuali.rice.location.impl.county that return types with arguments of type County
 List<County> CountyServiceImpl.findAllCountiesInCountryAndState(String countryCode, String stateCode)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.