|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceException | |
---|---|
com.gisgraphy.domain.geoloc.service | |
com.gisgraphy.domain.geoloc.service.fulltextsearch | |
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. |
Uses of ServiceException in com.gisgraphy.domain.geoloc.service |
---|
Methods in com.gisgraphy.domain.geoloc.service that throw ServiceException | |
---|---|
void |
IQueryProcessor.executeAndSerialize(T query,
java.io.OutputStream outputStream)
Execute the query and serialize the results in an OutputStream . |
java.lang.String |
IQueryProcessor.executeQueryToString(T query)
Execute the query and returns the results as String. |
Uses of ServiceException in com.gisgraphy.domain.geoloc.service.fulltextsearch |
---|
Subclasses of ServiceException in com.gisgraphy.domain.geoloc.service.fulltextsearch | |
---|---|
class |
FullTextSearchException
Basic Exception for fulltext search |
Methods in com.gisgraphy.domain.geoloc.service.fulltextsearch that throw ServiceException | |
---|---|
FulltextResultsDto |
FullTextSearchEngine.executeQuery(FulltextQuery query)
|
FulltextResultsDto |
IFullTextSearchEngine.executeQuery(FulltextQuery query)
Execute the query and returns a list of DTO |
java.util.List<? extends GisFeature> |
FullTextSearchEngine.executeQueryToDatabaseObjects(FulltextQuery query)
|
java.util.List<? extends GisFeature> |
IFullTextSearchEngine.executeQueryToDatabaseObjects(FulltextQuery query)
Execute the query and returns the Java Objects. |
Uses of ServiceException in com.gisgraphy.domain.geoloc.service.geoloc |
---|
Subclasses of ServiceException in com.gisgraphy.domain.geoloc.service.geoloc | |
---|---|
class |
GeolocSearchException
Basic Exception for geoloc search |
class |
GisgraphyCommunicationException
Basic Exception for Communication Exception |
class |
StreetSearchException
Basic Exception for geoloc search |
Methods in com.gisgraphy.domain.geoloc.service.geoloc that throw ServiceException | |
---|---|
void |
GeolocSearchEngine.executeAndSerialize(GeolocQuery query,
java.io.OutputStream outputStream)
|
void |
StreetSearchEngine.executeAndSerialize(StreetSearchQuery query,
java.io.OutputStream outputStream)
|
GeolocResultsDto |
IGeolocSearchEngine.executeQuery(GeolocQuery query)
Execute the query and returns a GeolocResultsDto |
GeolocResultsDto |
GeolocSearchEngine.executeQuery(GeolocQuery query)
|
StreetSearchResultsDto |
StreetSearchEngine.executeQuery(StreetSearchQuery query)
|
StreetSearchResultsDto |
IStreetSearchEngine.executeQuery(StreetSearchQuery query)
Execute the query and returns a StreetSearchResultsDto |
java.lang.String |
GeolocSearchEngine.executeQueryToString(GeolocQuery query)
|
java.lang.String |
StreetSearchEngine.executeQueryToString(StreetSearchQuery query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |