Skip navigation links
A B C D E F G I L M O R S U W 

A

AbstractLayerController<E extends de.terrestris.shogun2.model.layer.AbstractLayer,D extends de.terrestris.shogun2.dao.AbstractLayerDao<E>,S extends AbstractLayerService<E,D>> - Class in de.terrestris.shogun2.web
 
AbstractLayerController() - Constructor for class de.terrestris.shogun2.web.AbstractLayerController
Default constructor, which calls the type-constructor
AbstractLayerController(Class<E>) - Constructor for class de.terrestris.shogun2.web.AbstractLayerController
Constructor that sets the concrete type for this controller.
AbstractLayerRestController<E extends de.terrestris.shogun2.model.layer.AbstractLayer,D extends de.terrestris.shogun2.dao.AbstractLayerDao<E>,S extends AbstractLayerService<E,D>> - Class in de.terrestris.shogun2.rest
 
AbstractLayerRestController() - Constructor for class de.terrestris.shogun2.rest.AbstractLayerRestController
Default constructor, which calls the type-constructor
AbstractLayerRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.AbstractLayerRestController
Constructor that sets the concrete entity class for the controller.
AbstractRestController<E extends de.terrestris.shogun2.model.PersistentObject,D extends de.terrestris.shogun2.dao.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.
AbstractWebController<E extends de.terrestris.shogun2.model.PersistentObject,D extends de.terrestris.shogun2.dao.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.
activateUser(String) - Method in class de.terrestris.shogun2.web.UserController
 
ApplicationController<E extends de.terrestris.shogun2.model.Application,D extends de.terrestris.shogun2.dao.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.
ApplicationRestController<E extends de.terrestris.shogun2.model.Application,D extends de.terrestris.shogun2.dao.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.

B

buildExtModel(HttpServletRequest, HttpServletResponse, String) - Method in class de.terrestris.shogun2.web.ExtModelController
Generates EXT Models based on the Java-models.

C

changePassword(String, String) - Method in class de.terrestris.shogun2.web.UserController
 

D

de.terrestris.shogun2.rest - package de.terrestris.shogun2.rest
 
de.terrestris.shogun2.web - package de.terrestris.shogun2.web
 
delete(int) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Deletes an entity by id.

E

ExtentRestController<E extends de.terrestris.shogun2.model.layer.util.Extent,D extends de.terrestris.shogun2.dao.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.
ExtModelController - Class in de.terrestris.shogun2.web
This controller provides EXT-Models based on the available Java-Models, that are contained in modelPackageCandidates.
ExtModelController() - Constructor for class de.terrestris.shogun2.web.ExtModelController
 

F

FileController<E extends de.terrestris.shogun2.model.File,D extends de.terrestris.shogun2.dao.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.
findAll() - Method in class de.terrestris.shogun2.rest.AbstractRestController
Find all entities.
findAllApplications() - Method in class de.terrestris.shogun2.web.ApplicationController
 
findById(Integer) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Get an entity by id.

G

getEntityClass() - Method in class de.terrestris.shogun2.web.AbstractWebController
 
getFile(Integer) - Method in class de.terrestris.shogun2.web.FileController
Gets a file from the database by the given id
getLayerGroupsOfLayer(Integer) - Method in class de.terrestris.shogun2.web.AbstractLayerController
 
getPasswordResetTokenService() - Method in class de.terrestris.shogun2.web.UserController
 
getService() - Method in class de.terrestris.shogun2.web.AbstractWebController
 
getThumbnail(Integer) - Method in class de.terrestris.shogun2.web.ImageFileController
Gets an image from the database by the given id
getUserBySession() - Method in class de.terrestris.shogun2.web.UserController
 

I

ImageFileController<E extends de.terrestris.shogun2.model.ImageFile,D extends de.terrestris.shogun2.dao.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.
ImageFileRestController<E extends de.terrestris.shogun2.model.ImageFile,D extends de.terrestris.shogun2.dao.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.

L

LayerAppearanceRestController<E extends de.terrestris.shogun2.model.layer.appearance.LayerAppearance,D extends de.terrestris.shogun2.dao.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.
LayerDataSourceRestController<E extends de.terrestris.shogun2.model.layer.source.LayerDataSource,D extends de.terrestris.shogun2.dao.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.
LayerRestController<E extends de.terrestris.shogun2.model.layer.Layer,D extends de.terrestris.shogun2.dao.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.
LayoutRestController<E extends de.terrestris.shogun2.model.layout.Layout,D extends de.terrestris.shogun2.dao.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.
LOG - Variable in class de.terrestris.shogun2.web.AbstractWebController
The LOGGER instance (that will be available in all subclasses)

M

MapConfigRestController<E extends de.terrestris.shogun2.model.map.MapConfig,D extends de.terrestris.shogun2.dao.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.
MapControlRestController<E extends de.terrestris.shogun2.model.map.MapControl,D extends de.terrestris.shogun2.dao.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.
ModuleController<E extends de.terrestris.shogun2.model.module.Module,D extends de.terrestris.shogun2.dao.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.
ModuleRestController<E extends de.terrestris.shogun2.model.module.Module,D extends de.terrestris.shogun2.dao.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.

O

objectMapper - Variable in class de.terrestris.shogun2.rest.AbstractRestController
 

R

registerUser(HttpServletRequest, String, String) - Method in class de.terrestris.shogun2.web.UserController
 
resetPassword(HttpServletRequest, String) - Method in class de.terrestris.shogun2.web.UserController
 

S

save(E) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Create/save an entity.
service - Variable in class de.terrestris.shogun2.web.AbstractLayerController
 
service - Variable in class de.terrestris.shogun2.web.AbstractWebController
The AbstractCrudService for this controller.
setLayersForLayerGroup(Integer, List<String>) - Method in class de.terrestris.shogun2.web.AbstractLayerController
 
setPasswordResetTokenService(PasswordResetTokenService<PasswordResetToken, PasswordResetTokenDao<PasswordResetToken>>) - Method in class de.terrestris.shogun2.web.UserController
 
setService(S) - Method in class de.terrestris.shogun2.rest.AbstractLayerRestController
We have to use Qualifier to define the correct service here.
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.UserRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.rest.WmsTileGridRestController
We have to use Qualifier to define the correct service here.
setService(S) - Method in class de.terrestris.shogun2.web.AbstractLayerController
We have to use Qualifier to define the correct service here.
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.ImageFileController
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.

U

update(int, HttpServletRequest) - Method in class de.terrestris.shogun2.rest.AbstractRestController
Updates an entity by id.
uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.web.FileController
Persists a file as bytearray in the database
uploadFile(MultipartFile) - Method in class de.terrestris.shogun2.web.ImageFileController
Persists an image as bytearray in the database
UserController<E extends de.terrestris.shogun2.model.User,D extends de.terrestris.shogun2.dao.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.
UserRestController<E extends de.terrestris.shogun2.model.User,D extends de.terrestris.shogun2.dao.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.

W

WmsTileGridRestController<E extends de.terrestris.shogun2.model.layer.util.WmsTileGrid,D extends de.terrestris.shogun2.dao.WmsTileGridDao<E>,S extends WmsTileGridService<E,D>> - Class in de.terrestris.shogun2.rest
 
WmsTileGridRestController() - Constructor for class de.terrestris.shogun2.rest.WmsTileGridRestController
Default constructor, which calls the type-constructor
WmsTileGridRestController(Class<E>) - Constructor for class de.terrestris.shogun2.rest.WmsTileGridRestController
Constructor that sets the concrete entity class for the controller.
A B C D E F G I L M O R S U W 
Skip navigation links

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