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

Packages that use AlternateName
com.gisgraphy.domain.geoloc.entity   
com.gisgraphy.webapp.action   
 

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

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

Methods in com.gisgraphy.domain.geoloc.entity with parameters of type AlternateName
 void GisFeature.addAlternateName(AlternateName alternateName)
          Do a double set : add the alternate name to the current GisFeature and set this GisFeature as the GisFeature of the specified AlternateName
 

Method parameters in com.gisgraphy.domain.geoloc.entity with type arguments of type AlternateName
 void GisFeature.addAlternateNames(List<AlternateName> alternateNames)
          Do a double set : add (not replace !)
 void GisFeature.setAlternateNames(List<AlternateName> alternateNames)
           
 

Uses of AlternateName in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action that return AlternateName
 AlternateName EditAlternateNameAction.getAlternatename()
           
 

Methods in com.gisgraphy.webapp.action with parameters of type AlternateName
 void EditAlternateNameAction.setAlternatename(AlternateName alternateName)
           
 



Copyright © 2012. All Rights Reserved.