Skip navigation links
A B C D E F G H I L M N O P R S T U V W X 

A

AbsoluteLayout - Class in de.terrestris.shogun2.model.layout
This class is the representation of an absolute layout, where components are anchored in absolute positions, which are stored in the AbsoluteLayout.coords property.
AbsoluteLayout() - Constructor for class de.terrestris.shogun2.model.layout.AbsoluteLayout
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
AbstractCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> - Class in de.terrestris.shogun2.service
This abstract service class provides basic CRUD functionality.
AbstractCrudService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractCrudService
Constructor that sets the concrete entity class for the service.
AbstractDaoService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> - Class in de.terrestris.shogun2.service
This abstract service class simply provides a data access object for the type E (and a logger).
AbstractDaoService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractDaoService
Constructor that sets the concrete entity class for the service.
AbstractRestController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> - Class in de.terrestris.shogun2.rest
 
AbstractRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.AbstractRestController
Constructor that sets the concrete entity class for the controller.
AbstractTokenDao<E extends Token> - Class in de.terrestris.shogun2.dao
As the Token class is abstract, this class will also be abstract.
AbstractTokenDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.AbstractTokenDao
Constructor that has to be called by subclasses.
AbstractTokenService<E extends Token,D extends AbstractTokenDao<E>> - Class in de.terrestris.shogun2.service
 
AbstractTokenService() - Constructor for class de.terrestris.shogun2.service.AbstractTokenService
Default constructor, which calls the type-constructor
AbstractTokenService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractTokenService
Constructor that sets the concrete entity class for the service.
AbstractUserTokenDao<E extends UserToken> - Class in de.terrestris.shogun2.dao
As the UserToken class is abstract, this class will also be abstract.
AbstractUserTokenDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.AbstractUserTokenDao
Constructor that has to be called by subclasses.
AbstractUserTokenService<E extends UserToken,D extends AbstractUserTokenDao<E>> - Class in de.terrestris.shogun2.service
 
AbstractUserTokenService() - Constructor for class de.terrestris.shogun2.service.AbstractUserTokenService
Default constructor, which calls the type-constructor
AbstractUserTokenService(Class<E>) - Constructor for class de.terrestris.shogun2.service.AbstractUserTokenService
Constructor that sets the concrete entity class for the service.
AbstractWebController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> - Class in de.terrestris.shogun2.web
This abstract controller class provides basic web controller functionality: A logger and a service.
AbstractWebController(Class<E>) - Constructor for class de.terrestris.shogun2.web.AbstractWebController
Constructor that sets the concrete entity class for the controller.
AccordionPanel - Class in de.terrestris.shogun2.model.module
This class represents the an Panel with an accordion layout.
AccordionPanel() - Constructor for class de.terrestris.shogun2.model.module.AccordionPanel
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
activateUser(String) - Method in class de.terrestris.shogun2.service.UserService
 
activateUser(String) - Method in class de.terrestris.shogun2.web.UserController
 
addAndSaveGroupPermissions(E, UserGroup, Permission...) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
This method adds (user) permissions to the passed entity and persists (!)
addAndSaveUserPermissions(E, User, Permission...) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
This method adds (user) permissions to the passed entity and persists (!)
addModule(Module) - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
addParameter(String, String[]) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
addParameter(String, String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
AlwaysAllowReadPermissionEvaluator<E extends PersistentObject> - Class in de.terrestris.shogun2.security.access.entity
 
AlwaysAllowReadPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.AlwaysAllowReadPermissionEvaluator
Default constructor
AlwaysAllowReadPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.AlwaysAllowReadPermissionEvaluator
Constructor for subclasses
Application - Class in de.terrestris.shogun2.model
This class represents a (GIS-)application, which can be opened in a browser.
Application() - Constructor for class de.terrestris.shogun2.model.Application
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
Application(String, String) - Constructor for class de.terrestris.shogun2.model.Application
 
ApplicationController<E extends Application,D extends ApplicationDao<E>,S extends ApplicationService<E,D>> - Class in de.terrestris.shogun2.web
 
ApplicationController() - Constructor for class de.terrestris.shogun2.web.ApplicationController
Default constructor, which calls the type-constructor
ApplicationController(Class<E>) - Constructor for class de.terrestris.shogun2.web.ApplicationController
Constructor that sets the concrete entity class for the controller.
ApplicationDao<E extends Application> - Class in de.terrestris.shogun2.dao
 
ApplicationDao() - Constructor for class de.terrestris.shogun2.dao.ApplicationDao
Public default constructor for this DAO.
ApplicationDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.ApplicationDao
Constructor that has to be called by subclasses.
ApplicationRestController<E extends Application,D extends ApplicationDao<E>,S extends ApplicationService<E,D>> - Class in de.terrestris.shogun2.rest
 
ApplicationRestController() - Constructor for class de.terrestris.shogun2.rest.ApplicationRestController
Default constructor, which calls the type-constructor
ApplicationRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.ApplicationRestController
Constructor that sets the concrete entity class for the controller.
ApplicationService<E extends Application,D extends ApplicationDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Application model.
ApplicationService() - Constructor for class de.terrestris.shogun2.service.ApplicationService
Default constructor, which calls the type-constructor
ApplicationService(Class<E>) - Constructor for class de.terrestris.shogun2.service.ApplicationService
Constructor that sets the concrete entity class for the service.
authenticate(Authentication) - Method in class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
This method has to be Transactional to allow that associated entities can be fetched lazily.
authenticationProvider - Variable in class de.terrestris.shogun2.init.ContentInitializer
We use the authenticationProvider to login with the admin user, that will be created in this initializer.

B

bindItem(ObjectIdGenerator.IdKey, Object) - Method in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
 
BorderLayout - Class in de.terrestris.shogun2.model.layout
This class is the representation of an border layout, where components are anchored in (predefined) regions, which are stored in the BorderLayout.regions property.
BorderLayout() - Constructor for class de.terrestris.shogun2.model.layout.BorderLayout
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
buildConcreteInstance(User, Integer) - Method in class de.terrestris.shogun2.service.AbstractUserTokenService
Has to be implemented by subclasses to return a concrete instance for the given values.
buildConcreteInstance(User, Integer) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
Builds a concrete instance of this class.
buildConcreteInstance(User, Integer) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
Builds a concrete instance of this class.
Button - Class in de.terrestris.shogun2.model.module
The Image Module is the Ext JS representation of an HTML img element.
Button() - Constructor for class de.terrestris.shogun2.model.module.Button
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw

C

CachedServletInputStream - Class in de.terrestris.shogun2.util.interceptor
An inputstream which reads the cached request body and has mutable request URI and params.
CachedServletInputStream(ByteArrayOutputStream) - Constructor for class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
Create a new input stream from the cached request body
canUseFor(ObjectIdResolver) - Method in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
 
changePassword(String, String) - Method in class de.terrestris.shogun2.web.UserController
 
CompositeModule - Class in de.terrestris.shogun2.model.module
This class represents a (simple) composite Module, i.e. a module having children/submodules.
CompositeModule() - Constructor for class de.terrestris.shogun2.model.module.CompositeModule
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
ConfigHolder - Class in de.terrestris.shogun2.util.config
Helper component class to make property values available for use in annotations.
ConfigHolder() - Constructor for class de.terrestris.shogun2.util.config.ConfigHolder
 
ContentInitializer - Class in de.terrestris.shogun2.init
Class to initialize an initial set of content based on bean definitions.
ContentInitializer() - Constructor for class de.terrestris.shogun2.init.ContentInitializer
 
convertToDatabaseColumn(Object) - Method in class de.terrestris.shogun2.converter.PropertyValueConverter
Converts an arbitrary object to it's string representation, that will be stored in the database.
convertToEntityAttribute(String) - Method in class de.terrestris.shogun2.converter.PropertyValueConverter
Converts a string value from the database to the best matching java primitive type.
CoordinateTransformation - Class in de.terrestris.shogun2.model.module
The CoordinateTransform module allows the user to transform map coordinates into different projections.
CoordinateTransformation() - Constructor for class de.terrestris.shogun2.model.module.CoordinateTransformation
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
copyProperty(Object, String, Object) - Method in class de.terrestris.shogun2.util.bean.NullAwareBeanUtilsBean
 
createDistinctRootEntityCriteria(Criterion...) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Helper method: Creates a criteria for the GenericHibernateDao.entityClass of this dao.
createRegistrationActivationURI(HttpServletRequest, User) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 

D

dao - Variable in class de.terrestris.shogun2.service.AbstractDaoService
The data access object
de.terrestris.shogun2.converter - package de.terrestris.shogun2.converter
 
de.terrestris.shogun2.dao - package de.terrestris.shogun2.dao
 
de.terrestris.shogun2.helper - package de.terrestris.shogun2.helper
 
de.terrestris.shogun2.init - package de.terrestris.shogun2.init
 
de.terrestris.shogun2.model - package de.terrestris.shogun2.model
 
de.terrestris.shogun2.model.interceptor - package de.terrestris.shogun2.model.interceptor
 
de.terrestris.shogun2.model.layer - package de.terrestris.shogun2.model.layer
 
de.terrestris.shogun2.model.layer.appearance - package de.terrestris.shogun2.model.layer.appearance
 
de.terrestris.shogun2.model.layer.source - package de.terrestris.shogun2.model.layer.source
 
de.terrestris.shogun2.model.layer.util - package de.terrestris.shogun2.model.layer.util
 
de.terrestris.shogun2.model.layout - package de.terrestris.shogun2.model.layout
 
de.terrestris.shogun2.model.map - package de.terrestris.shogun2.model.map
 
de.terrestris.shogun2.model.module - package de.terrestris.shogun2.model.module
 
de.terrestris.shogun2.model.security - package de.terrestris.shogun2.model.security
 
de.terrestris.shogun2.model.token - package de.terrestris.shogun2.model.token
 
de.terrestris.shogun2.paging - package de.terrestris.shogun2.paging
 
de.terrestris.shogun2.rest - package de.terrestris.shogun2.rest
 
de.terrestris.shogun2.security - package de.terrestris.shogun2.security
 
de.terrestris.shogun2.security.access - package de.terrestris.shogun2.security.access
 
de.terrestris.shogun2.security.access.entity - package de.terrestris.shogun2.security.access.entity
 
de.terrestris.shogun2.security.access.factory - package de.terrestris.shogun2.security.access.factory
 
de.terrestris.shogun2.service - package de.terrestris.shogun2.service
 
de.terrestris.shogun2.util.application - package de.terrestris.shogun2.util.application
 
de.terrestris.shogun2.util.bean - package de.terrestris.shogun2.util.bean
 
de.terrestris.shogun2.util.config - package de.terrestris.shogun2.util.config
 
de.terrestris.shogun2.util.data - package de.terrestris.shogun2.util.data
 
de.terrestris.shogun2.util.enumeration - package de.terrestris.shogun2.util.enumeration
 
de.terrestris.shogun2.util.http - package de.terrestris.shogun2.util.http
 
de.terrestris.shogun2.util.interceptor - package de.terrestris.shogun2.util.interceptor
 
de.terrestris.shogun2.util.json - package de.terrestris.shogun2.util.json
 
de.terrestris.shogun2.util.mail - package de.terrestris.shogun2.util.mail
 
de.terrestris.shogun2.util.model - package de.terrestris.shogun2.util.model
 
de.terrestris.shogun2.util.naming - package de.terrestris.shogun2.util.naming
 
de.terrestris.shogun2.web - package de.terrestris.shogun2.web
 
delete(E) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Deletes the passed entity.
delete(int) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Deletes an entity by id.
delete(E) - Method in class de.terrestris.shogun2.service.AbstractCrudService
 
delete(E) - Method in class de.terrestris.shogun2.service.LayerService
 
delete(String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP DELETE on the given URL.
delete(String, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP DELETE on the given URL.
delete(URI) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP DELETE on the given URI.
delete(URI, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP DELETE on the given URI.
deleteTokenAfterActivation(RegistrationToken) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
This method has no PreAuthorize annotation and should only be used after an user account has been activated.
distributeToRequestInterceptor(MutableHttpServletRequest, OgcMessage) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
distributeToResponseInterceptor(MutableHttpServletRequest, Response, OgcMessage) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 

E

EntityPermissionEvaluatorFactory<E extends PersistentObject> - Class in de.terrestris.shogun2.security.access.factory
 
EntityPermissionEvaluatorFactory() - Constructor for class de.terrestris.shogun2.security.access.factory.EntityPermissionEvaluatorFactory
 
equals(Object) - Method in class de.terrestris.shogun2.model.Application
 
equals(Object) - Method in class de.terrestris.shogun2.model.File
 
equals(Object) - Method in class de.terrestris.shogun2.model.ImageFile
 
equals(Object) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.Layer
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.source.WmtsLayerDataSource
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.util.Extent
 
equals(Object) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
equals(Object) - Method in class de.terrestris.shogun2.model.layout.AbsoluteLayout
 
equals(Object) - Method in class de.terrestris.shogun2.model.layout.BorderLayout
 
equals(Object) - Method in class de.terrestris.shogun2.model.layout.Layout
 
equals(Object) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
equals(Object) - Method in class de.terrestris.shogun2.model.map.MapControl
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.AccordionPanel
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.Button
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.Image
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.Map
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.Module
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.Print
 
equals(Object) - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
equals(Object) - Method in class de.terrestris.shogun2.model.PersistentObject
 
equals(Object) - Method in class de.terrestris.shogun2.model.Person
 
equals(Object) - Method in class de.terrestris.shogun2.model.Role
 
equals(Object) - Method in class de.terrestris.shogun2.model.Territory
 
equals(Object) - Method in class de.terrestris.shogun2.model.token.Token
 
equals(Object) - Method in class de.terrestris.shogun2.model.token.UserToken
 
equals(Object) - Method in class de.terrestris.shogun2.model.User
 
equals(Object) - Method in class de.terrestris.shogun2.model.UserGroup
 
equals(Object) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
error(String) - Static method in class de.terrestris.shogun2.util.data.ResultSet
 
expiresWithin(int) - Method in class de.terrestris.shogun2.model.token.Token
Helper method that returns true, if the token is expired in the given number of minutes (starting from the current point of time).
Extent - Class in de.terrestris.shogun2.model.layer.util
Util class representing the extent of a layer or a map.
Extent() - Constructor for class de.terrestris.shogun2.model.layer.util.Extent
 
Extent(Point2D.Double, Point2D.Double) - Constructor for class de.terrestris.shogun2.model.layer.util.Extent
 
Extent(double, double, double, double) - Constructor for class de.terrestris.shogun2.model.layer.util.Extent
 
ExtentDao<E extends Extent> - Class in de.terrestris.shogun2.dao
 
ExtentDao() - Constructor for class de.terrestris.shogun2.dao.ExtentDao
Public default constructor for this DAO.
ExtentDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.ExtentDao
Constructor that has to be called by subclasses.
ExtentRestController<E extends Extent,D extends ExtentDao<E>,S extends ExtentService<E,D>> - Class in de.terrestris.shogun2.rest
 
ExtentRestController() - Constructor for class de.terrestris.shogun2.rest.ExtentRestController
Default constructor, which calls the type-constructor
ExtentRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.ExtentRestController
Constructor that sets the concrete entity class for the controller.
ExtentService<E extends Extent,D extends ExtentDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
ExtentService() - Constructor for class de.terrestris.shogun2.service.ExtentService
Default constructor, which calls the type-constructor
ExtentService(Class<E>) - Constructor for class de.terrestris.shogun2.service.ExtentService
Constructor that sets the concrete entity class for the service.
extractGroupPermissions(User, Map<UserGroup, PermissionCollection>) - Static method in class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
 
extractUserPermissions(User, Map<User, PermissionCollection>) - Static method in class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
 

F

File - Class in de.terrestris.shogun2.model
This class represents a file which is stored as a bytearray in the database
File() - Constructor for class de.terrestris.shogun2.model.File
 
FileController<E extends File,D extends FileDao<E>,S extends FileService<E,D>> - Class in de.terrestris.shogun2.web
 
FileController() - Constructor for class de.terrestris.shogun2.web.FileController
Default constructor, which calls the type-constructor
FileController(Class<E>) - Constructor for class de.terrestris.shogun2.web.FileController
Constructor that sets the concrete entity class for the controller.
FileDao<E extends File> - Class in de.terrestris.shogun2.dao
 
FileDao() - Constructor for class de.terrestris.shogun2.dao.FileDao
Public default constructor for this DAO.
FileDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.FileDao
Constructor that has to be called by subclasses.
FileService<E extends File,D extends FileDao<E>> - Class in de.terrestris.shogun2.service
Service class for the File model.
FileService() - Constructor for class de.terrestris.shogun2.service.FileService
Default constructor, which calls the type-constructor
FileService(Class<E>) - Constructor for class de.terrestris.shogun2.service.FileService
Constructor that sets the concrete entity class for the service.
findAll() - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Returns all Entities by calling findByCriteria(), i.e. without arguments.
findAll() - Method in class de.terrestris.shogun2.rest.AbstractRestController
Find all entities.
findAll() - Method in class de.terrestris.shogun2.service.AbstractCrudService
 
findAllApplications() - Method in class de.terrestris.shogun2.web.ApplicationController
 
findAllRulesForServiceAndEvent(String, String) - Method in class de.terrestris.shogun2.dao.InterceptorRuleDao
 
findAllRulesForServiceAndEvent(String, String) - Method in class de.terrestris.shogun2.service.InterceptorRuleService
 
findAllUserGroupPermissionsOfUserGroup(UserGroup) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
This method returns a Map that maps PersistentObjects to PermissionCollections for the passed UserGroup.
findAllUserGroupPermissionsOfUserGroup(UserGroup) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
This method returns a Map that maps PersistentObjects to PermissionCollections for the passed UserGroup.
findAllUserPermissionsOfUser(User) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
This method returns a Map that maps PersistentObjects to PermissionCollections for the passed User.
findAllUserPermissionsOfUser(User) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
This method returns a Map that maps PersistentObjects to PermissionCollections for the passed User.
findByAccountName(String) - Method in class de.terrestris.shogun2.dao.UserDao
 
findByAccountName(String) - Method in class de.terrestris.shogun2.service.UserService
Returns the user for the given (unique) account name.
findByCriteria(Criterion...) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Gets the results, that match a variable number of passed criterions.
findByCriteriaWithSortingAndPaging(Integer, Integer, List<Order>, Criterion...) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Gets the results, that match a variable number of passed criterions, considering the paging- and sort-info at the same time.
findByEmail(String) - Method in class de.terrestris.shogun2.dao.UserDao
 
findByEmail(String) - Method in class de.terrestris.shogun2.service.UserService
 
findById(ID) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Return the real object from the database.
findById(Integer) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Get an entity by id.
findById(Integer) - Method in class de.terrestris.shogun2.service.AbstractCrudService
Return the real object from the database.
findByRoleName(String) - Method in class de.terrestris.shogun2.service.RoleService
Returns the role for the given (unique) role name.
findByTokenValue(String) - Method in class de.terrestris.shogun2.service.AbstractTokenService
 
findByUniqueCriteria(Criterion...) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Gets the unique result, that matches a variable number of passed criterions.
findByUser(User) - Method in class de.terrestris.shogun2.service.AbstractUserTokenService
 
findGroupsOfUser(Integer) - Method in class de.terrestris.shogun2.rest.UserRestController
Get the groups of a specific user.
findMapsWithLayer(Layer) - Method in class de.terrestris.shogun2.dao.MapDao
 
findMapsWithLayer(Layer) - Method in class de.terrestris.shogun2.service.MapService
 
findUsersOfGroup(Integer) - Method in class de.terrestris.shogun2.rest.UserGroupRestController
Get the users of a specific group.
fromString(String) - Static method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.model.security.Permission
 
fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
Static method to get an enum based on a string value.
fromString(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
Static method to get an enum based on a string value.

G

GenericHibernateDao<E extends PersistentObject,ID extends Serializable> - Class in de.terrestris.shogun2.dao
The superclass for all data access objects.
GenericHibernateDao() - Constructor for class de.terrestris.shogun2.dao.GenericHibernateDao
Default constructor
GenericHibernateDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.GenericHibernateDao
Constructor
GeoServerInterceptorController<S extends GeoServerInterceptorService> - Class in de.terrestris.shogun2.web
 
GeoServerInterceptorController() - Constructor for class de.terrestris.shogun2.web.GeoServerInterceptorController
 
GeoServerInterceptorService - Class in de.terrestris.shogun2.service
 
GeoServerInterceptorService() - Constructor for class de.terrestris.shogun2.service.GeoServerInterceptorService
 
get(String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP GET on the given URL.
get(String, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP GET on the given URL.
get(URI) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP GET on the given URI.
get(URI, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP GET on the given URI.
getAccountActivationPath() - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
getAccountName() - Method in class de.terrestris.shogun2.model.User
 
getActive() - Method in class de.terrestris.shogun2.model.Application
 
getActive() - Method in class de.terrestris.shogun2.model.File
 
getAllowedFeatureTypeDataTypes() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
getAllValues() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
Returns all enum values as string array.
getAltText() - Method in class de.terrestris.shogun2.model.module.Image
 
getAppContext() - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
getAppearance() - Method in class de.terrestris.shogun2.model.layer.Layer
 
getApplicationURIFromRequest(HttpServletRequest) - Static method in class de.terrestris.shogun2.util.application.Shogun2ContextUtil
Returns the full webapplication URI from a given request.
getAttribution() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
getBirthday() - Method in class de.terrestris.shogun2.model.Person
 
getBody() - Method in class de.terrestris.shogun2.util.model.Response
 
getButtonAction() - Method in class de.terrestris.shogun2.model.module.Button
 
getCenter() - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
getCenter() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getChangePasswordPath() - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
getConnectedModule() - Method in class de.terrestris.shogun2.model.module.Button
 
getCoords() - Method in class de.terrestris.shogun2.model.layout.AbsoluteLayout
 
getCreated() - Method in class de.terrestris.shogun2.model.Application
Overwrite this getter to set the JsonIgnore value to false for this subclass.
getCreated() - Method in class de.terrestris.shogun2.model.PersistentObject
Ignore the PersistentObject.created property when de-/serializing.
getDao() - Method in class de.terrestris.shogun2.service.AbstractDaoService
 
getDefaultMailSender() - Method in class de.terrestris.shogun2.util.mail.MailPublisher
 
getDefaultUserRole() - Method in class de.terrestris.shogun2.service.UserService
 
getDefaultUserRoleName() - Method in class de.terrestris.shogun2.util.config.ConfigHolder
 
getDescription() - Method in class de.terrestris.shogun2.model.Application
 
getDescription() - Method in class de.terrestris.shogun2.model.Role
 
getDocumentFromString(String) - Static method in class de.terrestris.shogun2.util.interceptor.OgcXmlUtil
 
getEmail() - Method in class de.terrestris.shogun2.model.Person
 
getEndPoint() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
getEndPoint() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
getEntityClass() - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
 
getEntityClass() - Method in class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
 
getEntityClass() - Method in class de.terrestris.shogun2.service.AbstractDaoService
 
getEntityClass() - Method in class de.terrestris.shogun2.web.AbstractWebController
 
getEntityPermissionEvaluator(Class<E>) - Method in class de.terrestris.shogun2.security.access.factory.EntityPermissionEvaluatorFactory
 
getEpsgCodes() - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
 
getEvent() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
getExpandedItem() - Method in class de.terrestris.shogun2.model.module.AccordionPanel
 
getExpirationDate() - Method in class de.terrestris.shogun2.model.token.Token
 
getExtent() - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
getExtent() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getFile() - Method in class de.terrestris.shogun2.model.File
 
getFile(Integer) - Method in class de.terrestris.shogun2.web.FileController
Gets a file from the database by the given id
getFileName() - Method in class de.terrestris.shogun2.model.File
 
getFileType() - Method in class de.terrestris.shogun2.model.File
 
getFirstName() - Method in class de.terrestris.shogun2.model.Person
 
getFormat() - Method in class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
 
getFormat() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
getFormat() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
getGeometry() - Method in class de.terrestris.shogun2.model.Territory
 
getGeoServerNameSpaces() - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
 
getGlyph() - Method in class de.terrestris.shogun2.model.module.Button
 
getGroupHeaderTpl() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
getGroupHeaderTpl() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
getGroupHeaderTpl() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
getGroupPermissions() - Method in class de.terrestris.shogun2.model.PersistentObject
 
getGroupsOfUser(Integer) - Method in class de.terrestris.shogun2.service.UserService
 
getHeaders() - Method in class de.terrestris.shogun2.util.model.Response
 
getHeight() - Method in class de.terrestris.shogun2.model.ImageFile
 
getHeight() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
getId() - Method in class de.terrestris.shogun2.model.PersistentObject
 
getInputStream() - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
getInteraction() - Method in class de.terrestris.shogun2.model.module.Button
 
getLanguage() - Method in class de.terrestris.shogun2.model.Application
 
getLanguage() - Method in class de.terrestris.shogun2.model.Person
 
getLastName() - Method in class de.terrestris.shogun2.model.Person
 
getLayerNames() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
getLayers() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
getLayerStyles() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
getLayout() - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
getLink() - Method in class de.terrestris.shogun2.model.module.Image
 
getLowerLeft() - Method in class de.terrestris.shogun2.model.layer.util.Extent
 
getMagnification() - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
getMailPublisher() - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
getMailPublisher() - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
getMailSender() - Method in class de.terrestris.shogun2.util.mail.MailPublisher
 
getMapConfig() - Method in class de.terrestris.shogun2.model.module.Map
 
getMapControlName() - Method in class de.terrestris.shogun2.model.map.MapControl
 
getMapControlProperties() - Method in class de.terrestris.shogun2.model.map.MapControl
 
getMapControls() - Method in class de.terrestris.shogun2.model.module.Map
 
getMapLayers() - Method in class de.terrestris.shogun2.model.module.Map
 
getMaxResolution() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
getMaxResolution() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getMembers() - Method in class de.terrestris.shogun2.model.UserGroup
 
getMinResolution() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
getMinResolution() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getMinSearchTextChars() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
getMinSearchTextChars() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
getMinSearchTextChars() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
getModified() - Method in class de.terrestris.shogun2.model.Application
Overwrite this getter to set the JsonIgnore value to false for this subclass.
getModified() - Method in class de.terrestris.shogun2.model.PersistentObject
Ignore the PersistentObject.modified property when de-/serializing.
getName() - Method in class de.terrestris.shogun2.model.Application
 
getName() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
getName() - Method in class de.terrestris.shogun2.model.layer.Layer
 
getName() - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
getName() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getName() - Method in class de.terrestris.shogun2.model.module.Module
 
getName() - Method in class de.terrestris.shogun2.model.Role
 
getName() - Method in class de.terrestris.shogun2.model.Territory
 
getName() - Method in class de.terrestris.shogun2.model.UserGroup
 
getOpacity() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
getOpen() - Method in class de.terrestris.shogun2.model.Application
 
getOperation() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
getOperation() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
getOverviewMapLayers() - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
getOwner() - Method in class de.terrestris.shogun2.model.UserGroup
 
getParameter(String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
getParameterMap() - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
getParentMapModule() - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
getPassword() - Method in class de.terrestris.shogun2.model.User
 
getPasswordEncoder() - Method in class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
 
getPasswordEncoder() - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
getPasswordEncoder() - Method in class de.terrestris.shogun2.service.UserService
 
getPasswordResetTokenService() - Method in class de.terrestris.shogun2.web.UserController
 
getPathInDocument(Document, String) - Static method in class de.terrestris.shogun2.util.interceptor.OgcXmlUtil
 
getPermissionCollectionService() - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
 
getPermissionEvaluatorFactory() - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
getPermissions() - Method in class de.terrestris.shogun2.model.security.PermissionCollection
 
getProjection() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getProperties() - Method in class de.terrestris.shogun2.model.module.Module
 
getPropertyHints() - Method in class de.terrestris.shogun2.model.layout.Layout
 
getPropertyMusts() - Method in class de.terrestris.shogun2.model.layout.Layout
 
getReader() - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
getRegions() - Method in class de.terrestris.shogun2.model.layout.BorderLayout
 
getRegistrationMailMessageTemplate() - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
getRegistrationTokenExpirationTime() - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
getRequestBody(HttpServletRequest) - Static method in class de.terrestris.shogun2.util.interceptor.OgcXmlUtil
 
getRequestParameterValue(HttpServletRequest, String[]) - Static method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
getRequestParameterValue(HttpServletRequest, String) - Static method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
getRequestRule() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
getRequestURI() - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
getResetPasswordMailMessageTemplate() - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
getResolutions() - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
getResolutions() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getResponseRule() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
getResultLimit() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
getResultLimit() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
getResultList() - Method in class de.terrestris.shogun2.paging.PagingResult
 
getRoles() - Method in class de.terrestris.shogun2.model.User
 
getRoles() - Method in class de.terrestris.shogun2.model.UserGroup
 
getRotation() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
getRule() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
getService() - Method in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
 
getService() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
getService() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
getService() - Method in class de.terrestris.shogun2.web.AbstractWebController
 
getSource() - Method in class de.terrestris.shogun2.model.layer.Layer
 
getSrc() - Method in class de.terrestris.shogun2.model.module.Image
 
getStatusCode() - Method in class de.terrestris.shogun2.util.model.Response
 
getSubModules() - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
getSuperAdminRoleName() - Method in class de.terrestris.shogun2.util.config.ConfigHolder
 
getTablePrefix() - Method in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
 
getText() - Method in class de.terrestris.shogun2.model.module.Button
 
getThumbnail() - Method in class de.terrestris.shogun2.model.ImageFile
 
getThumbnail(Integer) - Method in class de.terrestris.shogun2.web.ImageFileController
Gets an image from the database by the given id
getTileGrid() - Method in class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
 
getTileGridExtent() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
getTileGridOrigin() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
getTileGridResolutions() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
getTileSize() - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
getTileSize() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
getToken() - Method in class de.terrestris.shogun2.model.token.Token
 
getTooltip() - Method in class de.terrestris.shogun2.model.module.Button
 
getTotalCount() - Method in class de.terrestris.shogun2.paging.PagingResult
 
getTransformCenterOnRender() - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
 
getType() - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
getType() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
getType() - Method in class de.terrestris.shogun2.model.layout.Layout
 
getTypeDelay() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
getTypeDelay() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
getTypeDelay() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
getUpperRight() - Method in class de.terrestris.shogun2.model.layer.util.Extent
 
getUrl() - Method in class de.terrestris.shogun2.model.Application
 
getUrl() - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
getUrl() - Method in class de.terrestris.shogun2.model.module.Print
 
getUser() - Method in class de.terrestris.shogun2.model.token.UserToken
 
getUserBySession() - Method in class de.terrestris.shogun2.service.UserService
 
getUserBySession() - Method in class de.terrestris.shogun2.web.UserController
 
getUserDao() - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
getUserGroups() - Method in class de.terrestris.shogun2.model.User
 
getUserPermissions() - Method in class de.terrestris.shogun2.model.PersistentObject
 
getUsersOfGroup(Integer) - Method in class de.terrestris.shogun2.service.UserGroupService
 
getValidTokenForUser(User, Integer) - Method in class de.terrestris.shogun2.service.AbstractUserTokenService
Returns a valid (i.e. non-expired) UserToken for the given user.
getVersion() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
getViewboxlbrt() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
getViewboxlbrt() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
getViewport() - Method in class de.terrestris.shogun2.model.Application
 
getVisible() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
getWfsServerUrl() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
getWidth() - Method in class de.terrestris.shogun2.model.ImageFile
 
getWidth() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
getXtype() - Method in class de.terrestris.shogun2.model.module.Module
 
getZoom() - Method in class de.terrestris.shogun2.model.map.MapConfig
 

H

hashCode() - Method in class de.terrestris.shogun2.model.Application
 
hashCode() - Method in class de.terrestris.shogun2.model.File
 
hashCode() - Method in class de.terrestris.shogun2.model.ImageFile
 
hashCode() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.Layer
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.source.WmtsLayerDataSource
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.util.Extent
 
hashCode() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
hashCode() - Method in class de.terrestris.shogun2.model.layout.AbsoluteLayout
 
hashCode() - Method in class de.terrestris.shogun2.model.layout.BorderLayout
 
hashCode() - Method in class de.terrestris.shogun2.model.layout.Layout
 
hashCode() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
hashCode() - Method in class de.terrestris.shogun2.model.map.MapControl
 
hashCode() - Method in class de.terrestris.shogun2.model.module.AccordionPanel
 
hashCode() - Method in class de.terrestris.shogun2.model.module.Button
 
hashCode() - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
hashCode() - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
 
hashCode() - Method in class de.terrestris.shogun2.model.module.Image
 
hashCode() - Method in class de.terrestris.shogun2.model.module.Map
 
hashCode() - Method in class de.terrestris.shogun2.model.module.Module
 
hashCode() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
hashCode() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
hashCode() - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
hashCode() - Method in class de.terrestris.shogun2.model.module.Print
 
hashCode() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
hashCode() - Method in class de.terrestris.shogun2.model.PersistentObject
 
hashCode() - Method in class de.terrestris.shogun2.model.Person
 
hashCode() - Method in class de.terrestris.shogun2.model.Role
 
hashCode() - Method in class de.terrestris.shogun2.model.Territory
 
hashCode() - Method in class de.terrestris.shogun2.model.token.Token
 
hashCode() - Method in class de.terrestris.shogun2.model.token.UserToken
 
hashCode() - Method in class de.terrestris.shogun2.model.User
 
hashCode() - Method in class de.terrestris.shogun2.model.UserGroup
 
hasPermission(User, E, Permission) - Method in class de.terrestris.shogun2.security.access.entity.AlwaysAllowReadPermissionEvaluator
Grants READ permission on the user object of the currently logged in user.
hasPermission(User, E, Permission) - Method in class de.terrestris.shogun2.security.access.entity.PermissionCollectionPermissionEvaluator
Always grants every permission on permission collections.
hasPermission(User, E, Permission) - Method in class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
 
hasPermission(User, E, Permission) - Method in class de.terrestris.shogun2.security.access.entity.UserGroupPermissionEvaluator
Grants READ permission on groups where the user is a member.
hasPermission(User, E, Permission) - Method in class de.terrestris.shogun2.security.access.entity.UserPermissionEvaluator
Grants READ permission on the user object of the currently logged in user.
hasPermission(Authentication, Object, Object) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
hasPermission(Authentication, Serializable, String, Object) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
HttpEnum - Class in de.terrestris.shogun2.util.enumeration
 
HttpEnum() - Constructor for class de.terrestris.shogun2.util.enumeration.HttpEnum
 
HttpEnum.EventType - Enum in de.terrestris.shogun2.util.enumeration
A enum type for the allowed event format.
HttpUtil - Class in de.terrestris.shogun2.util.http
 
HttpUtil() - Constructor for class de.terrestris.shogun2.util.http.HttpUtil
 

I

IdHelper - Class in de.terrestris.shogun2.helper
 
IdHelper() - Constructor for class de.terrestris.shogun2.helper.IdHelper
 
Image - Class in de.terrestris.shogun2.model.module
The Image Module is the Ext JS representation of an HTML img element.
Image() - Constructor for class de.terrestris.shogun2.model.module.Image
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
ImageFile - Class in de.terrestris.shogun2.model
This class represents an Image which is stored as a bytearray in the database
ImageFile() - Constructor for class de.terrestris.shogun2.model.ImageFile
 
ImageFileController<E extends ImageFile,D extends ImageFileDao<E>,S extends ImageFileService<E,D>> - Class in de.terrestris.shogun2.web
 
ImageFileController() - Constructor for class de.terrestris.shogun2.web.ImageFileController
Default constructor, which calls the type-constructor
ImageFileController(Class<E>) - Constructor for class de.terrestris.shogun2.web.ImageFileController
Constructor that sets the concrete entity class for the controller.
ImageFileDao<E extends File> - Class in de.terrestris.shogun2.dao
 
ImageFileDao() - Constructor for class de.terrestris.shogun2.dao.ImageFileDao
Public default constructor for this DAO.
ImageFileDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.ImageFileDao
Constructor that has to be called by subclasses.
ImageFileRestController<E extends ImageFile,D extends ImageFileDao<E>,S extends ImageFileService<E,D>> - Class in de.terrestris.shogun2.rest
 
ImageFileRestController() - Constructor for class de.terrestris.shogun2.rest.ImageFileRestController
Default constructor, which calls the type-constructor
ImageFileRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.ImageFileRestController
Constructor that sets the concrete entity class for the controller.
ImageFileService<E extends ImageFile,D extends ImageFileDao<E>> - Class in de.terrestris.shogun2.service
Service class for the ImageFile model.
ImageFileService() - Constructor for class de.terrestris.shogun2.service.ImageFileService
Default constructor, which calls the type-constructor
ImageFileService(Class<E>) - Constructor for class de.terrestris.shogun2.service.ImageFileService
Constructor that sets the concrete entity class for the service.
ImageWmsLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
Class representing a layer data source for WMS servers providing single, untiled images.
ImageWmsLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
ImageWmsLayerDataSource(String, String, String, int, int, String, String, String) - Constructor for class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
ImplicitNamingStrategyShogun2 - Class in de.terrestris.shogun2.util.naming
Convert to plural form.
ImplicitNamingStrategyShogun2() - Constructor for class de.terrestris.shogun2.util.naming.ImplicitNamingStrategyShogun2
 
InitializationService - Class in de.terrestris.shogun2.service
This service class will be used by the ContentInitializer to create content on initialization.
InitializationService() - Constructor for class de.terrestris.shogun2.service.InitializationService
 
initializeDatabaseContent() - Method in class de.terrestris.shogun2.init.ContentInitializer
The method called on initialization
initService - Variable in class de.terrestris.shogun2.init.ContentInitializer
Initialization Service to init shogun content like users or default applications.
interceptDescribeCoverage(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WcsRequestInterceptorInterface
 
interceptDescribeCoverage(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WcsResponseInterceptorInterface
 
interceptDescribeFeatureType(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
 
interceptDescribeFeatureType(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
 
interceptDescribeLayer(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
 
interceptDescribeLayer(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
 
interceptGeoServerRequest(HttpServletRequest) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
 
interceptGeoServerRequest(HttpServletRequest) - Method in class de.terrestris.shogun2.web.GeoServerInterceptorController
 
interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WcsRequestInterceptorInterface
 
interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WcsResponseInterceptorInterface
 
interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
 
interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
 
interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
 
interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
 
interceptGetCoverage(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WcsRequestInterceptorInterface
 
interceptGetCoverage(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WcsResponseInterceptorInterface
 
interceptGetFeature(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
 
interceptGetFeature(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
 
interceptGetFeatureInfo(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
 
interceptGetFeatureInfo(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
 
interceptGetLegendGraphic(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
 
interceptGetLegendGraphic(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
 
interceptGetMap(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
 
interceptGetMap(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
 
interceptGetStyles(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WmsRequestInterceptorInterface
 
interceptGetStyles(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WmsResponseInterceptorInterface
 
interceptLockFeature(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
 
interceptLockFeature(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
 
InterceptorEnum - Class in de.terrestris.shogun2.util.enumeration
 
InterceptorEnum() - Constructor for class de.terrestris.shogun2.util.enumeration.InterceptorEnum
 
InterceptorEnum.RuleType - Enum in de.terrestris.shogun2.util.enumeration
A enum type for the allowed rule format.
InterceptorException - Exception in de.terrestris.shogun2.util.interceptor
 
InterceptorException() - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
 
InterceptorException(String) - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
 
InterceptorException(Throwable) - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
 
InterceptorException(String, Throwable) - Constructor for exception de.terrestris.shogun2.util.interceptor.InterceptorException
 
InterceptorRule - Class in de.terrestris.shogun2.model.interceptor
The model representing the rules for the GeoServer Interceptor class.
InterceptorRule() - Constructor for class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
InterceptorRule(HttpEnum.EventType, InterceptorEnum.RuleType, OgcEnum.ServiceType, OgcEnum.OperationType, String) - Constructor for class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
InterceptorRuleDao<E extends InterceptorRule> - Class in de.terrestris.shogun2.dao
 
InterceptorRuleDao() - Constructor for class de.terrestris.shogun2.dao.InterceptorRuleDao
Public default constructor for this DAO.
InterceptorRuleDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.InterceptorRuleDao
Constructor that has to be called by subclasses.
InterceptorRuleService<E extends InterceptorRule,D extends InterceptorRuleDao<E>> - Class in de.terrestris.shogun2.service
 
InterceptorRuleService() - Constructor for class de.terrestris.shogun2.service.InterceptorRuleService
Default constructor, which calls the type-constructor
InterceptorRuleService(Class<E>) - Constructor for class de.terrestris.shogun2.service.InterceptorRuleService
Constructor that sets the concrete entity class for the service.
interceptTransaction(MutableHttpServletRequest) - Method in interface de.terrestris.shogun2.util.interceptor.WfsRequestInterceptorInterface
 
interceptTransaction(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shogun2.util.interceptor.WfsResponseInterceptorInterface
 
isActive() - Method in class de.terrestris.shogun2.model.User
 
isFinished() - Method in class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
 
isReady() - Method in class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
 
isRequestAllowed() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isRequestDenied() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isRequestModified() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isResponseAllowed() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isResponseDenied() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isResponseModified() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWcs() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWcsDescribeCoverage() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWcsGetCapabilities() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWcsGetCoverage() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWfs() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWfsDescribeFeatureType() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWfsGetCapabilities() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWfsGetFeature() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWfsLockFeature() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWfsTransaction() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWms() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWmsDescribeLayer() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWmsGetCapabilities() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWmsGetFeatureInfo() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWmsGetLegendGraphic() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWmsGetMap() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
isWmsGetStyles() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 

L

Layer - Class in de.terrestris.shogun2.model.layer
Representation of a layer which consists a corresponding data source and an appearance
Layer() - Constructor for class de.terrestris.shogun2.model.layer.Layer
 
Layer(String) - Constructor for class de.terrestris.shogun2.model.layer.Layer
 
Layer(String, LayerDataSource, LayerAppearance) - Constructor for class de.terrestris.shogun2.model.layer.Layer
 
LayerAppearance - Class in de.terrestris.shogun2.model.layer.appearance
This class holds the appearance properties of a layer Layer Object
LayerAppearance() - Constructor for class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
LayerAppearance(String, String, Double, Double, Double, Boolean) - Constructor for class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
LayerAppearanceDao<E extends LayerAppearance> - Class in de.terrestris.shogun2.dao
 
LayerAppearanceDao() - Constructor for class de.terrestris.shogun2.dao.LayerAppearanceDao
Public default constructor for this DAO.
LayerAppearanceDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayerAppearanceDao
Constructor that has to be called by subclasses.
LayerAppearanceRestController<E extends LayerAppearance,D extends LayerAppearanceDao<E>,S extends LayerAppearanceService<E,D>> - Class in de.terrestris.shogun2.rest
 
LayerAppearanceRestController() - Constructor for class de.terrestris.shogun2.rest.LayerAppearanceRestController
Default constructor, which calls the type-constructor
LayerAppearanceRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayerAppearanceRestController
Constructor that sets the concrete entity class for the controller.
LayerAppearanceService<E extends LayerAppearance,D extends LayerAppearanceDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
LayerAppearanceService() - Constructor for class de.terrestris.shogun2.service.LayerAppearanceService
Default constructor, which calls the type-constructor
LayerAppearanceService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayerAppearanceService
Constructor that sets the concrete entity class for the service.
LayerController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> - Class in de.terrestris.shogun2.web
 
LayerController() - Constructor for class de.terrestris.shogun2.web.LayerController
Default constructor, which calls the type-constructor
LayerController(Class<E>) - Constructor for class de.terrestris.shogun2.web.LayerController
Constructor that sets the concrete entity class for the controller.
LayerDao<E extends Layer> - Class in de.terrestris.shogun2.dao
 
LayerDao() - Constructor for class de.terrestris.shogun2.dao.LayerDao
Public default constructor for this DAO.
LayerDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayerDao
Constructor that has to be called by subclasses.
LayerDataSource - Class in de.terrestris.shogun2.model.layer.source
Base class for all layer datasources
LayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.LayerDataSource
default constructor
LayerDataSource(String, String, String) - Constructor for class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
LayerDataSourceDao<E extends LayerDataSource> - Class in de.terrestris.shogun2.dao
 
LayerDataSourceDao() - Constructor for class de.terrestris.shogun2.dao.LayerDataSourceDao
Public default constructor for this DAO.
LayerDataSourceDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayerDataSourceDao
Constructor that has to be called by subclasses.
LayerDataSourceRestController<E extends LayerDataSource,D extends LayerDataSourceDao<E>,S extends LayerDataSourceService<E,D>> - Class in de.terrestris.shogun2.rest
 
LayerDataSourceRestController() - Constructor for class de.terrestris.shogun2.rest.LayerDataSourceRestController
Default constructor, which calls the type-constructor
LayerDataSourceRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayerDataSourceRestController
Constructor that sets the concrete entity class for the controller.
LayerDataSourceService<E extends LayerDataSource,D extends LayerDataSourceDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
LayerDataSourceService() - Constructor for class de.terrestris.shogun2.service.LayerDataSourceService
Default constructor, which calls the type-constructor
LayerDataSourceService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayerDataSourceService
Constructor that sets the concrete entity class for the service.
LayerIdResolver<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> - Class in de.terrestris.shogun2.converter
 
LayerIdResolver() - Constructor for class de.terrestris.shogun2.converter.LayerIdResolver
 
LayerRestController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> - Class in de.terrestris.shogun2.rest
 
LayerRestController() - Constructor for class de.terrestris.shogun2.rest.LayerRestController
Default constructor, which calls the type-constructor
LayerRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayerRestController
Constructor that sets the concrete entity class for the controller.
LayerService<E extends Layer,D extends LayerDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Layer model.
LayerService() - Constructor for class de.terrestris.shogun2.service.LayerService
Default constructor, which calls the type-constructor
LayerService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayerService
Constructor that sets the concrete entity class for the service.
Layout - Class in de.terrestris.shogun2.model.layout
This class represents the layout of a CompositeModule in a GUI.
Layout() - Constructor for class de.terrestris.shogun2.model.layout.Layout
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
LayoutDao<E extends Layout> - Class in de.terrestris.shogun2.dao
 
LayoutDao() - Constructor for class de.terrestris.shogun2.dao.LayoutDao
Public default constructor for this DAO.
LayoutDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.LayoutDao
Constructor that has to be called by subclasses.
LayoutRestController<E extends Layout,D extends LayoutDao<E>,S extends LayoutService<E,D>> - Class in de.terrestris.shogun2.rest
 
LayoutRestController() - Constructor for class de.terrestris.shogun2.rest.LayoutRestController
Default constructor, which calls the type-constructor
LayoutRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.LayoutRestController
Constructor that sets the concrete entity class for the controller.
LayoutService<E extends Layout,D extends LayoutDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Layout model.
LayoutService() - Constructor for class de.terrestris.shogun2.service.LayoutService
Default constructor, which calls the type-constructor
LayoutService(Class<E>) - Constructor for class de.terrestris.shogun2.service.LayoutService
Constructor that sets the concrete entity class for the service.
LENGTH_LIMIT_ORACLE - Static variable in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
 
LENGTH_LIMIT_POSTGRESQL - Static variable in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
 
loadById(ID) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Return a proxy of the object (without hitting the database).
loadById(int) - Method in class de.terrestris.shogun2.service.AbstractCrudService
Return a proxy of the object (without hitting the database).
LOG - Variable in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
 
LOG - Variable in class de.terrestris.shogun2.dao.GenericHibernateDao
The LOGGER instance (that will be available in all subclasses)
LOG - Variable in class de.terrestris.shogun2.init.ContentInitializer
The Logger
LOG - Variable in class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
The LOGGER instance
LOG - Variable in class de.terrestris.shogun2.service.AbstractDaoService
The LOGGER instance (that will be available in all subclasses)
LOG - Variable in class de.terrestris.shogun2.web.AbstractWebController
The LOGGER instance (that will be available in all subclasses)

M

MailPublisher - Class in de.terrestris.shogun2.util.mail
 
MailPublisher() - Constructor for class de.terrestris.shogun2.util.mail.MailPublisher
 
Map - Class in de.terrestris.shogun2.model.module
Class represents a map component
Map() - Constructor for class de.terrestris.shogun2.model.module.Map
default constructor
Map(String, MapConfig, List<Layer>) - Constructor for class de.terrestris.shogun2.model.module.Map
 
MapConfig - Class in de.terrestris.shogun2.model.map
The MapConfig is backend representation for an OpenLayers 3 View
MapConfig() - Constructor for class de.terrestris.shogun2.model.map.MapConfig
default constructor
MapConfig(String, Point2D.Double, Extent, List<Double>, Integer, Double, Double, Double, String) - Constructor for class de.terrestris.shogun2.model.map.MapConfig
 
MapConfigDao<E extends MapConfig> - Class in de.terrestris.shogun2.dao
 
MapConfigDao() - Constructor for class de.terrestris.shogun2.dao.MapConfigDao
Public default constructor for this DAO.
MapConfigDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.MapConfigDao
Constructor that has to be called by subclasses.
MapConfigRestController<E extends MapConfig,D extends MapConfigDao<E>,S extends MapConfigService<E,D>> - Class in de.terrestris.shogun2.rest
 
MapConfigRestController() - Constructor for class de.terrestris.shogun2.rest.MapConfigRestController
Default constructor, which calls the type-constructor
MapConfigRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.MapConfigRestController
Constructor that sets the concrete entity class for the controller.
MapConfigService<E extends MapConfig,D extends MapConfigDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
MapConfigService() - Constructor for class de.terrestris.shogun2.service.MapConfigService
Default constructor, which calls the type-constructor
MapConfigService(Class<E>) - Constructor for class de.terrestris.shogun2.service.MapConfigService
Constructor that sets the concrete entity class for the service.
MapControl - Class in de.terrestris.shogun2.model.map
This class represents an OpenLayers 3 control which can be included in a map.
MapControl() - Constructor for class de.terrestris.shogun2.model.map.MapControl
 
MapControl(String) - Constructor for class de.terrestris.shogun2.model.map.MapControl
 
MapControlDao<E extends MapControl> - Class in de.terrestris.shogun2.dao
 
MapControlDao() - Constructor for class de.terrestris.shogun2.dao.MapControlDao
Public default constructor for this DAO.
MapControlDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.MapControlDao
Constructor that has to be called by subclasses.
MapController<E extends Map,D extends MapDao<E>,S extends MapService<E,D>> - Class in de.terrestris.shogun2.web
 
MapController() - Constructor for class de.terrestris.shogun2.web.MapController
Default constructor, which calls the type-constructor
MapController(Class<E>) - Constructor for class de.terrestris.shogun2.web.MapController
Constructor that sets the concrete type for this controller.
MapControlRestController<E extends MapControl,D extends MapControlDao<E>,S extends MapControlService<E,D>> - Class in de.terrestris.shogun2.rest
 
MapControlRestController() - Constructor for class de.terrestris.shogun2.rest.MapControlRestController
Default constructor, which calls the type-constructor
MapControlRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.MapControlRestController
Constructor that sets the concrete entity class for the controller.
MapControlService<E extends MapControl,D extends MapControlDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
MapControlService() - Constructor for class de.terrestris.shogun2.service.MapControlService
Default constructor, which calls the type-constructor
MapControlService(Class<E>) - Constructor for class de.terrestris.shogun2.service.MapControlService
Constructor that sets the concrete entity class for the service.
MapDao<E extends Map> - Class in de.terrestris.shogun2.dao
 
MapDao() - Constructor for class de.terrestris.shogun2.dao.MapDao
Public default constructor for this DAO.
MapDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.MapDao
Constructor that has to be called by subclasses.
MapService<E extends Map,D extends MapDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
MapService() - Constructor for class de.terrestris.shogun2.service.MapService
Default constructor, which calls the type-constructor
MapService(Class<E>) - Constructor for class de.terrestris.shogun2.service.MapService
Constructor that sets the concrete entity class for the service.
Module - Class in de.terrestris.shogun2.model.module
A module is the visual representation of a component in the GUI.
Module() - Constructor for class de.terrestris.shogun2.model.module.Module
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
Module(String) - Constructor for class de.terrestris.shogun2.model.module.Module
 
ModuleController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> - Class in de.terrestris.shogun2.web
 
ModuleController() - Constructor for class de.terrestris.shogun2.web.ModuleController
Default constructor, which calls the type-constructor
ModuleController(Class<E>) - Constructor for class de.terrestris.shogun2.web.ModuleController
Constructor that sets the concrete entity class for the controller.
ModuleDao<E extends Module> - Class in de.terrestris.shogun2.dao
 
ModuleDao() - Constructor for class de.terrestris.shogun2.dao.ModuleDao
Public default constructor for this DAO.
ModuleDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.ModuleDao
Constructor that has to be called by subclasses.
ModuleRestController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> - Class in de.terrestris.shogun2.rest
 
ModuleRestController() - Constructor for class de.terrestris.shogun2.rest.ModuleRestController
Default constructor, which calls the type-constructor
ModuleRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.ModuleRestController
Constructor that sets the concrete entity class for the controller.
ModuleService<E extends Module,D extends ModuleDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
ModuleService() - Constructor for class de.terrestris.shogun2.service.ModuleService
Default constructor, which calls the type-constructor
ModuleService(Class<E>) - Constructor for class de.terrestris.shogun2.service.ModuleService
Constructor that sets the concrete entity class for the service.
MutableHttpServletRequest - Class in de.terrestris.shogun2.util.interceptor
An implementation of HttpServletRequestWrapper.
MutableHttpServletRequest(HttpServletRequest) - Constructor for class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 

N

newForDeserialization(Object) - Method in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
 
NominatimSearch - Class in de.terrestris.shogun2.model.module
A search module working with the OSM Nominatim Service.
NominatimSearch() - Constructor for class de.terrestris.shogun2.model.module.NominatimSearch
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
NominatimSearch.NominatimFormatType - Enum in de.terrestris.shogun2.model.module
A enum type for the allowed response format.
NullAwareBeanUtilsBean - Class in de.terrestris.shogun2.util.bean
Credits go to http://stackoverflow.com/a/3521314
NullAwareBeanUtilsBean() - Constructor for class de.terrestris.shogun2.util.bean.NullAwareBeanUtilsBean
 

O

objectMapper - Variable in class de.terrestris.shogun2.rest.AbstractRestController
 
OgcEnum - Class in de.terrestris.shogun2.util.enumeration
 
OgcEnum() - Constructor for class de.terrestris.shogun2.util.enumeration.OgcEnum
 
OgcEnum.EndPoint - Enum in de.terrestris.shogun2.util.enumeration
A enum type for the allowed endPoint format.
OgcEnum.Operation - Enum in de.terrestris.shogun2.util.enumeration
A enum type for the allowed operation format.
OgcEnum.OperationType - Enum in de.terrestris.shogun2.util.enumeration
A enum type for the allowed operation type format.
OgcEnum.Service - Enum in de.terrestris.shogun2.util.enumeration
A enum type for the allowed service format.
OgcEnum.ServiceType - Enum in de.terrestris.shogun2.util.enumeration
A enum type for the allowed service type format.
OgcMessage - Class in de.terrestris.shogun2.util.interceptor
 
OgcMessage() - Constructor for class de.terrestris.shogun2.util.interceptor.OgcMessage
Default constructor
OgcMessage(OgcEnum.ServiceType, OgcEnum.OperationType, String, InterceptorEnum.RuleType, InterceptorEnum.RuleType) - Constructor for class de.terrestris.shogun2.util.interceptor.OgcMessage
 
OgcMessageDistributor - Class in de.terrestris.shogun2.util.interceptor
 
OgcMessageDistributor() - Constructor for class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
OgcXmlUtil - Class in de.terrestris.shogun2.util.interceptor
 
OgcXmlUtil() - Constructor for class de.terrestris.shogun2.util.interceptor.OgcXmlUtil
 
OPERATIONS_BY_SERVICETYPE - Static variable in class de.terrestris.shogun2.util.enumeration.OgcEnum
A map that contains a set of OgcEnum.OperationTypes for any possible OgcEnum.ServiceType.
OverpassSearch - Class in de.terrestris.shogun2.model.module
A search module working with the OSM Overpass API.
OverpassSearch() - Constructor for class de.terrestris.shogun2.model.module.OverpassSearch
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
OverpassSearch.OverpassFormatType - Enum in de.terrestris.shogun2.model.module
A enum type for the allowed response format.
OverviewMap - Class in de.terrestris.shogun2.model.module
Class represents a GeoExt.component.OverviewMap, that displays an overview map of a parent map.
OverviewMap() - Constructor for class de.terrestris.shogun2.model.module.OverviewMap
 
OverviewMap(Integer) - Constructor for class de.terrestris.shogun2.model.module.OverviewMap
 

P

PagingResult<E extends PersistentObject> - Class in de.terrestris.shogun2.paging
The Result of a paging request.
PagingResult(List<E>, Number) - Constructor for class de.terrestris.shogun2.paging.PagingResult
Constructor
passwordEncoder - Variable in class de.terrestris.shogun2.service.UserService
The autowired PasswordEncoder
PasswordResetToken - Class in de.terrestris.shogun2.model.token
A Token instance that has a one-to-one relation to a User that wants to reset the password.
PasswordResetToken() - Constructor for class de.terrestris.shogun2.model.token.PasswordResetToken
Default constructor
PasswordResetToken(User) - Constructor for class de.terrestris.shogun2.model.token.PasswordResetToken
Constructor that uses the default expiration time.
PasswordResetToken(User, int) - Constructor for class de.terrestris.shogun2.model.token.PasswordResetToken
Constructor that uses the passed values
PasswordResetTokenDao<E extends PasswordResetToken> - Class in de.terrestris.shogun2.dao
 
PasswordResetTokenDao() - Constructor for class de.terrestris.shogun2.dao.PasswordResetTokenDao
Public default constructor for this DAO.
PasswordResetTokenDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.PasswordResetTokenDao
Constructor that has to be called by subclasses.
PasswordResetTokenService<E extends PasswordResetToken,D extends PasswordResetTokenDao<E>> - Class in de.terrestris.shogun2.service
 
PasswordResetTokenService() - Constructor for class de.terrestris.shogun2.service.PasswordResetTokenService
Default constructor, which calls the type-constructor
PasswordResetTokenService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PasswordResetTokenService
Constructor that sets the concrete entity class for the service.
Permission - Enum in de.terrestris.shogun2.model.security
 
PermissionAwareCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> - Class in de.terrestris.shogun2.service
 
PermissionAwareCrudService() - Constructor for class de.terrestris.shogun2.service.PermissionAwareCrudService
Default constructor, which calls the type-constructor
PermissionAwareCrudService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PermissionAwareCrudService
Constructor that sets the concrete entity class for the service.
PermissionCollection - Class in de.terrestris.shogun2.model.security
 
PermissionCollection() - Constructor for class de.terrestris.shogun2.model.security.PermissionCollection
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
PermissionCollection(Set<Permission>) - Constructor for class de.terrestris.shogun2.model.security.PermissionCollection
 
PermissionCollectionDao<E extends PermissionCollection> - Class in de.terrestris.shogun2.dao
 
PermissionCollectionDao() - Constructor for class de.terrestris.shogun2.dao.PermissionCollectionDao
Public default constructor for this DAO.
PermissionCollectionDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.PermissionCollectionDao
Constructor that has to be called by subclasses.
PermissionCollectionPermissionEvaluator<E extends PermissionCollection> - Class in de.terrestris.shogun2.security.access.entity
 
PermissionCollectionPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.PermissionCollectionPermissionEvaluator
Default constructor
PermissionCollectionPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.PermissionCollectionPermissionEvaluator
Constructor for subclasses
permissionCollectionService - Variable in class de.terrestris.shogun2.service.PermissionAwareCrudService
 
PermissionCollectionService<E extends PermissionCollection,D extends PermissionCollectionDao<E>> - Class in de.terrestris.shogun2.service
Service class for the PermissionCollection model.
PermissionCollectionService() - Constructor for class de.terrestris.shogun2.service.PermissionCollectionService
Default constructor, which calls the type-constructor
PermissionCollectionService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PermissionCollectionService
Constructor that sets the concrete entity class for the service.
PersistentObject - Class in de.terrestris.shogun2.model
This class represents the abstract superclass for all entities that are persisted in the database.
PersistentObject() - Constructor for class de.terrestris.shogun2.model.PersistentObject
Constructor
PersistentObjectIdResolver<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> - Class in de.terrestris.shogun2.converter
An ID resolver for PersistentObjects when deserializing only on the base of ID values.
PersistentObjectIdResolver() - Constructor for class de.terrestris.shogun2.converter.PersistentObjectIdResolver
Default Constructor that injects beans automatically.
PersistentObjectPermissionEvaluator<E extends PersistentObject> - Class in de.terrestris.shogun2.security.access.entity
 
PersistentObjectPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.PersistentObjectPermissionEvaluator
 
persistNewUser(E, boolean) - Method in class de.terrestris.shogun2.service.UserService
Persists a new user in the database.
Person - Class in de.terrestris.shogun2.model
 
Person() - Constructor for class de.terrestris.shogun2.model.Person
 
Person(String, String) - Constructor for class de.terrestris.shogun2.model.Person
 
Person(String, String, String) - Constructor for class de.terrestris.shogun2.model.Person
 
PersonDao<E extends Person> - Class in de.terrestris.shogun2.dao
 
PersonDao() - Constructor for class de.terrestris.shogun2.dao.PersonDao
Public default constructor for this DAO.
PersonDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.PersonDao
Constructor that has to be called by subclasses.
PersonService<E extends Person,D extends PersonDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Person model.
PersonService() - Constructor for class de.terrestris.shogun2.service.PersonService
Default constructor, which calls the type-constructor
PersonService(Class<E>) - Constructor for class de.terrestris.shogun2.service.PersonService
Constructor that sets the concrete entity class for the service.
PhysicalNamingStrategyShogun2 - Class in de.terrestris.shogun2.util.naming
Limits identifier length if necessary.
PhysicalNamingStrategyShogun2() - Constructor for class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
 
post(String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(String, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(URI) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URI.
post(URI, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URI.
post(String, List<NameValuePair>) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(String, List<NameValuePair>, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(URI, List<NameValuePair>) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URI.
post(URI, List<NameValuePair>, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URI.
post(String, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(String, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(URI, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(URI, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(String, File) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(String, File, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(URI, File) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
post(URI, File, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP POST on the given URL.
Print - Class in de.terrestris.shogun2.model.module
A module which contains a formular to print the map with the mapfish print v3.
Print() - Constructor for class de.terrestris.shogun2.model.module.Print
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
PropertyValueConverter - Class in de.terrestris.shogun2.converter
This converter can be used for the values of the type Map.
PropertyValueConverter() - Constructor for class de.terrestris.shogun2.converter.PropertyValueConverter
 
put(URI) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Perform HTTP PUT with empty body
put(String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Perform HTTP PUT with empty body
put(URI, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Perform HTTP PUT with empty body
put(String, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Perform HTTP PUT with empty body
put(String, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP PUT on the given URL.
put(String, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP PUT on the given URL.
put(URI, String, ContentType) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP PUT on the given URL.
put(URI, String, ContentType, String, String) - Static method in class de.terrestris.shogun2.util.http.HttpUtil
Performs an HTTP PUT on the given URL.

R

read() - Method in class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
 
registerUser(E, HttpServletRequest) - Method in class de.terrestris.shogun2.service.UserService
Registers a new user.
registerUser(HttpServletRequest, String, String) - Method in class de.terrestris.shogun2.web.UserController
 
RegistrationToken - Class in de.terrestris.shogun2.model.token
A Token instance that has a one-to-one relation to a User that wants to register.
RegistrationToken() - Constructor for class de.terrestris.shogun2.model.token.RegistrationToken
Default constructor
RegistrationToken(User) - Constructor for class de.terrestris.shogun2.model.token.RegistrationToken
Constructor that uses the default expiration time.
RegistrationToken(User, int) - Constructor for class de.terrestris.shogun2.model.token.RegistrationToken
Constructor that uses the passed values
RegistrationTokenDao<E extends RegistrationToken> - Class in de.terrestris.shogun2.dao
 
RegistrationTokenDao() - Constructor for class de.terrestris.shogun2.dao.RegistrationTokenDao
Public default constructor for this DAO.
RegistrationTokenDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.RegistrationTokenDao
Constructor that has to be called by subclasses.
RegistrationTokenService<E extends RegistrationToken,D extends RegistrationTokenDao<E>> - Class in de.terrestris.shogun2.service
 
RegistrationTokenService() - Constructor for class de.terrestris.shogun2.service.RegistrationTokenService
Default constructor, which calls the type-constructor
RegistrationTokenService(Class<E>) - Constructor for class de.terrestris.shogun2.service.RegistrationTokenService
Constructor that sets the concrete entity class for the service.
registrationTokenService - Variable in class de.terrestris.shogun2.service.UserService
Registration token service
remove(Module) - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
removeAndSaveGroupPermissions(E, UserGroup, Permission...) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
This method removes (group) permissions from the passed entity and persists (!)
removeAndSaveUserPermissions(E, User, Permission...) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
This method removes (user) permissions from the passed entity and persists (!)
removeParameter(String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
resetPassword(HttpServletRequest, String) - Method in class de.terrestris.shogun2.web.UserController
 
resolveId(ObjectIdGenerator.IdKey) - Method in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
 
Response - Class in de.terrestris.shogun2.util.model
 
Response() - Constructor for class de.terrestris.shogun2.util.model.Response
 
Response(HttpStatus, HttpHeaders, byte[]) - Constructor for class de.terrestris.shogun2.util.model.Response
 
ResultSet - Class in de.terrestris.shogun2.util.data
 
ResultSet() - Constructor for class de.terrestris.shogun2.util.data.ResultSet
 
Role - Class in de.terrestris.shogun2.model
 
Role() - Constructor for class de.terrestris.shogun2.model.Role
Default Constructor
Role(String) - Constructor for class de.terrestris.shogun2.model.Role
Constructor
RoleDao<E extends Role> - Class in de.terrestris.shogun2.dao
 
RoleDao() - Constructor for class de.terrestris.shogun2.dao.RoleDao
Public default constructor for this DAO.
RoleDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.RoleDao
Constructor that has to be called by subclasses.
RoleService<E extends Role,D extends RoleDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Role model.
RoleService() - Constructor for class de.terrestris.shogun2.service.RoleService
Default constructor, which calls the type-constructor
RoleService(Class<E>) - Constructor for class de.terrestris.shogun2.service.RoleService
Constructor that sets the concrete entity class for the service.
roleService - Variable in class de.terrestris.shogun2.service.UserService
Role service

S

save(E) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Create/save an entity.
saveImage(MultipartFile, boolean, Integer) - Method in class de.terrestris.shogun2.service.ImageFileService
Method persists a given Image as a bytearray in the database
saveOrUpdate(E) - Method in class de.terrestris.shogun2.dao.GenericHibernateDao
Saves or updates the passed entity.
saveOrUpdate(E) - Method in class de.terrestris.shogun2.service.AbstractCrudService
 
savePersistentObject(PersistentObject) - Method in class de.terrestris.shogun2.service.InitializationService
A "generic" method to save an arbitrary PersistentObject.
saveUser(User) - Method in class de.terrestris.shogun2.service.InitializationService
Used to create a user.
scaleImage(byte[], String, Integer) - Static method in class de.terrestris.shogun2.service.ImageFileService
Scales an image by the given dimensions
sendMail(String, String, String[], String[], String[], String, String) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
Sends a SimpleMailMessage.
sendMail(SimpleMailMessage) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
 
sendMail(MimeMessage) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
 
sendMimeMail(String, String, String[], String[], String[], String, String, Boolean, String, File) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
Sends a MimeMessage.
sendRegistrationActivationMail(HttpServletRequest, User) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
sendResetPasswordMail(HttpServletRequest, String) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
service - Variable in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
 
service - Variable in class de.terrestris.shogun2.web.AbstractWebController
The AbstractCrudService for this controller.
service - Variable in class de.terrestris.shogun2.web.GeoServerInterceptorController
 
service - Variable in class de.terrestris.shogun2.web.MapController
 
SERVICETYPES_BY_OPERATION - Static variable in class de.terrestris.shogun2.util.enumeration.OgcEnum
A map that contains a set of OgcEnum.ServiceTypes for any possible OgcEnum.OperationType.
setAccountActivationPath(String) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
setAccountName(String) - Method in class de.terrestris.shogun2.model.User
 
setActive(Boolean) - Method in class de.terrestris.shogun2.model.Application
 
setActive(Boolean) - Method in class de.terrestris.shogun2.model.File
 
setActive(boolean) - Method in class de.terrestris.shogun2.model.User
 
setAllowedFeatureTypeDataTypes(List<String>) - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
setAltText(String) - Method in class de.terrestris.shogun2.model.module.Image
 
setAppContext(ApplicationContext) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
setAppearance(LayerAppearance) - Method in class de.terrestris.shogun2.model.layer.Layer
 
setAttribution(String) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
setBirthday(LocalDate) - Method in class de.terrestris.shogun2.model.Person
 
setBody(byte[]) - Method in class de.terrestris.shogun2.util.model.Response
 
setButtonAction(String) - Method in class de.terrestris.shogun2.model.module.Button
 
setCenter(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
setCenter(Point2D.Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setChangePasswordPath(String) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
setConnectedModule(Module) - Method in class de.terrestris.shogun2.model.module.Button
 
setCoords(List<Point>) - Method in class de.terrestris.shogun2.model.layout.AbsoluteLayout
 
setDao(D) - Method in class de.terrestris.shogun2.service.AbstractDaoService
Subclasses must implement this class and annotate it with Autowired and Qualifier!
setDao(D) - Method in class de.terrestris.shogun2.service.ApplicationService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.ExtentService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.FileService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.ImageFileService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.InterceptorRuleService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.LayerAppearanceService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.LayerDataSourceService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.LayerService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.LayoutService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.MapConfigService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.MapControlService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.MapService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.ModuleService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
 
setDao(D) - Method in class de.terrestris.shogun2.service.PermissionCollectionService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.PersonService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.RoleService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.TileGridService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.UserGroupService
We have to use Qualifier to define the correct dao here.
setDao(D) - Method in class de.terrestris.shogun2.service.UserService
We have to use Qualifier to define the correct dao here.
setDefaultMailSender(String) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
 
setDefaultUserRole(Role) - Method in class de.terrestris.shogun2.service.UserService
 
setDescription(String) - Method in class de.terrestris.shogun2.model.Application
 
setDescription(String) - Method in class de.terrestris.shogun2.model.Role
 
setEmail(String) - Method in class de.terrestris.shogun2.model.Person
 
setEndPoint(String) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
setEndPoint(String) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
setEpsgCodes(List<String>) - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
 
setEvent(HttpEnum.EventType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
setExpandedItem(Module) - Method in class de.terrestris.shogun2.model.module.AccordionPanel
 
setExtent(Extent) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
setExtent(Extent) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setFile(byte[]) - Method in class de.terrestris.shogun2.model.File
 
setFileName(String) - Method in class de.terrestris.shogun2.model.File
 
setFileType(String) - Method in class de.terrestris.shogun2.model.File
 
setFirstName(String) - Method in class de.terrestris.shogun2.model.Person
 
setFormat(String) - Method in class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
 
setFormat(NominatimSearch.NominatimFormatType) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
setFormat(OverpassSearch.OverpassFormatType) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
setGeometry(MultiPolygon) - Method in class de.terrestris.shogun2.model.Territory
 
setGeoServerNameSpaces(Properties) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
 
setGlyph(String) - Method in class de.terrestris.shogun2.model.module.Button
 
setGroupHeaderTpl(String) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
setGroupHeaderTpl(String) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
setGroupHeaderTpl(String) - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
setGroupPermissions(Map<UserGroup, PermissionCollection>) - Method in class de.terrestris.shogun2.model.PersistentObject
 
setHeaders(HttpHeaders) - Method in class de.terrestris.shogun2.util.model.Response
 
setHeight(Integer) - Method in class de.terrestris.shogun2.model.ImageFile
 
setHeight(int) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
setHttpTimeout(int) - Method in class de.terrestris.shogun2.util.http.HttpUtil
Note: The value annotation is set to the setter of httpTimeout here as we can't autowire any value to its static field (but the field has to be static itself).
setIdOnPersistentObject(PersistentObject, Integer) - Static method in class de.terrestris.shogun2.helper.IdHelper
Helper method that uses reflection to set the (inaccessible) id field of the given PersistentObject.
setInteraction(String) - Method in class de.terrestris.shogun2.model.module.Button
 
setInterceptorRuleService(InterceptorRuleService<InterceptorRule, ?>) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
 
setLanguage(Locale) - Method in class de.terrestris.shogun2.model.Application
 
setLanguage(Locale) - Method in class de.terrestris.shogun2.model.Person
 
setLastName(String) - Method in class de.terrestris.shogun2.model.Person
 
setLayerNames(String) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
setLayers(List<Layer>) - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
setLayersForMap(Integer, List<Integer>) - Method in class de.terrestris.shogun2.service.MapService
TODO secure this method!?
setLayersForMap(Integer, List<Integer>) - Method in class de.terrestris.shogun2.web.MapController
 
setLayerStyles(String) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
setLayout(Layout) - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
setLink(String) - Method in class de.terrestris.shogun2.model.module.Image
 
setLowerLeft(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.util.Extent
 
setMagnification(Integer) - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
setMailPublisher(MailPublisher) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
setMailPublisher(MailPublisher) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
setMailSender(JavaMailSender) - Method in class de.terrestris.shogun2.util.mail.MailPublisher
 
setMapConfig(MapConfig) - Method in class de.terrestris.shogun2.model.module.Map
 
setMapControlName(String) - Method in class de.terrestris.shogun2.model.map.MapControl
 
setMapControlProperties(Map<String, Object>) - Method in class de.terrestris.shogun2.model.map.MapControl
 
setMapControls(Set<MapControl>) - Method in class de.terrestris.shogun2.model.module.Map
 
setMapLayers(List<Layer>) - Method in class de.terrestris.shogun2.model.module.Map
 
setMaxResolution(Double) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
setMaxResolution(Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setMembers(Set<User>) - Method in class de.terrestris.shogun2.model.UserGroup
 
setMinResolution(Double) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
setMinResolution(Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setMinSearchTextChars(Integer) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
setMinSearchTextChars(Integer) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
setMinSearchTextChars(Integer) - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
setModified(ReadableDateTime) - Method in class de.terrestris.shogun2.model.PersistentObject
 
setName(String) - Method in class de.terrestris.shogun2.model.Application
 
setName(String) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
setName(String) - Method in class de.terrestris.shogun2.model.layer.Layer
 
setName(String) - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
setName(String) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setName(String) - Method in class de.terrestris.shogun2.model.module.Module
 
setName(String) - Method in class de.terrestris.shogun2.model.Role
 
setName(String) - Method in class de.terrestris.shogun2.model.Territory
 
setName(String) - Method in class de.terrestris.shogun2.model.UserGroup
 
setOgcMessageDistributor(OgcMessageDistributor) - Method in class de.terrestris.shogun2.service.GeoServerInterceptorService
 
setOpacity(Double) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
setOpen(Boolean) - Method in class de.terrestris.shogun2.model.Application
 
setOperation(OgcEnum.OperationType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
setOperation(OgcEnum.OperationType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
setOverviewMapLayers(List<Layer>) - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
setOwner(User) - Method in class de.terrestris.shogun2.model.UserGroup
 
setParameter(String, String[]) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
setParameter(String, String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
setParentMapModule(Map) - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
setPassword(String) - Method in class de.terrestris.shogun2.model.User
 
setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
 
setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shogun2.service.UserService
 
setPasswordResetTokenService(PasswordResetTokenService<PasswordResetToken, PasswordResetTokenDao<PasswordResetToken>>) - Method in class de.terrestris.shogun2.web.UserController
 
setPermissionCollectionService(PermissionCollectionService<PermissionCollection, PermissionCollectionDao<PermissionCollection>>) - Method in class de.terrestris.shogun2.service.PermissionAwareCrudService
 
setPermissionEvaluatorFactory(EntityPermissionEvaluatorFactory) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
setPermissions(Set<Permission>) - Method in class de.terrestris.shogun2.model.security.PermissionCollection
 
setProjection(String) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setProperties(Map<String, Object>) - Method in class de.terrestris.shogun2.model.module.Module
 
setPropertyHints(Set<String>) - Method in class de.terrestris.shogun2.model.layout.Layout
 
setPropertyMusts(Set<String>) - Method in class de.terrestris.shogun2.model.layout.Layout
 
setReadListener(ReadListener) - Method in class de.terrestris.shogun2.util.interceptor.CachedServletInputStream
 
setRegions(List<String>) - Method in class de.terrestris.shogun2.model.layout.BorderLayout
 
setRegistrationMailMessageTemplate(SimpleMailMessage) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
setRegistrationTokenExpirationTime(int) - Method in class de.terrestris.shogun2.service.RegistrationTokenService
 
setRequestRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
setRequestURI(String) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
setRequestURI(URI) - Method in class de.terrestris.shogun2.util.interceptor.MutableHttpServletRequest
 
setResetPasswordMailMessageTemplate(SimpleMailMessage) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
setResolutions(List<Point2D.Double>) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
setResolutions(List<Double>) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setResponseRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
setResultLimit(Integer) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
setResultLimit(Integer) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
setResultList(List<E>) - Method in class de.terrestris.shogun2.paging.PagingResult
 
setRoles(Set<Role>) - Method in class de.terrestris.shogun2.model.User
 
setRoles(Set<Role>) - Method in class de.terrestris.shogun2.model.UserGroup
 
setRotation(Double) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
setRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
setService(S) - Method in class de.terrestris.shogun2.converter.LayerIdResolver
 
setService(S) - Method in class de.terrestris.shogun2.converter.PersistentObjectIdResolver
Has to be implemented by subclasses to autowire and set the correct service class.
setService(S) - Method in class de.terrestris.shogun2.converter.UserGroupIdResolver
 
setService(OgcEnum.ServiceType) - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
setService(S) - Method in class de.terrestris.shogun2.rest.ApplicationRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.ExtentRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.ImageFileRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.LayerAppearanceRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.LayerDataSourceRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.LayerRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.LayoutRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.MapConfigRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.MapControlRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.ModuleRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.TileGridRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.UserGroupRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.UserRestController
We have to use Qualifier to define the correct service here.
setService(OgcEnum.ServiceType) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
setService(S) - Method in class de.terrestris.shogun2.web.AbstractWebController
Subclasses must implement this class and annotate it with Autowired and Qualifier!
setService(S) - Method in class de.terrestris.shogun2.web.ApplicationController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.web.FileController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.web.GeoServerInterceptorController
 
setService(S) - Method in class de.terrestris.shogun2.web.ImageFileController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.web.LayerController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.web.MapController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.web.ModuleController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.web.UserController
We have to use Qualifier to define the correct service here.
setSource(LayerDataSource) - Method in class de.terrestris.shogun2.model.layer.Layer
 
setSrc(String) - Method in class de.terrestris.shogun2.model.module.Image
 
setStatusCode(HttpStatus) - Method in class de.terrestris.shogun2.util.model.Response
 
setSubModules(List<Module>) - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
setTablePrefix(String) - Method in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
 
setText(String) - Method in class de.terrestris.shogun2.model.module.Button
 
setThumbnail(byte[]) - Method in class de.terrestris.shogun2.model.ImageFile
 
setTileGrid(TileGrid) - Method in class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
 
setTileGridExtent(Extent) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
setTileGridOrigin(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
setTileGridResolutions(List<Double>) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
setTileSize(Integer) - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
setTileSize(Integer) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
setTooltip(String) - Method in class de.terrestris.shogun2.model.module.Button
 
setTotalCount(Number) - Method in class de.terrestris.shogun2.paging.PagingResult
 
setTransformCenterOnRender(Boolean) - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
 
setType(String) - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
setType(String) - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
setType(String) - Method in class de.terrestris.shogun2.model.layout.Layout
 
setTypeDelay(Integer) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
setTypeDelay(Integer) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
setTypeDelay(Integer) - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
setUpperRight(Point2D.Double) - Method in class de.terrestris.shogun2.model.layer.util.Extent
 
setUrl(String) - Method in class de.terrestris.shogun2.model.Application
 
setUrl(String) - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
setUrl(String) - Method in class de.terrestris.shogun2.model.module.Print
 
setUserDao(UserDao<User>) - Method in class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
setUserGroups(Set<UserGroup>) - Method in class de.terrestris.shogun2.model.User
 
setUserPermissions(Map<User, PermissionCollection>) - Method in class de.terrestris.shogun2.model.PersistentObject
 
setVersion(String) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
setViewboxlbrt(List<Integer>) - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
setViewboxlbrt(List<Integer>) - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
setViewport(CompositeModule) - Method in class de.terrestris.shogun2.model.Application
 
setVisible(Boolean) - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
setWcsRequestInterceptor(WcsRequestInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
setWcsResponseInterceptor(WcsResponseInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
setWfsRequestInterceptor(WfsRequestInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
setWfsResponseInterceptor(WfsResponseInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
setWfsServerUrl(String) - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
setWidth(Integer) - Method in class de.terrestris.shogun2.model.ImageFile
 
setWidth(int) - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
setWmsRequestInterceptor(WmsRequestInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
setWmsResponseInterceptor(WmsResponseInterceptorInterface) - Method in class de.terrestris.shogun2.util.interceptor.OgcMessageDistributor
 
setXtype(String) - Method in class de.terrestris.shogun2.model.module.Module
 
setZoom(Integer) - Method in class de.terrestris.shogun2.model.map.MapConfig
 
Shogun2AuthenticationProvider - Class in de.terrestris.shogun2.security
 
Shogun2AuthenticationProvider() - Constructor for class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
 
Shogun2ContextUtil - Class in de.terrestris.shogun2.util.application
 
Shogun2ContextUtil() - Constructor for class de.terrestris.shogun2.util.application.Shogun2ContextUtil
 
Shogun2JsonObjectMapper - Class in de.terrestris.shogun2.util.json
Customized JSON/Jackson ObjectMapper attending the needs of SHOGun2.
Shogun2JsonObjectMapper() - Constructor for class de.terrestris.shogun2.util.json.Shogun2JsonObjectMapper
Constructor
Shogun2PermissionEvaluator - Class in de.terrestris.shogun2.security.access
 
Shogun2PermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.Shogun2PermissionEvaluator
 
success(Collection<? extends Object>) - Static method in class de.terrestris.shogun2.util.data.ResultSet
 
success(Object) - Static method in class de.terrestris.shogun2.util.data.ResultSet
 
supports(Class<?>) - Method in class de.terrestris.shogun2.security.Shogun2AuthenticationProvider
 

T

Territory - Class in de.terrestris.shogun2.model
 
Territory() - Constructor for class de.terrestris.shogun2.model.Territory
default constructor
Territory(String, MultiPolygon) - Constructor for class de.terrestris.shogun2.model.Territory
 
TerritoryDao<E extends Territory> - Class in de.terrestris.shogun2.dao
 
TerritoryDao() - Constructor for class de.terrestris.shogun2.dao.TerritoryDao
Public default constructor for this DAO.
TerritoryDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.TerritoryDao
Constructor that has to be called by subclasses.
TileGrid - Class in de.terrestris.shogun2.model.layer.util
Class representing a WMS tile grid
TileGrid() - Constructor for class de.terrestris.shogun2.model.layer.util.TileGrid
 
TileGrid(Point2D.Double, Extent, Integer) - Constructor for class de.terrestris.shogun2.model.layer.util.TileGrid
 
TileGridDao<E extends TileGrid> - Class in de.terrestris.shogun2.dao
 
TileGridDao() - Constructor for class de.terrestris.shogun2.dao.TileGridDao
Public default constructor for this DAO.
TileGridDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.TileGridDao
Constructor that has to be called by subclasses.
TileGridRestController<E extends TileGrid,D extends TileGridDao<E>,S extends TileGridService<E,D>> - Class in de.terrestris.shogun2.rest
 
TileGridRestController() - Constructor for class de.terrestris.shogun2.rest.TileGridRestController
Default constructor, which calls the type-constructor
TileGridRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.TileGridRestController
Constructor that sets the concrete entity class for the controller.
TileGridService<E extends TileGrid,D extends TileGridDao<E>> - Class in de.terrestris.shogun2.service
Service class for the Module model.
TileGridService() - Constructor for class de.terrestris.shogun2.service.TileGridService
Default constructor, which calls the type-constructor
TileGridService(Class<E>) - Constructor for class de.terrestris.shogun2.service.TileGridService
Constructor that sets the concrete entity class for the service.
TileWmsLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
Data source of layers for tile data from WMS servers.
TileWmsLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
default constructor
TileWmsLayerDataSource(String, String, String, int, int, String, String, String, TileGrid) - Constructor for class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
 
Token - Class in de.terrestris.shogun2.model.token
Abstract base class for all tokens.
Token(int) - Constructor for class de.terrestris.shogun2.model.token.Token
Constructor
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
Converts column names to lower case and limits the length if necessary.
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shogun2.util.naming.PhysicalNamingStrategyShogun2
Converts table names to lower case and limits the length if necessary.
toString() - Method in class de.terrestris.shogun2.model.Application
 
toString() - Method in class de.terrestris.shogun2.model.File
 
toString() - Method in class de.terrestris.shogun2.model.ImageFile
 
toString() - Method in class de.terrestris.shogun2.model.interceptor.InterceptorRule
 
toString() - Method in class de.terrestris.shogun2.model.layer.appearance.LayerAppearance
 
toString() - Method in class de.terrestris.shogun2.model.layer.Layer
 
toString() - Method in class de.terrestris.shogun2.model.layer.source.ImageWmsLayerDataSource
 
toString() - Method in class de.terrestris.shogun2.model.layer.source.LayerDataSource
 
toString() - Method in class de.terrestris.shogun2.model.layer.source.TileWmsLayerDataSource
 
toString() - Method in class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
 
toString() - Method in class de.terrestris.shogun2.model.layer.source.WmtsLayerDataSource
 
toString() - Method in class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
toString() - Method in class de.terrestris.shogun2.model.layer.util.Extent
 
toString() - Method in class de.terrestris.shogun2.model.layer.util.TileGrid
 
toString() - Method in class de.terrestris.shogun2.model.layout.AbsoluteLayout
 
toString() - Method in class de.terrestris.shogun2.model.layout.BorderLayout
 
toString() - Method in class de.terrestris.shogun2.model.layout.Layout
 
toString() - Method in class de.terrestris.shogun2.model.map.MapConfig
 
toString() - Method in class de.terrestris.shogun2.model.map.MapControl
 
toString() - Method in class de.terrestris.shogun2.model.module.AccordionPanel
 
toString() - Method in class de.terrestris.shogun2.model.module.Button
 
toString() - Method in class de.terrestris.shogun2.model.module.CompositeModule
 
toString() - Method in class de.terrestris.shogun2.model.module.CoordinateTransformation
 
toString() - Method in class de.terrestris.shogun2.model.module.Image
 
toString() - Method in class de.terrestris.shogun2.model.module.Map
 
toString() - Method in class de.terrestris.shogun2.model.module.Module
 
toString() - Method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) NominatimSearch.NominatimFormatType.value.
toString() - Method in class de.terrestris.shogun2.model.module.NominatimSearch
 
toString() - Method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) OverpassSearch.OverpassFormatType.value.
toString() - Method in class de.terrestris.shogun2.model.module.OverpassSearch
 
toString() - Method in class de.terrestris.shogun2.model.module.OverviewMap
 
toString() - Method in class de.terrestris.shogun2.model.module.Print
 
toString() - Method in class de.terrestris.shogun2.model.module.WfsSearch
 
toString() - Method in class de.terrestris.shogun2.model.PersistentObject
 
toString() - Method in class de.terrestris.shogun2.model.Person
 
toString() - Method in class de.terrestris.shogun2.model.Role
 
toString() - Method in enum de.terrestris.shogun2.model.security.Permission
 
toString() - Method in class de.terrestris.shogun2.model.Territory
 
toString() - Method in class de.terrestris.shogun2.model.token.PasswordResetToken
 
toString() - Method in class de.terrestris.shogun2.model.token.RegistrationToken
 
toString() - Method in class de.terrestris.shogun2.model.token.Token
 
toString() - Method in class de.terrestris.shogun2.model.token.UserToken
 
toString() - Method in class de.terrestris.shogun2.model.User
 
toString() - Method in class de.terrestris.shogun2.model.UserGroup
 
toString() - Method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) HttpEnum.EventType.value.
toString() - Method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) InterceptorEnum.RuleType.value.
toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) OgcEnum.EndPoint.value.
toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) OgcEnum.Operation.value.
toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) OgcEnum.OperationType.value.
toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) OgcEnum.Service.value.
toString() - Method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
This method is annotated with JsonValue, so that jackson will serialize the enum value to the (lowercase) OgcEnum.ServiceType.value.
toString() - Method in class de.terrestris.shogun2.util.interceptor.OgcMessage
 
toString() - Method in class de.terrestris.shogun2.util.model.Response
 
transformEntityName(EntityNaming) - Method in class de.terrestris.shogun2.util.naming.ImplicitNamingStrategyShogun2
Transforms an entity name to plural form.

U

update(int, HttpServletRequest) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Updates an entity by id.
updatePartialWithJsonNode(E, JsonNode, ObjectMapper) - Method in class de.terrestris.shogun2.service.AbstractCrudService
 
updatePassword(E, String) - Method in class de.terrestris.shogun2.service.UserService
 
uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.service.FileService
Method persists a given MultipartFile as a bytearray in the database
uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.service.ImageFileService
 
uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.web.FileController
Persists a file as bytearray in the database
User - Class in de.terrestris.shogun2.model
 
User() - Constructor for class de.terrestris.shogun2.model.User
Default constructor
User(String, String, String) - Constructor for class de.terrestris.shogun2.model.User
 
User(String, String, String, String) - Constructor for class de.terrestris.shogun2.model.User
 
User(String, String, String, String, boolean) - Constructor for class de.terrestris.shogun2.model.User
 
UserController<E extends User,D extends UserDao<E>,S extends UserService<E,D>> - Class in de.terrestris.shogun2.web
 
UserController() - Constructor for class de.terrestris.shogun2.web.UserController
Default constructor, which calls the type-constructor
UserController(Class<E>) - Constructor for class de.terrestris.shogun2.web.UserController
Constructor that sets the concrete entity class for the controller.
UserDao<E extends User> - Class in de.terrestris.shogun2.dao
 
UserDao() - Constructor for class de.terrestris.shogun2.dao.UserDao
Public default constructor for this DAO.
UserDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.UserDao
Constructor that has to be called by subclasses.
UserGroup - Class in de.terrestris.shogun2.model
 
UserGroup() - Constructor for class de.terrestris.shogun2.model.UserGroup
Default Constructor
UserGroupDao<E extends UserGroup> - Class in de.terrestris.shogun2.dao
 
UserGroupDao() - Constructor for class de.terrestris.shogun2.dao.UserGroupDao
Public default constructor for this DAO.
UserGroupDao(Class<E>) - Constructor for class de.terrestris.shogun2.dao.UserGroupDao
Constructor that has to be called by subclasses.
UserGroupIdResolver<E extends UserGroup,D extends UserGroupDao<E>,S extends UserGroupService<E,D>> - Class in de.terrestris.shogun2.converter
 
UserGroupIdResolver() - Constructor for class de.terrestris.shogun2.converter.UserGroupIdResolver
 
UserGroupPermissionEvaluator<E extends UserGroup> - Class in de.terrestris.shogun2.security.access.entity
 
UserGroupPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.UserGroupPermissionEvaluator
Default constructor
UserGroupPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.UserGroupPermissionEvaluator
Constructor for subclasses
UserGroupRestController<E extends UserGroup,D extends UserGroupDao<E>,S extends UserGroupService<E,D>> - Class in de.terrestris.shogun2.rest
 
UserGroupRestController() - Constructor for class de.terrestris.shogun2.rest.UserGroupRestController
Default constructor, which calls the type-constructor
UserGroupRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.UserGroupRestController
Constructor that sets the concrete entity class for the controller.
UserGroupService<E extends UserGroup,D extends UserGroupDao<E>> - Class in de.terrestris.shogun2.service
Service class for the UserGroup model.
UserGroupService() - Constructor for class de.terrestris.shogun2.service.UserGroupService
Default constructor, which calls the type-constructor
UserGroupService(Class<E>) - Constructor for class de.terrestris.shogun2.service.UserGroupService
Constructor that sets the concrete entity class for the service.
UserPermissionEvaluator<E extends User> - Class in de.terrestris.shogun2.security.access.entity
 
UserPermissionEvaluator() - Constructor for class de.terrestris.shogun2.security.access.entity.UserPermissionEvaluator
Default constructor
UserPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shogun2.security.access.entity.UserPermissionEvaluator
Constructor for subclasses
UserRestController<E extends User,D extends UserDao<E>,S extends UserService<E,D>> - Class in de.terrestris.shogun2.rest
 
UserRestController() - Constructor for class de.terrestris.shogun2.rest.UserRestController
Default constructor, which calls the type-constructor
UserRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.UserRestController
Constructor that sets the concrete entity class for the controller.
UserService<E extends User,D extends UserDao<E>> - Class in de.terrestris.shogun2.service
Service class for the User model.
UserService() - Constructor for class de.terrestris.shogun2.service.UserService
Default constructor, which calls the type-constructor
UserService(Class<E>) - Constructor for class de.terrestris.shogun2.service.UserService
Constructor that sets the concrete entity class for the service.
UserToken - Class in de.terrestris.shogun2.model.token
A UserToken instance that has a one-to-one relation to a User .
UserToken() - Constructor for class de.terrestris.shogun2.model.token.UserToken
Default constructor
UserToken(User) - Constructor for class de.terrestris.shogun2.model.token.UserToken
Constructor.
UserToken(User, int) - Constructor for class de.terrestris.shogun2.model.token.UserToken
Constructor

V

validateToken(E) - Method in class de.terrestris.shogun2.service.AbstractTokenService
If the passed token is null or expired, this method will throw an Exception.
validateToken(E) - Method in class de.terrestris.shogun2.service.AbstractUserTokenService
If the passed token is null or expired or if there is no user associated with the token, this method will throw an Exception.
validateTokenAndUpdatePassword(String, String) - Method in class de.terrestris.shogun2.service.PasswordResetTokenService
 
valueOf(String) - Static method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.model.security.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.terrestris.shogun2.model.module.NominatimSearch.NominatimFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.model.module.OverpassSearch.OverpassFormatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.model.security.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.util.enumeration.HttpEnum.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.util.enumeration.InterceptorEnum.RuleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.EndPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.Service
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.terrestris.shogun2.util.enumeration.OgcEnum.ServiceType
Returns an array containing the constants of this enum type, in the order they are declared.
VectorLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
VectorLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
 
VectorLayerDataSource(String, String, String, String) - Constructor for class de.terrestris.shogun2.model.layer.source.VectorLayerDataSource
 

W

WcsRequestInterceptorInterface - Interface in de.terrestris.shogun2.util.interceptor
 
WcsResponseInterceptorInterface - Interface in de.terrestris.shogun2.util.interceptor
 
WfsRequestInterceptorInterface - Interface in de.terrestris.shogun2.util.interceptor
 
WfsResponseInterceptorInterface - Interface in de.terrestris.shogun2.util.interceptor
 
WfsSearch - Class in de.terrestris.shogun2.model.module
A module to search features of a WFS.
WfsSearch() - Constructor for class de.terrestris.shogun2.model.module.WfsSearch
Explicitly adding the default constructor as this is important, e.g. for Hibernate: http://goo.gl/3Cr1pw
WmsRequestInterceptorInterface - Interface in de.terrestris.shogun2.util.interceptor
 
WmsResponseInterceptorInterface - Interface in de.terrestris.shogun2.util.interceptor
 
WmtsLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
Class representing a layer source for tile data from WMTS servers.
WmtsLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.WmtsLayerDataSource
 

X

XyzLayerDataSource - Class in de.terrestris.shogun2.model.layer.source
Class representing a layer source for tile data with URLs in a set XYZ format that are defined in a URL template
XyzLayerDataSource() - Constructor for class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
XyzLayerDataSource(String, String, String, Point2D.Double, Extent, List<Point2D.Double>, Integer) - Constructor for class de.terrestris.shogun2.model.layer.source.XyzLayerDataSource
 
A B C D E F G H I L M N O P R S T U V W X 
Skip navigation links

Copyright © 2016 terrestris GmbH & Co. KG. All rights reserved.