| Modifier and Type | Class and Description |
|---|---|
class |
PersistentObjectIdResolver<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>>
An ID resolver for
PersistentObjects when deserializing only on the
base of ID values. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericHibernateDao<E extends PersistentObject,ID extends Serializable>
The superclass for all data access objects.
|
| Modifier and Type | Method and Description |
|---|---|
Map<PersistentObject,PermissionCollection> |
GenericHibernateDao.findAllUserGroupPermissionsOfUserGroup(UserGroup userGroup)
This method returns a
Map that maps PersistentObjects
to PermissionCollections for the passed UserGroup. |
Map<PersistentObject,PermissionCollection> |
GenericHibernateDao.findAllUserPermissionsOfUser(User user)
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
GenericHibernateDao.findAllWithCollectionContaining(String fieldName,
PersistentObject subElement,
org.hibernate.criterion.Criterion... criterion)
Returns a list of entity objects that have a collection named
fieldName, which contains the passed
subElement. |
| Modifier and Type | Method and Description |
|---|---|
static void |
CreatedHelper.setCreatedOnPersistentObject(PersistentObject persistentObject,
org.joda.time.ReadableDateTime created)
Helper method that uses reflection to set the (inaccessible) created field of
the given
PersistentObject. |
static void |
IdHelper.setIdOnPersistentObject(PersistentObject persistentObject,
Integer id)
Helper method that uses reflection to set the (inaccessible) id field of
the given
PersistentObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentInitializer.setObjectsToCreate(List<PersistentObject> objectsToCreate) |
| Modifier and Type | Class and Description |
|---|---|
class |
Application
This class represents a (GIS-)application, which can be opened in a browser.
|
class |
File
This class represents a file which is stored as a bytearray in the database
|
class |
ImageFile
This class represents an Image which is stored as a bytearray in the database
|
class |
Person |
class |
Plugin |
class |
Role |
class |
Territory |
class |
User |
class |
UserGroup |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptorRule
The model representing the rules for the GeoServer Interceptor class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Layer
Representation of a layer which consists a corresponding data source
and an appearance
|
| Modifier and Type | Class and Description |
|---|---|
class |
LayerAppearance
This class holds the appearance properties of a layer
Layer Object |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageWmsLayerDataSource
Class representing a layer data source for WMS servers providing single,
untiled images.
|
class |
LayerDataSource
Base class for all layer datasources
|
class |
TileWmsLayerDataSource
Data source of layers for tile data from WMS servers.
|
class |
WmtsLayerDataSource
Class representing a layer source for tile data from WMTS servers.
|
class |
XyzLayerDataSource
Class representing a layer source for tile data with
URLs in a set XYZ format that are defined in a URL template
|
| Modifier and Type | Class and Description |
|---|---|
class |
Extent
Util class representing the extent of a layer or a map.
|
class |
TileGrid
Class representing a WMS tile grid
|
class |
WmtsTileGrid
Class representing a WMTS tile grid
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLayout
This class is the representation of an absolute layout, where components are
anchored in absolute positions, which are stored in the
AbsoluteLayout.coords
property. |
class |
BorderLayout
This class is the representation of an border layout, where components are
anchored in (predefined) regions, which are stored in the
BorderLayout.regions
property. |
class |
Layout
This class represents the layout of a
CompositeModule in a GUI. |
| Modifier and Type | Class and Description |
|---|---|
class |
MapConfig
The MapConfig is backend representation for an
OpenLayers 3 View
|
class |
MapControl
This class represents an
OpenLayers 3 control
which can be included in a map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionPanel
This class represents the an Panel with an accordion layout.
|
class |
Button
The Image Module is the Ext JS representation of an HTML img element.
|
class |
CompositeModule
This class represents a (simple) composite
Module, i.e. |
class |
CoordinateTransformation
The CoordinateTransform module allows the user to transform map coordinates into
different projections.
|
class |
Image
The Image Module is the Ext JS representation of an HTML img element.
|
class |
Map
Class represents a
map component
|
class |
Module
A module is the visual representation of a component in the GUI.
|
class |
NominatimSearch
A search module working with the OSM Nominatim Service.
|
class |
OverpassSearch
A search module working with the OSM Overpass API.
|
class |
OverviewMap
Class represents a GeoExt.component.OverviewMap, that displays an overview
map of a parent map.
|
class |
Print
A module which contains a formular to print the map with the mapfish print v3.
|
class |
WfsSearch
A module to search features of a WFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PermissionCollection |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordResetToken
|
class |
RegistrationToken
|
class |
Token
Abstract base class for all tokens.
|
class |
UserToken
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeFolder
This class represents a (simple) composite
TreeNode, i.e. |
class |
TreeNode
A class representing a node in a tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WpsParameter |
class |
WpsPlugin |
class |
WpsPrimitive |
class |
WpsProcessExecute |
class |
WpsReference |
| Modifier and Type | Class and Description |
|---|---|
class |
PagingResult<E extends PersistentObject>
The Result of a paging request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRestController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysAllowReadPermissionEvaluator<E extends PersistentObject> |
class |
PersistentObjectPermissionEvaluator<E extends PersistentObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityPermissionEvaluatorFactory<E extends PersistentObject> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>>
This abstract service class provides basic CRUD functionality.
|
class |
AbstractDaoService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>>
This abstract service class simply provides a data access object for the type
E (and a logger). |
class |
PermissionAwareCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> |
| Modifier and Type | Method and Description |
|---|---|
Map<PersistentObject,PermissionCollection> |
PermissionAwareCrudService.findAllUserGroupPermissionsOfUserGroup(UserGroup userGroup)
This method returns a
Map that maps PersistentObjects
to PermissionCollections for the passed UserGroup. |
Map<PersistentObject,PermissionCollection> |
PermissionAwareCrudService.findAllUserPermissionsOfUser(User user)
|
| Modifier and Type | Method and Description |
|---|---|
List<E> |
AbstractCrudService.findAllWithCollectionContaining(String fieldName,
PersistentObject subElement)
Returns a list of entity objects that have a collection named
fieldName, which contains the passed
subElement. |
void |
InitializationService.savePersistentObject(PersistentObject object)
A "generic" method to save an arbitrary
PersistentObject. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>>
This abstract controller class provides basic web controller functionality:
A logger and a service.
|
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.