|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use County.Builder | |
|---|---|
| org.kuali.rice.location.api.county | Copyright 2005-2013 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. |
| Uses of County.Builder in org.kuali.rice.location.api.county |
|---|
| Methods in org.kuali.rice.location.api.county that return County.Builder | |
|---|---|
static County.Builder |
County.Builder.create(CountyContract contract)
creates a County Builder from an existing CountyContract. |
static County.Builder |
County.Builder.create(String code,
String name,
String countryCode,
String stateCode)
creates a County Builder with the required fields. |
| Methods in org.kuali.rice.location.api.county that return types with arguments of type County.Builder | |
|---|---|
List<County.Builder> |
CountyQueryResults.Builder.getResults()
|
| Method parameters in org.kuali.rice.location.api.county with type arguments of type County.Builder | |
|---|---|
void |
CountyQueryResults.Builder.setResults(List<County.Builder> results)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||