|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostalCodeService
Method Summary | |
---|---|
PostalCode |
getByPostalCodeInDefaultCountry(String postalCode)
get the postal code object based on the given postal code and default country code. |
PostalCode |
getByPostalCodeInDefaultCountryIfNecessary(String postalCode,
PostalCode existingPostalCode)
get the postal code obpostalt based on the given postal code and default country code. |
PostalCode |
getByPrimaryId(String postalCountryCode,
String postalCode)
get the postal zip code object based on the given postal code and country code |
PostalCode |
getByPrimaryIdIfNecessary(String postalCountryCode,
String postalCode,
PostalCode existingPostalCode)
get the postal code object based on the given postal code and country code. |
Method Detail |
---|
PostalCode getByPostalCodeInDefaultCountry(String postalCode)
postalCode
- the given postal code
PostalCode getByPrimaryId(String postalCountryCode, String postalCode)
postalCountryCode
- the given country codepostalCode
- the given postal code
PostalCode getByPostalCodeInDefaultCountryIfNecessary(String postalCode, PostalCode existingPostalCode)
postalCode
- the given postal codeexistingPostalCode
- the given existing postal code
PostalCode getByPrimaryIdIfNecessary(String postalCountryCode, String postalCode, PostalCode existingPostalCode)
postalCountryCode
- the given country codepostalCode
- the given postal codeexistingPostalCode
- the given existing postal code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |