public interface KiezatlasService
Modifier and Type | Method and Description |
---|---|
List<de.deepamehta.core.Topic> |
getAllCriteria()
Returns all Kiezatlas criteria existing in the DB.
|
List<de.deepamehta.core.RelatedTopic> |
getFacetTypes(long websiteId)
Returns the facet types assigned to the given Kiezatlas Website.
|
List<de.deepamehta.core.Topic> |
getGeoObjects(long geomapId)
Returns all Geo Objects assigned to the given geomap.
|
List<de.deepamehta.core.RelatedTopic> |
getGeoObjectsByCategory(long categoryId)
Returns all Geo Objects assigned to the given category.
|
de.deepamehta.core.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).
|
de.deepamehta.core.Topic getWebsite(long geomapId)
List<de.deepamehta.core.RelatedTopic> getFacetTypes(long websiteId)
List<de.deepamehta.core.Topic> getAllCriteria()
ka2.criteria.
but does not end with .facet
.List<de.deepamehta.core.Topic> getGeoObjects(long geomapId)
List<de.deepamehta.core.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.Copyright © 2018. All Rights Reserved.