Uses of Class
com.gisgraphy.domain.valueobject.SolrResponseDto

Packages that use SolrResponseDto
com.gisgraphy.domain.geoloc.service.fulltextsearch   
com.gisgraphy.domain.valueobject Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. 
com.gisgraphy.webapp.action   
 

Uses of SolrResponseDto in com.gisgraphy.domain.geoloc.service.fulltextsearch
 

Methods in com.gisgraphy.domain.geoloc.service.fulltextsearch that return types with arguments of type SolrResponseDto
static java.util.List<SolrResponseDto> SolrUnmarshaller.unmarshall(org.apache.solr.client.solrj.response.QueryResponse queryResponse)
           
 

Uses of SolrResponseDto in com.gisgraphy.domain.valueobject
 

Methods in com.gisgraphy.domain.valueobject that return types with arguments of type SolrResponseDto
 java.util.List<SolrResponseDto> FulltextResultsDto.getResults()
           
 

Uses of SolrResponseDto in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action that return SolrResponseDto
 SolrResponseDto DisplayFeatureAction.getResult()
           
 

Methods in com.gisgraphy.webapp.action that return types with arguments of type SolrResponseDto
 java.util.List<SolrResponseDto> GeocodingAction.getAmbiguousCities()
           
 

Methods in com.gisgraphy.webapp.action with parameters of type SolrResponseDto
protected  java.lang.String GeocodingAction.buildCityDisplayName(SolrResponseDto cityfound)
           
 

Method parameters in com.gisgraphy.webapp.action with type arguments of type SolrResponseDto
 void GeocodingAction.setAmbiguousCities(java.util.List<SolrResponseDto> ambiguousCities)
           
 



Copyright © 2010. All Rights Reserved.