|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CountyService
Method Summary | |
---|---|
County |
getByPrimaryId(String postalStateCode,
String countyCode)
get a county object based on the given county code, state code and default country code. |
County |
getByPrimaryId(String postalCountryCode,
String postalStateCode,
String countyCode)
get a county object based on the given county code, state code and country code. |
County |
getByPrimaryIdIfNecessary(String postalStateCode,
String countyCode,
County existingCounty)
get a county object based on the given county code, state code and default country code. |
County |
getByPrimaryIdIfNecessary(String postalCountryCode,
String postalStateCode,
String countyCode,
County existingCounty)
get a county object based on the given county code, state code and default country code. |
Method Detail |
---|
County getByPrimaryId(String postalStateCode, String countyCode)
postalStateCode
- the given state codecountyCode
- the given state code
County getByPrimaryId(String postalCountryCode, String postalStateCode, String countyCode)
postalCountryCode
- the given country codepostalStateCode
- the given state codecountyCode
- the given state code
County getByPrimaryIdIfNecessary(String postalStateCode, String countyCode, County existingCounty)
postalStateCode
- the given state codecountyCode
- the given state codeexistingCounty
- the given existing county
County getByPrimaryIdIfNecessary(String postalCountryCode, String postalStateCode, String countyCode, County existingCounty)
postalCountryCode
- the given country codepostalStateCode
- the given state codecountyCode
- the given state codeexistingCounty
- the given existing county
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |