|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use County | |
---|---|
org.kuali.rice.shareddata.api.county | |
org.kuali.rice.shareddata.impl.county |
Uses of County in org.kuali.rice.shareddata.api.county |
---|
Methods in org.kuali.rice.shareddata.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.shareddata.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. |
Uses of County in org.kuali.rice.shareddata.impl.county |
---|
Methods in org.kuali.rice.shareddata.impl.county that return County | |
---|---|
County |
CountyServiceImpl.getCounty(String countryCode,
String stateCode,
String code)
|
Methods in org.kuali.rice.shareddata.impl.county that return types with arguments of type County | |
---|---|
List<County> |
CountyServiceImpl.findAllCountiesInCountryAndState(String countryCode,
String stateCode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |