Uses of Class
io.goobi.viewer.model.maps.GeoMap
Packages that use GeoMap
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Functionality interfaces and implementations that attach pagination and navigation
behaviour to CMS content components such as search, browse, TOC, and bookmark views.
Concrete CMS content type implementations, each representing a distinct kind of embeddable
content block such as search, browse, media, metadata display, record lists, or maps.
JPA entities that embed sidebar widget instances into CMS pages and templates, with
specialised subclasses for automatic, custom, and default widget placement.
Contains ActiveMQ message handlers that process job requests dispatched via the
viewer's internal message queue, covering PDF generation, uploads, sitemap updates,
and other background tasks.
Provides the core domain model for geo-maps in the Goobi viewer, including map
configurations, feature sets, markers, filters, and Solr-backed spatial data providers.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
-
Uses of GeoMap in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return GeoMapMethods in io.goobi.viewer.dao that return types with arguments of type GeoMapMethods in io.goobi.viewer.dao with parameters of type GeoMapModifier and TypeMethodDescriptionbooleanAdds the given map to the database if no map of the same id already exists.booleanIDAO.deleteGeoMap(GeoMap map) Deletes the givenGeoMapfrom the database.IDAO.getPagesUsingMap(GeoMap map) Returns a list of CMS-pages embedding the given map.IDAO.getPagesUsingMapInSidebar(GeoMap map) Returns a list of CMS-pages embedding the given map in a sidebar widget.booleanIDAO.updateGeoMap(GeoMap map) Updates the givenGeoMapin the database. -
Uses of GeoMap in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return GeoMapMethods in io.goobi.viewer.dao.impl that return types with arguments of type GeoMapMethods in io.goobi.viewer.dao.impl with parameters of type GeoMapModifier and TypeMethodDescriptionbooleanAdds the given map to the database if no map of the same id already exists.booleanJPADAO.deleteGeoMap(GeoMap map) Deletes the givenGeoMapfrom the database.JPADAO.getPagesUsingMap(GeoMap map) Returns a list of CMS-pages embedding the given map.JPADAO.getPagesUsingMapInSidebar(GeoMap map) Returns a list of CMS-pages embedding the given map in a sidebar widget.booleanJPADAO.updateGeoMap(GeoMap map) Updates the givenGeoMapin the database. -
Uses of GeoMap in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return GeoMapModifier and TypeMethodDescriptionActiveDocumentBean.generateGeoMap(String pi) generateGeoMap.GeoMapBean.getCurrentMap()Getter for the fieldcurrentMap.GeoMapBean.getFromCache(GeoMap geomap) getFromCache.ActiveDocumentBean.getGeoMap()Get a CMSSidebarElement with a map containing all GeoMarkers for the current PI.SearchBean.getHitsMap()getHitsMap.Methods in io.goobi.viewer.managedbeans that return types with arguments of type GeoMapModifier and TypeMethodDescriptionGeoMapBean.getAllMaps()Gets a list of allGeoMaps from the databse.Methods in io.goobi.viewer.managedbeans with parameters of type GeoMapModifier and TypeMethodDescriptionvoidGeoMapBean.addFeatureSet(GeoMap map, String type) addFeatureSet.voiddeleteMap.GeoMapBean.getEditMapUrl(GeoMap map) getEditMapUrl.GeoMapBean.getEmbeddingCmsPages(GeoMap map) getEmbeddingCmsPages.GeoMapBean.getFromCache(GeoMap geomap) getFromCache.booleanisInUse.voidGeoMapBean.removeFeatureSet(GeoMap map, FeatureSet set) removeFeatureSet.voidGeoMapBean.setCurrentMap(GeoMap currentMap) Sets the current map to a clone of the given map. -
Uses of GeoMap in io.goobi.viewer.model.cms.itemfunctionality
Methods in io.goobi.viewer.model.cms.itemfunctionality that return GeoMap -
Uses of GeoMap in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return GeoMapMethods in io.goobi.viewer.model.cms.pages.content.types with parameters of type GeoMap -
Uses of GeoMap in io.goobi.viewer.model.cms.widgets.embed
Methods in io.goobi.viewer.model.cms.widgets.embed that return GeoMapConstructors in io.goobi.viewer.model.cms.widgets.embed with parameters of type GeoMapModifierConstructorDescriptionCMSSidebarElementAutomatic(GeoMap map, CMSPage owner) CMSSidebarElementAutomatic(GeoMap map, CMSPageTemplate owner) -
Uses of GeoMap in io.goobi.viewer.model.job.mq
Methods in io.goobi.viewer.model.job.mq with parameters of type GeoMapModifier and TypeMethodDescriptionstatic voidGeoMapUpdateHandler.updateMapInCache(GeoMap geomap) -
Uses of GeoMap in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps that return GeoMapMethods in io.goobi.viewer.model.maps with parameters of type GeoMapConstructors in io.goobi.viewer.model.maps with parameters of type GeoMap -
Uses of GeoMap in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return GeoMap