|
||||||||||
| 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 |
IFullTextSearchEngine.executeQuery(FulltextQuery query)
Execute the query and returns a list of DTO |
FulltextResultsDto |
FullTextSearchEngine.executeQuery(FulltextQuery query)
|
java.util.List<? extends GisFeature> |
IFullTextSearchEngine.executeQueryToDatabaseObjects(FulltextQuery query)
Execute the query and returns the Java Objects |
java.util.List<? extends GisFeature> |
FullTextSearchEngine.executeQueryToDatabaseObjects(FulltextQuery query)
|
| Uses of ServiceException in com.gisgraphy.domain.geoloc.service.geoloc |
|---|
| Subclasses of ServiceException in com.gisgraphy.domain.geoloc.service.geoloc | |
|---|---|
class |
GeolocServiceException
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)
|
GeolocResultsDto |
IGeolocSearchEngine.executeQuery(GeolocQuery query)
Execute the query and returns a GeolocResultsDto |
GeolocResultsDto |
GeolocSearchEngine.executeQuery(GeolocQuery query)
|
java.lang.String |
GeolocSearchEngine.executeQueryToString(GeolocQuery query)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||