Package | Description |
---|---|
com.gisgraphy.domain.geoloc.entity | |
com.gisgraphy.domain.repository | |
com.gisgraphy.webapp.action |
Modifier and Type | Method and Description |
---|---|
Set<ZipCode> |
GisFeature.getZipCodes() |
Modifier and Type | Method and Description |
---|---|
void |
GisFeature.addZipCode(ZipCode zipCode)
Do a double set : add the zip code to the current GisFeature and set
this GisFeature as the GisFeature of the zipcode
|
Modifier and Type | Method and Description |
---|---|
void |
GisFeature.addZipCodes(Collection<ZipCode> zipCodes)
Do a double set : add the zip codes to the current GisFeature and set
this GisFeature as the GisFeature of the zipcodes
* @param zipCodes the zip codes to add
|
void |
GisFeature.setZipCodes(Set<ZipCode> zipCodes)
Set The zipCodes for the city.
|
Modifier and Type | Method and Description |
---|---|
List<ZipCode> |
IZipCodeDao.getByCodeAndCountry(String code,
String countryCode) |
List<ZipCode> |
ZipCodeDao.getByCodeAndCountry(String code,
String countryCode) |
List<ZipCode> |
IZipCodeDao.getByCodeAndCountrySmart(String code,
String countryCode)
same as
IZipCodeDao.getByCodeAndCountry(String, String) but do a starts with method if country is GB or CA |
List<ZipCode> |
ZipCodeDao.getByCodeAndCountrySmart(String code,
String countryCode) |
List<ZipCode> |
IZipCodeDao.listByCode(String code) |
List<ZipCode> |
ZipCodeDao.listByCode(String code) |
Modifier and Type | Method and Description |
---|---|
ZipCode |
EditZipCodeAction.getZipCode() |
Modifier and Type | Method and Description |
---|---|
void |
EditZipCodeAction.setZipCode(ZipCode zipCode) |
Copyright © 2015. All rights reserved.