|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface KiezatlasService
| Method Summary | |
|---|---|
List<Topic> |
getAllCriteria()
Returns all Kiezatlas criteria existing in the DB. |
ResultList<RelatedTopic> |
getFacetTypes(long websiteId)
Returns the facet types assigned to the given Kiezatlas Website. |
List<Topic> |
getGeoObjects(long geomapId)
Returns all Geo Objects assigned to the given geomap. |
List<RelatedTopic> |
getGeoObjectsByCategory(long categoryId)
Returns all Geo Objects assigned to the given category. |
Topic |
getWebsite(long geomapId)
Returns the "Kiezatlas Website" topic the given geomap is assigned to. |
GroupedGeoObjects |
searchCategories(String searchTerm,
long clock)
Searches for categories that match the search term (case-insensitive substring search) and returns all Geo Objects of those categories, grouped by category. |
GeoObjects |
searchGeoObjects(String searchTerm,
long clock)
Searches for Geo Objects whose name match the search term (case-insensitive substring search). |
| Method Detail |
|---|
Topic getWebsite(long geomapId)
ResultList<RelatedTopic> getFacetTypes(long websiteId)
List<Topic> getAllCriteria()
ka2.criteria.
but does not end with .facet.
List<Topic> getGeoObjects(long geomapId)
List<RelatedTopic> getGeoObjectsByCategory(long categoryId)
GeoObjects searchGeoObjects(String searchTerm,
long clock)
clock - The logical clock value send back to the client (contained in GeoObjects).
Allows the client to order asynchronous responses.
GroupedGeoObjects searchCategories(String searchTerm,
long clock)
clock - The logical clock value send back to the client (contained in GroupedGeoObjects).
Allows the client to order asynchronous responses.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||