Uses of Class
com.gisgraphy.domain.geoloc.entity.ZipCode

Packages that use ZipCode
com.gisgraphy.domain.geoloc.entity   
com.gisgraphy.domain.repository   
com.gisgraphy.webapp.action   
 

Uses of ZipCode in com.gisgraphy.domain.geoloc.entity
 

Methods in com.gisgraphy.domain.geoloc.entity that return types with arguments of type ZipCode
 List<ZipCode> GisFeature.getZipCodes()
           
 

Methods in com.gisgraphy.domain.geoloc.entity with parameters of type ZipCode
 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
 

Method parameters in com.gisgraphy.domain.geoloc.entity with type arguments of type ZipCode
 void GisFeature.addZipCodes(List<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(List<ZipCode> zipCodes)
          Set The zipCodes for the city.
 

Uses of ZipCode in com.gisgraphy.domain.repository
 

Methods in com.gisgraphy.domain.repository that return types with arguments of type ZipCode
 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)
           
 

Uses of ZipCode in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action that return ZipCode
 ZipCode EditZipCodeAction.getZipCode()
           
 

Methods in com.gisgraphy.webapp.action with parameters of type ZipCode
 void EditZipCodeAction.setZipCode(ZipCode zipCode)
           
 



Copyright © 2012. All Rights Reserved.