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

Packages that use GeolocResultsDto
com.gisgraphy.domain.geoloc.service.geoloc 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 GeolocResultsDto in com.gisgraphy.domain.geoloc.service.geoloc
 

Methods in com.gisgraphy.domain.geoloc.service.geoloc that return GeolocResultsDto
 GeolocResultsDto IGeolocSearchEngine.executeQuery(GeolocQuery query)
          Execute the query and returns a GeolocResultsDto
 GeolocResultsDto GeolocSearchEngine.executeQuery(GeolocQuery query)
           
 

Methods in com.gisgraphy.domain.geoloc.service.geoloc with parameters of type GeolocResultsDto
 void IGeolocResultsDtoSerializer.serialize(java.io.OutputStream outputStream, Output.OutputFormat outputFormat, GeolocResultsDto geolocResultsDto, boolean indent, int startPaginationIndex)
           
 void GeolocResultsDtoSerializer.serialize(java.io.OutputStream outputStream, Output.OutputFormat outputFormat, GeolocResultsDto geolocResultsDto, boolean indent, int startPaginationIndex)
           
 

Uses of GeolocResultsDto in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action that return GeolocResultsDto
 GeolocResultsDto GeolocSearchAction.getResponseDTO()
           
 



Copyright © 2010. All Rights Reserved.