- AbsoluteLayout - Class in de.terrestris.shoguncore.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.shoguncore.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.shoguncore.service
-
This abstract service class provides basic CRUD functionality.
- AbstractCrudService(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.rest
-
- AbstractRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.AbstractRestController
-
Constructor that sets the concrete entity class for the controller.
- AbstractRESTEntity - Class in de.terrestris.shoguncore.importer.communication
-
- AbstractRESTEntity() - Constructor for class de.terrestris.shoguncore.importer.communication.AbstractRESTEntity
-
Default constructor.
- AbstractTokenDao<E extends Token> - Class in de.terrestris.shoguncore.dao
-
As the
Token class is abstract, this class will also be abstract.
- AbstractTokenDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.AbstractTokenDao
-
Constructor that has to be called by subclasses.
- AbstractTokenService<E extends Token,D extends AbstractTokenDao<E>> - Class in de.terrestris.shoguncore.service
-
- AbstractTokenService() - Constructor for class de.terrestris.shoguncore.service.AbstractTokenService
-
Default constructor, which calls the type-constructor
- AbstractTokenService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.AbstractTokenService
-
Constructor that sets the concrete entity class for the service.
- AbstractUserTokenDao<E extends UserToken> - Class in de.terrestris.shoguncore.dao
-
As the
UserToken class is abstract, this class will also be abstract.
- AbstractUserTokenDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.AbstractUserTokenDao
-
Constructor that has to be called by subclasses.
- AbstractUserTokenService<E extends UserToken,D extends AbstractUserTokenDao<E>> - Class in de.terrestris.shoguncore.service
-
- AbstractUserTokenService() - Constructor for class de.terrestris.shoguncore.service.AbstractUserTokenService
-
Default constructor, which calls the type-constructor
- AbstractUserTokenService(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.web
-
This abstract controller class provides basic web controller functionality:
A logger and a service.
- AbstractWebController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.AbstractWebController
-
Constructor that sets the concrete entity class for the controller.
- AccordionPanel - Class in de.terrestris.shoguncore.model.module
-
This class represents the an Panel with an accordion layout.
- AccordionPanel() - Constructor for class de.terrestris.shoguncore.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.shoguncore.service.UserService
-
- activateUser(String) - Method in class de.terrestris.shoguncore.web.UserController
-
- addAndSaveGroupPermissions(E, UserGroup, Permission...) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
This method adds (user) permissions to the passed entity and persists (!)
- addAndSaveUserPermissions(E, User, Permission...) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
This method adds (user) permissions to the passed entity and persists (!)
- addEndPoint(String) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Add an endpoint.
- addModule(Module) - Method in class de.terrestris.shoguncore.model.module.CompositeModule
-
- addParameter(String, String[]) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- addParameter(String, String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- addPrjFileToArchive(File, String) - Static method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Add a projection file to a shapefile zip archive.
- AlwaysAllowReadPermissionEvaluator<E extends PersistentObject> - Class in de.terrestris.shoguncore.security.access.entity
-
- AlwaysAllowReadPermissionEvaluator() - Constructor for class de.terrestris.shoguncore.security.access.entity.AlwaysAllowReadPermissionEvaluator
-
Default constructor
- AlwaysAllowReadPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shoguncore.security.access.entity.AlwaysAllowReadPermissionEvaluator
-
Constructor for subclasses
- appendQueryString(URI, String) - Static method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
Returns a new URI with the passed queryString (e.g. foo=bar&baz=123) appended to the passed URI.
- Application - Class in de.terrestris.shoguncore.model
-
This class represents a (GIS-)application, which can be opened in a browser.
- Application() - Constructor for class de.terrestris.shoguncore.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.shoguncore.model.Application
-
- ApplicationController<E extends Application,D extends ApplicationDao<E>,S extends ApplicationService<E,D>> - Class in de.terrestris.shoguncore.web
-
- ApplicationController() - Constructor for class de.terrestris.shoguncore.web.ApplicationController
-
Default constructor, which calls the type-constructor
- ApplicationController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.ApplicationController
-
Constructor that sets the concrete entity class for the controller.
- ApplicationDao<E extends Application> - Class in de.terrestris.shoguncore.dao
-
- ApplicationDao() - Constructor for class de.terrestris.shoguncore.dao.ApplicationDao
-
Public default constructor for this DAO.
- ApplicationDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- ApplicationRestController() - Constructor for class de.terrestris.shoguncore.rest.ApplicationRestController
-
Default constructor, which calls the type-constructor
- ApplicationRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.ApplicationRestController
-
Constructor that sets the concrete entity class for the controller.
- ApplicationService<E extends Application,D extends ApplicationDao<E>> - Class in de.terrestris.shoguncore.service
-
- ApplicationService() - Constructor for class de.terrestris.shoguncore.service.ApplicationService
-
Default constructor, which calls the type-constructor
- ApplicationService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.ApplicationService
-
Constructor that sets the concrete entity class for the service.
- asJSON(Object) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Convert an object to json.
- assemble(Serializable, Object) - Method in class de.terrestris.shoguncore.hibernate.JsonbUserType
-
- authenticate(Authentication) - Method in class de.terrestris.shoguncore.security.ShogunCoreAuthenticationProvider
-
This method has to be Transactional to allow that associated entities
can be fetched lazily.
- authenticate(String, String) - Method in class de.terrestris.shoguncore.service.LdapService
-
Authenticate against ldap.
- File - Class in de.terrestris.shoguncore.model
-
This class represents a file which is stored as a bytearray in the database
- File() - Constructor for class de.terrestris.shoguncore.model.File
-
- FileController<E extends File,D extends FileDao<E>,S extends FileService<E,D>> - Class in de.terrestris.shoguncore.web
-
- FileController() - Constructor for class de.terrestris.shoguncore.web.FileController
-
Default constructor, which calls the type-constructor
- FileController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.FileController
-
Constructor that sets the concrete entity class for the controller.
- FileDao<E extends File> - Class in de.terrestris.shoguncore.dao
-
- FileDao() - Constructor for class de.terrestris.shoguncore.dao.FileDao
-
Public default constructor for this DAO.
- FileDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.FileDao
-
Constructor that has to be called by subclasses.
- FileService<E extends File,D extends FileDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
File model.
- FileService() - Constructor for class de.terrestris.shoguncore.service.FileService
-
Default constructor, which calls the type-constructor
- FileService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.FileService
-
Constructor that sets the concrete entity class for the service.
- findAll() - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Returns all Entities by calling findByCriteria(), i.e. without arguments.
- findAll(MultiValueMap<String, String>) - Method in class de.terrestris.shoguncore.rest.AbstractRestController
-
Find all entities.
- findAll() - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
- findAllApplications() - Method in class de.terrestris.shoguncore.web.ApplicationController
-
- findAllRestricted(MultiValueMap<String, String>) - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
Returns all entities, but possibly with only the passed fields set with actual values.
- findAllRulesForServiceAndEvent(String, String) - Method in class de.terrestris.shoguncore.dao.InterceptorRuleDao
-
- findAllRulesForServiceAndEvent(String, String) - Method in class de.terrestris.shoguncore.service.InterceptorRuleService
-
- findAllUserGroupPermissionsOfUserGroup(UserGroup) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
- findAllUserGroupPermissionsOfUserGroup(UserGroup) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
- findAllUserPermissionsOfUser(User) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
- findAllUserPermissionsOfUser(User) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
- findAllWhereFieldEquals(String, Object, Criterion...) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Returns a list of entity objects that have field named
fieldName, which has an object fieldEntity
as value.
- findAllWhereFieldEquals(String, Object) - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
Returns a list of entity objects that have field named
fieldName, which has an object fieldEntity
as value.
- findAllWithCollectionContaining(String, PersistentObject, Criterion...) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Returns a list of entity objects that have a collection named
fieldName, which contains the passed
subElement.
- findAllWithCollectionContaining(String, PersistentObject) - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
Returns a list of entity objects that have a collection named
fieldName, which contains the passed
subElement.
- findByAccountName(String) - Method in class de.terrestris.shoguncore.dao.UserDao
-
- findByAccountName(String) - Method in class de.terrestris.shoguncore.service.UserService
-
Returns the user for the given (unique) account name.
- findByCriteria(Criterion...) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Gets the results, that match a variable number of passed criterions.
- findByCriteriaRestricted(List<String>, Criterion...) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Gets the results, that match a variable number of passed criterions, but return a
stripped version of the entities, where only the fieldNames in restrictFieldNames
have their actual values set.
- findByCriteriaWithSortingAndPaging(Integer, Integer, List<Order>, Criterion...) - Method in class de.terrestris.shoguncore.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.shoguncore.dao.UserDao
-
- findByEmail(String) - Method in class de.terrestris.shoguncore.service.UserService
-
- findById(ID) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Return the real object from the database.
- findById(Integer) - Method in class de.terrestris.shoguncore.rest.AbstractRestController
-
Get an entity by id.
- findById(Integer) - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
Return the real object from the database.
- findByRoleName(String) - Method in class de.terrestris.shoguncore.service.RoleService
-
Returns the role for the given (unique) role name.
- findBySimpleFilter(MultiValueMap<String, String>) - Method in class de.terrestris.shoguncore.rest.AbstractRestController
-
Find all entities that match the conditions from the query string.
- findBySimpleFilter(MultiValueMap<String, String>) - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
Finds all entities that match the given filter (multi value map).
- findByTokenValue(String) - Method in class de.terrestris.shoguncore.service.AbstractTokenService
-
- findByUniqueCriteria(Criterion...) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Gets the unique result, that matches a variable number of passed
criterions.
- findByUser(User) - Method in class de.terrestris.shoguncore.service.AbstractUserTokenService
-
- findGroupsOfUser(Integer) - Method in class de.terrestris.shoguncore.rest.UserRestController
-
Get the groups of a specific user.
- findMapsWithLayer(Layer) - Method in class de.terrestris.shoguncore.dao.MapDao
-
- findMapsWithLayer(Layer) - Method in class de.terrestris.shoguncore.service.MapService
-
- findUsersOfGroup(Integer) - Method in class de.terrestris.shoguncore.rest.UserGroupRestController
-
Get the users of a specific group.
- forbidRequest(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.BaseInterceptor
-
forbidRequest.
- forwardFormMultipartPost(URI, HttpServletRequest, boolean) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Forward FormMultipartPost (HTTP POST) to uri based on given request
- forwardGet(URI, HttpServletRequest, boolean) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Forward GET request to uri based on given request
- forwardPost(URI, HttpServletRequest, boolean) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Forward POST to uri based on given request
- fromString(String) - Static method in enum de.terrestris.shoguncore.model.module.NominatimSearch.NominatimFormatType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.model.module.OverpassSearch.OverpassFormatType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.model.security.Permission
-
- fromString(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.HttpEnum.EventType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.InterceptorEnum.RuleType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.EndPoint
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.Operation
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.OperationType
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.Service
-
Static method to get an enum based on a string value.
- fromString(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.ServiceType
-
Static method to get an enum based on a string value.
- GenericHibernateDao<E extends PersistentObject,ID extends Serializable> - Class in de.terrestris.shoguncore.dao
-
The superclass for all data access objects.
- GenericHibernateDao() - Constructor for class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Default constructor
- GenericHibernateDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Constructor
- GeoserverAuthHeaderRequest - Class in de.terrestris.shoguncore.util.interceptor
-
Utility class for basic auth based requests in the geoserver interceptor context.
- GeoserverAuthHeaderRequest(HttpServletRequest, String, String) - Constructor for class de.terrestris.shoguncore.util.interceptor.GeoserverAuthHeaderRequest
-
Constructs a new servlet request with an additional x-geoserver-credentials header containing the given
username/password as HTTP basic auth encoded value.
- GeoServerInterceptorController<S extends GeoServerInterceptorService> - Class in de.terrestris.shoguncore.web
-
- GeoServerInterceptorController() - Constructor for class de.terrestris.shoguncore.web.GeoServerInterceptorController
-
- GeoServerInterceptorService - Class in de.terrestris.shoguncore.service
-
- GeoServerInterceptorService() - Constructor for class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- GeoServerRESTImporter - Class in de.terrestris.shoguncore.importer
-
- GeoServerRESTImporter() - Constructor for class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
- GeoServerRESTImporter(String, String, String) - Constructor for class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Constructs a new importer with values set.
- GeoServerRESTImporterException - Exception in de.terrestris.shoguncore.importer
-
- GeoServerRESTImporterException() - Constructor for exception de.terrestris.shoguncore.importer.GeoServerRESTImporterException
-
- GeoServerRESTImporterException(String) - Constructor for exception de.terrestris.shoguncore.importer.GeoServerRESTImporterException
-
- GeoServerRESTImporterException(Throwable) - Constructor for exception de.terrestris.shoguncore.importer.GeoServerRESTImporterException
-
- GeoServerRESTImporterException(String, Throwable) - Constructor for exception de.terrestris.shoguncore.importer.GeoServerRESTImporterException
-
- get(String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URL without authentication
- get(String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URL without authentication and
additional HTTP request headers.
- get(String, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URL.
- get(String, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URL.
- get(String, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URL
- get(String, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URL
- get(URI) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URI.
- get(URI, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URI.
- get(URI, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URI.
- get(URI, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URI.
- get(URI, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URI.
- get(URI, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP GET on the given URI.
- getAccountActivationPath() - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- getAccountName() - Method in class de.terrestris.shoguncore.model.User
-
- getActive() - Method in class de.terrestris.shoguncore.model.Application
-
- getActive() - Method in class de.terrestris.shoguncore.model.File
-
- getAllComponentsForLocale(String, String) - Method in class de.terrestris.shoguncore.service.Csv2ExtJsLocaleService
-
- getAllComponentsForLocale(String, String) - Method in class de.terrestris.shoguncore.web.Csv2ExtJsLocaleController
-
- getAllImportedLayers(Integer, List<RESTImportTask>) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
fetch all created Layers of import job
- getAllowedFeatureTypeDataTypes() - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- getAllValues() - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.EndPoint
-
Returns all enum values as string array.
- getAltText() - Method in class de.terrestris.shoguncore.model.module.Image
-
- getAppContext() - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- getAppearance() - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- getApplicationURIFromRequest(HttpServletRequest) - Static method in class de.terrestris.shoguncore.util.application.ShogunCoreContextUtil
-
Returns the full webapplication URI from a given request.
- getAttributes() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getAttribution() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getBbox() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getBinding() - Method in class de.terrestris.shoguncore.importer.communication.RESTAttribute
-
- getBirthday() - Method in class de.terrestris.shoguncore.model.Person
-
- getBody() - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- getBody() - Method in class de.terrestris.shoguncore.util.model.Response
-
- getButtonAction() - Method in class de.terrestris.shoguncore.model.module.Button
-
- getCapabilitiesUrl() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getCenter() - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- getCenter() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getChangePasswordPath() - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- getChildren() - Method in class de.terrestris.shoguncore.model.tree.TreeFolder
-
- getClassName() - Method in class de.terrestris.shoguncore.model.Plugin
-
- getClassType() - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- getClickable() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getConnectedModule() - Method in class de.terrestris.shoguncore.model.module.Button
-
- getCoords() - Method in class de.terrestris.shoguncore.model.layout.AbsoluteLayout
-
- getCreated() - Method in class de.terrestris.shoguncore.model.Application
-
Overwrite this getter to set the JsonIgnore value to false
for this subclass.
- getCreated() - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- getCrs() - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- getCustomRequestPath() - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- getDao() - Method in class de.terrestris.shoguncore.service.AbstractDaoService
-
- getData() - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- getData() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getDataOfImportTask(Integer, Integer) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Get the data of an import task.
- getDataStore() - Method in class de.terrestris.shoguncore.importer.communication.RESTTarget
-
- getDataStore() - Method in class de.terrestris.shoguncore.importer.communication.RESTTargetDataStore
-
- getDefaultButton() - Method in class de.terrestris.shoguncore.model.module.Button
-
- getDefaultMailSender() - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
- getDefaultUserRole() - Method in class de.terrestris.shoguncore.service.UserService
-
- getDefaultUserRoleName() - Method in class de.terrestris.shoguncore.util.config.ConfigHolder
-
- getDescription() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getDescription() - Method in class de.terrestris.shoguncore.model.Application
-
- getDescription() - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- getDescription() - Method in class de.terrestris.shoguncore.model.Role
-
- getDisplayName() - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- getDocumentElement(Document) - Static method in class de.terrestris.shoguncore.util.interceptor.OgcXmlUtil
-
- getDocumentFromString(String) - Static method in class de.terrestris.shoguncore.util.interceptor.OgcXmlUtil
-
- getDomain() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- getEmail() - Method in class de.terrestris.shoguncore.model.Person
-
- getEndPoint() - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- getEndPoint() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- getEndpoints(RequestMappingHandlerMapping) - Method in class de.terrestris.shoguncore.service.EndpointDocService
-
Returns all RequestMappingInfo instances from type and
method-level @RequestMapping annotations in @Controller classes.
- getEndpoints() - Method in class de.terrestris.shoguncore.web.EndpointDocController
-
Provides an overview of all mapped endpoints.
- getEntityClass() - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
- getEntityClass() - Method in class de.terrestris.shoguncore.security.access.entity.PersistentObjectPermissionEvaluator
-
- getEntityClass() - Method in class de.terrestris.shoguncore.service.AbstractDaoService
-
- getEntityClass() - Method in class de.terrestris.shoguncore.web.AbstractWebController
-
- getEntityPermissionEvaluator(Class<E>) - Method in class de.terrestris.shoguncore.security.access.factory.EntityPermissionEvaluatorFactory
-
- getEpsgCodes() - Method in class de.terrestris.shoguncore.model.module.CoordinateTransformation
-
- getErrorMessage() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getEvent() - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- getExpandedItem() - Method in class de.terrestris.shoguncore.model.module.AccordionPanel
-
- getExpirationDate() - Method in class de.terrestris.shoguncore.model.token.Token
-
- getExtent() - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- getExtent() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getExternalPluginSource(String) - Method in class de.terrestris.shoguncore.rest.PluginRestController
-
- getField() - Method in class de.terrestris.shoguncore.importer.transform.RESTDateFormatTransform
-
- getFile() - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- getFile() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- getFile() - Method in class de.terrestris.shoguncore.model.File
-
- getFile(Integer) - Method in class de.terrestris.shoguncore.web.FileController
-
Gets a file from the database by the given id
- getFileName() - Method in class de.terrestris.shoguncore.model.File
-
- getFileType() - Method in class de.terrestris.shoguncore.model.File
-
- getFileUploads() - Method in class de.terrestris.shoguncore.model.Plugin
-
- getFilterableOrRestrictableFieldNames(Class<?>) - Static method in class de.terrestris.shoguncore.util.entity.EntityUtil
-
- getFirstName() - Method in class de.terrestris.shoguncore.model.Person
-
- getFormat() - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- getFormat() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- getFormat() - Method in class de.terrestris.shoguncore.importer.transform.RESTDateFormatTransform
-
- getFormat() - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- getFormat() - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- getFormat() - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- getGeometry() - Method in class de.terrestris.shoguncore.model.Territory
-
- getGeoServerBaseURIFromNameSpace(String, boolean, boolean) - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- getGeoServerNameSpaces() - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- getGlyph() - Method in class de.terrestris.shoguncore.model.module.Button
-
- getGroupHeaderTpl() - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- getGroupHeaderTpl() - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- getGroupHeaderTpl() - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- getGroupPermissions() - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- getGroups(String, String) - Method in class de.terrestris.shoguncore.service.LdapService
-
Extract groups from ldap.
- getGroupsOfUser(Integer) - Method in class de.terrestris.shoguncore.service.UserService
-
- getHeader(String) - Method in class de.terrestris.shoguncore.util.interceptor.GeoserverAuthHeaderRequest
-
- getHeader(String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getHeaderNames() - Method in class de.terrestris.shoguncore.util.interceptor.GeoserverAuthHeaderRequest
-
- getHeaders(String) - Method in class de.terrestris.shoguncore.util.interceptor.GeoserverAuthHeaderRequest
-
- getHeaders() - Method in class de.terrestris.shoguncore.util.model.Response
-
- getHeadersFromRequest(HttpServletRequest) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Extract headers from HttpServletRequest
- getHeight() - Method in class de.terrestris.shoguncore.model.ImageFile
-
- getHeight() - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- getHoverable() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getHoverTemplate() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getHref() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- getHref() - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- getHref() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getHref() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getHref() - Method in class de.terrestris.shoguncore.importer.communication.RESTStyle
-
- getHref() - Method in class de.terrestris.shoguncore.importer.communication.RESTTarget
-
- getHref() - Method in class de.terrestris.shoguncore.importer.transform.RESTDateFormatTransform
-
- getHref() - Method in class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
- getHttpTimeout() - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
- getIcon() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- getIconCls() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- getId() - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- getId() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getId() - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- getIdentifier() - Method in class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- getIdentifierLengthLimit(JdbcEnvironment) - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
Determines the identifier length limit for the given JDBC context.
- getImportTasks() - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- getIndex() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- getInput() - Method in class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- getInputDefaultValues() - Method in class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- getInputPlugin() - Method in class de.terrestris.shoguncore.model.wps.WpsPrimitive
-
- getInputStream() - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getInteraction() - Method in class de.terrestris.shoguncore.model.module.Button
-
- getJsonSchema(String) - Method in class de.terrestris.shoguncore.service.ModelDescriptionService
-
- getJsonSchema(String) - Method in class de.terrestris.shoguncore.web.ModelDescriptionController
-
- getLanguage() - Method in class de.terrestris.shoguncore.model.Application
-
- getLanguage() - Method in class de.terrestris.shoguncore.model.Person
-
- getLastName() - Method in class de.terrestris.shoguncore.model.Person
-
- getLayer() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getLayer(Integer, Integer) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Get a layer.
- getLayerId(MutableHttpServletRequest) - Static method in class de.terrestris.shoguncore.util.interceptor.WmtsUtil
-
Return the layer id for the given request
- getLayerNames() - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- getLayers() - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- getLayerStyles() - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- getLayout() - Method in class de.terrestris.shoguncore.model.module.CompositeModule
-
- getLevels() - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalAddoTransform
-
- getLink() - Method in class de.terrestris.shoguncore.model.module.Image
-
- getLocation() - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- getLocation() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- getLocation() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- getLowerLeft() - Method in class de.terrestris.shoguncore.model.layer.util.Extent
-
- getMagnification() - Method in class de.terrestris.shoguncore.model.module.OverviewMap
-
- getMailPublisher() - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- getMailPublisher() - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- getMailSender() - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
- getMapConfig() - Method in class de.terrestris.shoguncore.model.module.Map
-
- getMapControlName() - Method in class de.terrestris.shoguncore.model.map.MapControl
-
- getMapControlProperties() - Method in class de.terrestris.shoguncore.model.map.MapControl
-
- getMapControls() - Method in class de.terrestris.shoguncore.model.module.Map
-
- getMapLayers() - Method in class de.terrestris.shoguncore.model.module.Map
-
- getMatrixIds() - Method in class de.terrestris.shoguncore.model.layer.util.WmtsTileGrid
-
- getMatrixSet() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getMaxResolution() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getMaxResolution() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getMaxx() - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- getMaxy() - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- getMembers() - Method in class de.terrestris.shoguncore.model.UserGroup
-
- getMethod() - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- getMimeType() - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- getMinResolution() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getMinResolution() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getMinSearchTextChars() - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- getMinSearchTextChars() - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- getMinSearchTextChars() - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- getMinx() - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- getMiny() - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- getModified() - Method in class de.terrestris.shoguncore.model.Application
-
Overwrite this getter to set the JsonIgnore value to false
for this subclass.
- getModified() - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- getName() - Method in class de.terrestris.shoguncore.importer.communication.RESTAttribute
-
- getName() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataStore
-
- getName() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getName() - Method in class de.terrestris.shoguncore.importer.communication.RESTStore
-
- getName() - Method in class de.terrestris.shoguncore.importer.communication.RESTStyle
-
- getName() - Method in class de.terrestris.shoguncore.importer.communication.RESTWorkspace
-
- getName() - Method in class de.terrestris.shoguncore.model.Application
-
- getName() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getName() - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- getName() - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- getName() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getName() - Method in class de.terrestris.shoguncore.model.module.Module
-
- getName() - Method in class de.terrestris.shoguncore.model.Plugin
-
- getName() - Method in class de.terrestris.shoguncore.model.Role
-
- getName() - Method in class de.terrestris.shoguncore.model.Territory
-
- getName() - Method in class de.terrestris.shoguncore.model.UserGroup
-
- getNativeName() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getOpacity() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getOpen() - Method in class de.terrestris.shoguncore.model.Application
-
- getOperation() - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- getOperation() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- getOptions() - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalAddoTransform
-
- getOptions() - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalTranslateTransform
-
- getOptions() - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalWarpTransform
-
- getOriginalName() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getOther() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- getOverviewMapLayers() - Method in class de.terrestris.shoguncore.model.module.OverviewMap
-
- getOwner() - Method in class de.terrestris.shoguncore.model.UserGroup
-
- getParameter(String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getParameterIgnoreCase(String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
Get a parameter by name, ignoring case.
- getParameterMap() - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getParentFolder() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- getParentMapModule() - Method in class de.terrestris.shoguncore.model.module.OverviewMap
-
- getPassword() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- getPassword() - Method in class de.terrestris.shoguncore.model.User
-
- getPasswordEncoder() - Method in class de.terrestris.shoguncore.security.ShogunCoreAuthenticationProvider
-
- getPasswordEncoder() - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- getPasswordEncoder() - Method in class de.terrestris.shoguncore.service.UserService
-
- getPasswordResetTokenService() - Method in class de.terrestris.shoguncore.web.UserController
-
- getPathInDocument(Document, String) - Static method in class de.terrestris.shoguncore.util.interceptor.OgcXmlUtil
-
- getPathInDocumentAsNodeList(Document, String) - Static method in class de.terrestris.shoguncore.util.interceptor.OgcXmlUtil
-
- getPermissionCollectionService() - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
- getPermissionEvaluatorFactory() - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- getPermissions() - Method in class de.terrestris.shoguncore.model.security.PermissionCollection
-
- getPluginNamespace() - Method in class de.terrestris.shoguncore.service.PluginService
-
- getPlugins() - Method in class de.terrestris.shoguncore.model.Application
-
- getPluginSource(String) - Method in class de.terrestris.shoguncore.service.PluginService
-
- getPrj() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- getProcess() - Method in class de.terrestris.shoguncore.model.wps.WpsPlugin
-
- getProgress() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getProjection() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getProjection() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getProperties() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getProperties() - Method in class de.terrestris.shoguncore.model.module.Module
-
- getPropertyHints() - Method in class de.terrestris.shoguncore.model.layout.Layout
-
- getPropertyMusts() - Method in class de.terrestris.shoguncore.model.layout.Layout
-
- getqTip() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- getqTitle() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- getReader() - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getRegions() - Method in class de.terrestris.shoguncore.model.layout.BorderLayout
-
- getRegistrationMailMessageTemplate() - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- getRegistrationTokenExpirationTime() - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- getRequestableByPath() - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- getRequestBody(HttpServletRequest) - Static method in class de.terrestris.shoguncore.util.interceptor.OgcXmlUtil
-
- getRequestEncoding() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getRequestParameterValue(HttpServletRequest, String[]) - Static method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getRequestParameterValue(HttpServletRequest, String) - Static method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getRequestRule() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- getRequestURI() - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- getRequestWithTiled() - Method in class de.terrestris.shoguncore.model.layer.source.TileWmsLayerDataSource
-
- getResetPasswordMailMessageTemplate() - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- getResolution() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getResolutions() - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- getResolutions() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getResponseRule() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- getRESTImportTask(Integer, Integer) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Get an import task.
- getRESTImportTasks(Integer) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
- getResultLimit() - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- getResultLimit() - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- getResultList() - Method in class de.terrestris.shoguncore.paging.PagingResult
-
- getRoles() - Method in class de.terrestris.shoguncore.model.User
-
- getRoles() - Method in class de.terrestris.shoguncore.model.UserGroup
-
- getRotation() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- getRule() - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- getService() - Method in class de.terrestris.shoguncore.converter.PersistentObjectIdResolver
-
- getService() - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- getService() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- getService() - Method in class de.terrestris.shoguncore.web.AbstractWebController
-
- getService() - Method in class de.terrestris.shoguncore.web.Csv2ExtJsLocaleController
-
- getSource() - Method in class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
- getSource() - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- getSourceCode() - Method in class de.terrestris.shoguncore.model.Plugin
-
- getSrc() - Method in class de.terrestris.shoguncore.model.module.Image
-
- getSrs() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getState() - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- getState() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getStatusCode() - Method in class de.terrestris.shoguncore.util.model.Response
-
- getStyle() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getStyleSheet() - Method in class de.terrestris.shoguncore.model.Plugin
-
- getSubModules() - Method in class de.terrestris.shoguncore.model.module.CompositeModule
-
- getSuperAdminRoleName() - Method in class de.terrestris.shoguncore.util.config.ConfigHolder
-
- getSupportedFormats() - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- getSupportedGeometryTypes() - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- getSystemPlugin() - Method in class de.terrestris.shoguncore.model.Plugin
-
- getTablePrefix() - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- getTarget() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getTarget() - Method in class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
- getTargetStore() - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- getTargetWorkspace() - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- getText() - Method in class de.terrestris.shoguncore.model.module.Button
-
- getText() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- getThumbnail() - Method in class de.terrestris.shoguncore.model.ImageFile
-
- getThumbnail(Integer) - Method in class de.terrestris.shoguncore.web.ImageFileController
-
Gets an image from the database by the given id
- getTileGrid() - Method in class de.terrestris.shoguncore.model.layer.source.TileWmsLayerDataSource
-
- getTileGrid() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getTileGridExtent() - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- getTileGridOrigin() - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- getTileGridResolutions() - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- getTileSize() - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- getTileSize() - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- getTitle() - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- getToken() - Method in class de.terrestris.shoguncore.model.token.Token
-
- getTooltip() - Method in class de.terrestris.shoguncore.model.module.Button
-
- getTotalCount(Criterion...) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Returns the total count of db entries for the current type.
- getTotalCount() - Method in class de.terrestris.shoguncore.paging.PagingResult
-
- getTransformCenterOnRender() - Method in class de.terrestris.shoguncore.model.module.CoordinateTransformation
-
- getTransformChain() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getTransforms() - Method in class de.terrestris.shoguncore.importer.transform.RESTTransformChain
-
- getType() - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- getType() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataStore
-
- getType() - Method in class de.terrestris.shoguncore.importer.communication.RESTStore
-
- getType() - Method in class de.terrestris.shoguncore.importer.transform.RESTTransform
-
- getType() - Method in class de.terrestris.shoguncore.importer.transform.RESTTransformChain
-
- getType() - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- getType() - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- getType() - Method in class de.terrestris.shoguncore.model.layout.Layout
-
- getTypeDelay() - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- getTypeDelay() - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- getTypeDelay() - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- getTypeName() - Method in class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- getTypeNames() - Method in class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- getUpdateMode() - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- getUpperRight() - Method in class de.terrestris.shoguncore.model.layer.util.Extent
-
- getUrl() - Method in class de.terrestris.shoguncore.model.Application
-
- getUrl() - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- getUrl() - Method in class de.terrestris.shoguncore.model.module.Print
-
- getUrl() - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- getUrls() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getUsePlainPrincipal() - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- getUser() - Method in class de.terrestris.shoguncore.model.token.UserToken
-
- getUserBySession() - Method in class de.terrestris.shoguncore.service.UserService
-
- getUserBySession() - Method in class de.terrestris.shoguncore.web.UserController
-
- getUserDao() - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- getUserGroups() - Method in class de.terrestris.shoguncore.model.User
-
- getUsername() - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- getUserPermissions() - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- getUsersOfGroup(Integer) - Method in class de.terrestris.shoguncore.service.UserGroupService
-
- getValidTokenForUser(User, Integer) - Method in class de.terrestris.shoguncore.service.AbstractUserTokenService
-
Returns a valid (i.e. non-expired)
UserToken for the given user.
- getValueType() - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- getVersion() - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- getVersion() - Method in class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- getViewboxlbrt() - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- getViewboxlbrt() - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- getViewport() - Method in class de.terrestris.shoguncore.model.Application
-
- getVisible() - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- getWfsServerUrl() - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- getWidth() - Method in class de.terrestris.shoguncore.model.ImageFile
-
- getWidth() - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- getWmtsLayer() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getWmtsStyle() - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- getWorkspace() - Method in class de.terrestris.shoguncore.importer.communication.RESTTargetWorkspace
-
- getWpsPluginService() - Method in class de.terrestris.shoguncore.service.WpsProcessExecuteService
-
- getWpsRequestInterceptor() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- getWpsResponseInterceptor() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- getXtype() - Method in class de.terrestris.shoguncore.model.module.Module
-
- getXtype() - Method in class de.terrestris.shoguncore.model.Plugin
-
- getZoom() - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- IdHelper - Class in de.terrestris.shoguncore.helper
-
- IdHelper() - Constructor for class de.terrestris.shoguncore.helper.IdHelper
-
- Image - Class in de.terrestris.shoguncore.model.module
-
The Image Module is the Ext JS representation of an HTML img element.
- Image() - Constructor for class de.terrestris.shoguncore.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.shoguncore.model
-
This class represents an Image which is stored as a bytearray in the database
- ImageFile() - Constructor for class de.terrestris.shoguncore.model.ImageFile
-
- ImageFileController<E extends ImageFile,D extends ImageFileDao<E>,S extends ImageFileService<E,D>> - Class in de.terrestris.shoguncore.web
-
- ImageFileController() - Constructor for class de.terrestris.shoguncore.web.ImageFileController
-
Default constructor, which calls the type-constructor
- ImageFileController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.ImageFileController
-
Constructor that sets the concrete entity class for the controller.
- ImageFileDao<E extends File> - Class in de.terrestris.shoguncore.dao
-
- ImageFileDao() - Constructor for class de.terrestris.shoguncore.dao.ImageFileDao
-
Public default constructor for this DAO.
- ImageFileDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- ImageFileRestController() - Constructor for class de.terrestris.shoguncore.rest.ImageFileRestController
-
Default constructor, which calls the type-constructor
- ImageFileRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.ImageFileRestController
-
Constructor that sets the concrete entity class for the controller.
- ImageFileService<E extends ImageFile,D extends ImageFileDao<E>> - Class in de.terrestris.shoguncore.service
-
- ImageFileService() - Constructor for class de.terrestris.shoguncore.service.ImageFileService
-
Default constructor, which calls the type-constructor
- ImageFileService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.ImageFileService
-
Constructor that sets the concrete entity class for the service.
- ImageWmsLayerDataSource - Class in de.terrestris.shoguncore.model.layer.source
-
Class representing a layer data source for WMS servers providing single,
untiled images.
- ImageWmsLayerDataSource() - Constructor for class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- ImageWmsLayerDataSource(String, String, String, String, int, int, String, String, String) - Constructor for class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- ImplicitNamingStrategyShogunCore - Class in de.terrestris.shoguncore.util.naming
-
Convert to plural form.
- ImplicitNamingStrategyShogunCore() - Constructor for class de.terrestris.shoguncore.util.naming.ImplicitNamingStrategyShogunCore
-
- InitializationService - Class in de.terrestris.shoguncore.service
-
This service class will be used by the
ContentInitializer to create content
on initialization.
- InitializationService() - Constructor for class de.terrestris.shoguncore.service.InitializationService
-
- initializeDatabaseContent() - Method in class de.terrestris.shoguncore.init.ContentInitializer
-
The method called on initialization
- initService - Variable in class de.terrestris.shoguncore.init.ContentInitializer
-
Initialization Service to init shogun content like users or default
applications.
- interceptDescribeCoverage(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WcsRequestInterceptor
-
- interceptDescribeCoverage(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WcsRequestInterceptorInterface
-
- interceptDescribeCoverage(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WcsResponseInterceptorInterface
-
- interceptDescribeFeatureType(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsRequestInterceptor
-
- interceptDescribeFeatureType(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsResponseInterceptor
-
- interceptDescribeFeatureType(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsRequestInterceptor
-
- interceptDescribeFeatureType(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsResponseInterceptor
-
- interceptDescribeFeatureType(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsRequestInterceptorInterface
-
- interceptDescribeFeatureType(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsResponseInterceptorInterface
-
- interceptDescribeLayer(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WmsRequestInterceptor
-
- interceptDescribeLayer(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- interceptDescribeLayer(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
- interceptDescribeLayer(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- interceptDescribeLayer(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsResponseInterceptor
-
- interceptDescribeLayer(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsRequestInterceptorInterface
-
- interceptDescribeLayer(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsResponseInterceptorInterface
-
- interceptDescribeProcess(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WpsRequestInterceptor
-
- interceptDescribeProcess(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WpsRequestInterceptorInterface
-
- interceptDescribeProcess(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WpsResponseInterceptorInterface
-
- interceptExecute(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WpsRequestInterceptor
-
- interceptExecute(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WpsRequestInterceptorInterface
-
- interceptExecute(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WpsResponseInterceptorInterface
-
- interceptGeoServerRequest(HttpServletRequest) - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- interceptGeoServerRequest(HttpServletRequest, Optional<String>) - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- interceptGeoServerRequest(HttpServletRequest, Optional<String>) - Method in class de.terrestris.shoguncore.web.GeoServerInterceptorController
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WcsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsResponseInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WmsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WpsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsResponseInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
-
Intercepts the response in order to filter the capabilities document.
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmtsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmtsResponseInterceptor
-
Intercepts the response in order to filter the capabilities document.
- interceptGetCapabilities(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsResponseInterceptor
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WcsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WcsResponseInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsResponseInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmtsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmtsResponseInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WpsRequestInterceptorInterface
-
- interceptGetCapabilities(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WpsResponseInterceptorInterface
-
- interceptGetCoverage(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WcsRequestInterceptor
-
- interceptGetCoverage(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WcsRequestInterceptorInterface
-
- interceptGetCoverage(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WcsResponseInterceptorInterface
-
- interceptGetFeature(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsRequestInterceptor
-
- interceptGetFeature(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsResponseInterceptor
-
- interceptGetFeature(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsRequestInterceptor
-
- interceptGetFeature(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsResponseInterceptor
-
- interceptGetFeature(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsRequestInterceptorInterface
-
- interceptGetFeature(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsResponseInterceptorInterface
-
- interceptGetFeatureInfo(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WmsRequestInterceptor
-
- interceptGetFeatureInfo(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- interceptGetFeatureInfo(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
- interceptGetFeatureInfo(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmtsRequestInterceptor
-
- interceptGetFeatureInfo(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmtsResponseInterceptor
- interceptGetFeatureInfo(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- interceptGetFeatureInfo(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsResponseInterceptor
-
- interceptGetFeatureInfo(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetFeatureInfo(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetFeatureInfo(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmtsRequestInterceptorInterface
-
- interceptGetFeatureInfo(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmtsResponseInterceptorInterface
-
- interceptGetLegendGraphic(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WmsRequestInterceptor
-
- interceptGetLegendGraphic(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- interceptGetLegendGraphic(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
- interceptGetLegendGraphic(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- interceptGetLegendGraphic(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsResponseInterceptor
-
- interceptGetLegendGraphic(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetLegendGraphic(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetMap(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WmsRequestInterceptor
-
- interceptGetMap(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- interceptGetMap(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
- interceptGetMap(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- interceptGetMap(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsResponseInterceptor
-
- interceptGetMap(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetMap(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetStyles(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WmsRequestInterceptor
-
- interceptGetStyles(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- interceptGetStyles(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
- interceptGetStyles(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- interceptGetStyles(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.standard.WmsResponseInterceptor
-
- interceptGetStyles(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsRequestInterceptorInterface
-
- interceptGetStyles(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmsResponseInterceptorInterface
-
- interceptGetTile(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmtsRequestInterceptor
-
- interceptGetTile(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WmtsResponseInterceptor
- interceptGetTile(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WmtsRequestInterceptorInterface
-
- interceptGetTile(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WmtsResponseInterceptorInterface
-
- interceptLockFeature(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsRequestInterceptor
-
- interceptLockFeature(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsResponseInterceptor
-
- interceptLockFeature(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsRequestInterceptor
-
- interceptLockFeature(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsResponseInterceptor
-
- interceptLockFeature(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsRequestInterceptorInterface
-
- interceptLockFeature(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsResponseInterceptorInterface
-
- InterceptorEnum - Class in de.terrestris.shoguncore.util.enumeration
-
- InterceptorEnum() - Constructor for class de.terrestris.shoguncore.util.enumeration.InterceptorEnum
-
- InterceptorEnum.RuleType - Enum in de.terrestris.shoguncore.util.enumeration
-
A enum type for the allowed rule format.
- InterceptorException - Exception in de.terrestris.shoguncore.util.interceptor
-
- InterceptorException() - Constructor for exception de.terrestris.shoguncore.util.interceptor.InterceptorException
-
- InterceptorException(String) - Constructor for exception de.terrestris.shoguncore.util.interceptor.InterceptorException
-
- InterceptorException(Throwable) - Constructor for exception de.terrestris.shoguncore.util.interceptor.InterceptorException
-
- InterceptorException(String, Throwable) - Constructor for exception de.terrestris.shoguncore.util.interceptor.InterceptorException
-
- InterceptorRule - Class in de.terrestris.shoguncore.model.interceptor
-
The model representing the rules for the GeoServer Interceptor class.
- InterceptorRule() - Constructor for class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- InterceptorRule(HttpEnum.EventType, InterceptorEnum.RuleType, OgcEnum.ServiceType, OgcEnum.OperationType, String) - Constructor for class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- InterceptorRuleDao<E extends InterceptorRule> - Class in de.terrestris.shoguncore.dao
-
- InterceptorRuleDao() - Constructor for class de.terrestris.shoguncore.dao.InterceptorRuleDao
-
Public default constructor for this DAO.
- InterceptorRuleDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.InterceptorRuleDao
-
Constructor that has to be called by subclasses.
- InterceptorRuleService<E extends InterceptorRule,D extends InterceptorRuleDao<E>> - Class in de.terrestris.shoguncore.service
-
- InterceptorRuleService() - Constructor for class de.terrestris.shoguncore.service.InterceptorRuleService
-
Default constructor, which calls the type-constructor
- InterceptorRuleService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.InterceptorRuleService
-
Constructor that sets the concrete entity class for the service.
- interceptTransaction(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsRequestInterceptor
-
- interceptTransaction(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.impl.WfsResponseInterceptor
-
- interceptTransaction(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsRequestInterceptor
-
- interceptTransaction(MutableHttpServletRequest, Response) - Method in class de.terrestris.shoguncore.util.interceptor.secure.WfsResponseInterceptor
-
- interceptTransaction(MutableHttpServletRequest) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsRequestInterceptorInterface
-
- interceptTransaction(MutableHttpServletRequest, Response) - Method in interface de.terrestris.shoguncore.util.interceptor.WfsResponseInterceptorInterface
-
- interceptWmtsRequest(HttpServletRequest, String) - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- interceptWmtsRequest(HttpServletRequest, String) - Method in class de.terrestris.shoguncore.web.GeoServerInterceptorController
-
- isActive() - Method in class de.terrestris.shoguncore.model.User
-
- isChecked() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- isCollectionField(Class<?>, String, Class<?>, boolean) - Static method in class de.terrestris.shoguncore.util.entity.EntityUtil
-
Checks whether the given fieldName in clazz is
a collection field with elements of type
collectionElementType.
- isExpandable() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- isExpanded() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- isField(Class<?>, String, Class<?>, boolean) - Static method in class de.terrestris.shoguncore.util.entity.EntityUtil
-
- isFinished() - Method in class de.terrestris.shoguncore.util.interceptor.CachedServletInputStream
-
- isFormMultipartPost(HttpServletRequest) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Check if provided HttpServletRequest is a FormMultipartPost
- isHttpGetRequest(HttpServletRequest) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Check if provided HttpServletRequest is a HTTP GET request
- isHttpPostRequest(HttpServletRequest) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Check if provided HttpServletRequest is a HTTP POST request
- isLeaf() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- isMutable() - Method in class de.terrestris.shoguncore.hibernate.JsonbUserType
-
- isReady() - Method in class de.terrestris.shoguncore.util.interceptor.CachedServletInputStream
-
- isRequestAllowed() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isRequestDenied() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isRequestModified() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isResponseAllowed() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isResponseDenied() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isResponseModified() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isRestfulWmtsGetFeatureinfo(MutableHttpServletRequest) - Static method in class de.terrestris.shoguncore.util.interceptor.WmtsUtil
-
Check if given request is a RESTful GetFeatureInfo call
- isRestfulWmtsGetTile(MutableHttpServletRequest) - Static method in class de.terrestris.shoguncore.util.interceptor.WmtsUtil
-
Check if given request is a RESTful GetTile call
- isRestfulWmtsRequest(MutableHttpServletRequest) - Static method in class de.terrestris.shoguncore.util.interceptor.WmtsUtil
-
Check if given request is a RESTful WMTS call
- isRoot() - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- isSaneRequest(HttpServletRequest) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Checks if request and request method are not null
- isW3ds() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isW3dsGetCapabilities() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isW3dsGetFeatureInfo() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isW3dsGetLayerInfo() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isW3dsGetScene() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isW3dsGetTile() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWcs() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWcsDescribeCoverage() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWcsGetCapabilities() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWcsGetCoverage() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWfs() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWfsDescribeFeatureType() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWfsGetCapabilities() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWfsGetFeature() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWfsLockFeature() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWfsTransaction() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWms() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmsDescribeLayer() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmsGetCapabilities() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmsGetFeatureInfo() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmsGetLegendGraphic() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmsGetMap() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmsGetStyles() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmts() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmtsGetCapabilities() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmtsGetFeatureInfo() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWmtsGetTile() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWps() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWpsDescribeProcess() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWpsExecute() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- isWpsGetCapabilities() - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- Layer - Class in de.terrestris.shoguncore.model.layer
-
Representation of a layer which consists a corresponding data source
and an appearance
- Layer() - Constructor for class de.terrestris.shoguncore.model.layer.Layer
-
- Layer(String) - Constructor for class de.terrestris.shoguncore.model.layer.Layer
-
- Layer(String, LayerDataSource, LayerAppearance) - Constructor for class de.terrestris.shoguncore.model.layer.Layer
-
- LayerAppearance - Class in de.terrestris.shoguncore.model.layer.appearance
-
This class holds the appearance properties of a layer
Layer Object
- LayerAppearance() - Constructor for class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- LayerAppearance(String, String, Double, Double, Double, Boolean) - Constructor for class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- LayerAppearanceDao<E extends LayerAppearance> - Class in de.terrestris.shoguncore.dao
-
- LayerAppearanceDao() - Constructor for class de.terrestris.shoguncore.dao.LayerAppearanceDao
-
Public default constructor for this DAO.
- LayerAppearanceDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- LayerAppearanceRestController() - Constructor for class de.terrestris.shoguncore.rest.LayerAppearanceRestController
-
Default constructor, which calls the type-constructor
- LayerAppearanceRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.LayerAppearanceRestController
-
Constructor that sets the concrete entity class for the controller.
- LayerAppearanceService<E extends LayerAppearance,D extends LayerAppearanceDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Module model.
- LayerAppearanceService() - Constructor for class de.terrestris.shoguncore.service.LayerAppearanceService
-
Default constructor, which calls the type-constructor
- LayerAppearanceService(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.web
-
- LayerController() - Constructor for class de.terrestris.shoguncore.web.LayerController
-
Default constructor, which calls the type-constructor
- LayerController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.LayerController
-
Constructor that sets the concrete entity class for the controller.
- LayerDao<E extends Layer> - Class in de.terrestris.shoguncore.dao
-
- LayerDao() - Constructor for class de.terrestris.shoguncore.dao.LayerDao
-
Public default constructor for this DAO.
- LayerDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.LayerDao
-
Constructor that has to be called by subclasses.
- LayerDataSource - Class in de.terrestris.shoguncore.model.layer.source
-
Base class for all layer datasources
- LayerDataSource() - Constructor for class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
default constructor
- LayerDataSource(String, String, String, String) - Constructor for class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- LayerDataSourceDao<E extends LayerDataSource> - Class in de.terrestris.shoguncore.dao
-
- LayerDataSourceDao() - Constructor for class de.terrestris.shoguncore.dao.LayerDataSourceDao
-
Public default constructor for this DAO.
- LayerDataSourceDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- LayerDataSourceRestController() - Constructor for class de.terrestris.shoguncore.rest.LayerDataSourceRestController
-
Default constructor, which calls the type-constructor
- LayerDataSourceRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.LayerDataSourceRestController
-
Constructor that sets the concrete entity class for the controller.
- LayerDataSourceService<E extends LayerDataSource,D extends LayerDataSourceDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Module model.
- LayerDataSourceService() - Constructor for class de.terrestris.shoguncore.service.LayerDataSourceService
-
Default constructor, which calls the type-constructor
- LayerDataSourceService(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.converter
-
- LayerIdResolver() - Constructor for class de.terrestris.shoguncore.converter.LayerIdResolver
-
- LayerRestController<E extends Layer,D extends LayerDao<E>,S extends LayerService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- LayerRestController() - Constructor for class de.terrestris.shoguncore.rest.LayerRestController
-
Default constructor, which calls the type-constructor
- LayerRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.LayerRestController
-
Constructor that sets the concrete entity class for the controller.
- layerService - Variable in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- LayerService<E extends Layer,D extends LayerDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Layer model.
- LayerService() - Constructor for class de.terrestris.shoguncore.service.LayerService
-
Default constructor, which calls the type-constructor
- LayerService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.LayerService
-
Constructor that sets the concrete entity class for the service.
- layerService - Variable in class de.terrestris.shoguncore.util.interceptor.secure.WfsRequestInterceptor
-
- layerService - Variable in class de.terrestris.shoguncore.util.interceptor.secure.WfsResponseInterceptor
-
- layerService - Variable in class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- layerService - Variable in class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
-
- layerService - Variable in class de.terrestris.shoguncore.util.interceptor.secure.WmtsRequestInterceptor
-
- layerService - Variable in class de.terrestris.shoguncore.util.interceptor.secure.WmtsResponseInterceptor
-
- Layout - Class in de.terrestris.shoguncore.model.layout
-
- Layout() - Constructor for class de.terrestris.shoguncore.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.shoguncore.dao
-
- LayoutDao() - Constructor for class de.terrestris.shoguncore.dao.LayoutDao
-
Public default constructor for this DAO.
- LayoutDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- LayoutRestController() - Constructor for class de.terrestris.shoguncore.rest.LayoutRestController
-
Default constructor, which calls the type-constructor
- LayoutRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.LayoutRestController
-
Constructor that sets the concrete entity class for the controller.
- LayoutService<E extends Layout,D extends LayoutDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Layout model.
- LayoutService() - Constructor for class de.terrestris.shoguncore.service.LayoutService
-
Default constructor, which calls the type-constructor
- LayoutService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.LayoutService
-
Constructor that sets the concrete entity class for the service.
- LdapService - Class in de.terrestris.shoguncore.service
-
terrestris GmbH & Co.
- LdapService() - Constructor for class de.terrestris.shoguncore.service.LdapService
-
- LENGTH_LIMIT_ORACLE - Static variable in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- LENGTH_LIMIT_POSTGRESQL - Static variable in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- listFromCommaSeparatedStringList(List<String>) - Static method in class de.terrestris.shoguncore.util.entity.EntityUtil
-
A small utility method that will turn a passed list with comma separated strings into
a list which has single elements:
Examples:
Examples:
inoutin.size()out.size()
nullnull
n.a.
- loadById(ID) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Return a proxy of the object (without hitting the database).
- loadById(int) - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
Return a proxy of the object (without hitting the database).
- logger - Static variable in class de.terrestris.shoguncore.converter.PersistentObjectIdResolver
-
- logger - Static variable in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
The LOGGER instance (that will be available in all subclasses)
- logger - Variable in class de.terrestris.shoguncore.init.ContentInitializer
-
The Logger
- logger - Static variable in class de.terrestris.shoguncore.security.access.entity.PersistentObjectPermissionEvaluator
-
The LOGGER instance
- logger - Static variable in class de.terrestris.shoguncore.service.AbstractDaoService
-
The LOGGER instance (that will be available in all subclasses)
- logger - Static variable in class de.terrestris.shoguncore.service.ModelDescriptionService
-
The LOGGER instance (that will be available in all subclasses)
- logger - Static variable in class de.terrestris.shoguncore.web.AbstractWebController
-
The LOGGER instance (that will be available in all subclasses)
- MailPublisher - Class in de.terrestris.shoguncore.util.mail
-
- MailPublisher() - Constructor for class de.terrestris.shoguncore.util.mail.MailPublisher
-
- Map - Class in de.terrestris.shoguncore.model.module
-
- Map() - Constructor for class de.terrestris.shoguncore.model.module.Map
-
default constructor
- Map(String, MapConfig, List<Layer>) - Constructor for class de.terrestris.shoguncore.model.module.Map
-
- MapConfig - Class in de.terrestris.shoguncore.model.map
-
- MapConfig() - Constructor for class de.terrestris.shoguncore.model.map.MapConfig
-
default constructor
- MapConfig(String, Point2D.Double, Extent, List<Double>, Integer, Double, Double, Double, String) - Constructor for class de.terrestris.shoguncore.model.map.MapConfig
-
- MapConfigDao<E extends MapConfig> - Class in de.terrestris.shoguncore.dao
-
- MapConfigDao() - Constructor for class de.terrestris.shoguncore.dao.MapConfigDao
-
Public default constructor for this DAO.
- MapConfigDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- MapConfigRestController() - Constructor for class de.terrestris.shoguncore.rest.MapConfigRestController
-
Default constructor, which calls the type-constructor
- MapConfigRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.MapConfigRestController
-
Constructor that sets the concrete entity class for the controller.
- MapConfigService<E extends MapConfig,D extends MapConfigDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Module model.
- MapConfigService() - Constructor for class de.terrestris.shoguncore.service.MapConfigService
-
Default constructor, which calls the type-constructor
- MapConfigService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.MapConfigService
-
Constructor that sets the concrete entity class for the service.
- MapControl - Class in de.terrestris.shoguncore.model.map
-
- MapControl() - Constructor for class de.terrestris.shoguncore.model.map.MapControl
-
- MapControl(String) - Constructor for class de.terrestris.shoguncore.model.map.MapControl
-
- MapControlDao<E extends MapControl> - Class in de.terrestris.shoguncore.dao
-
- MapControlDao() - Constructor for class de.terrestris.shoguncore.dao.MapControlDao
-
Public default constructor for this DAO.
- MapControlDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.web
-
- MapController() - Constructor for class de.terrestris.shoguncore.web.MapController
-
Default constructor, which calls the type-constructor
- MapController(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- MapControlRestController() - Constructor for class de.terrestris.shoguncore.rest.MapControlRestController
-
Default constructor, which calls the type-constructor
- MapControlRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.MapControlRestController
-
Constructor that sets the concrete entity class for the controller.
- MapControlService<E extends MapControl,D extends MapControlDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Module model.
- MapControlService() - Constructor for class de.terrestris.shoguncore.service.MapControlService
-
Default constructor, which calls the type-constructor
- MapControlService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.MapControlService
-
Constructor that sets the concrete entity class for the service.
- MapDao<E extends Map> - Class in de.terrestris.shoguncore.dao
-
- MapDao() - Constructor for class de.terrestris.shoguncore.dao.MapDao
-
Public default constructor for this DAO.
- MapDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.MapDao
-
Constructor that has to be called by subclasses.
- MapService<E extends Map,D extends MapDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Module model.
- MapService() - Constructor for class de.terrestris.shoguncore.service.MapService
-
Default constructor, which calls the type-constructor
- MapService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.MapService
-
Constructor that sets the concrete entity class for the service.
- ModelDescriptionController - Class in de.terrestris.shoguncore.web
-
terrestris GmbH & Co.
- ModelDescriptionController() - Constructor for class de.terrestris.shoguncore.web.ModelDescriptionController
-
- ModelDescriptionService - Class in de.terrestris.shoguncore.service
-
Service class to describe classes model.
- ModelDescriptionService() - Constructor for class de.terrestris.shoguncore.service.ModelDescriptionService
-
- Module - Class in de.terrestris.shoguncore.model.module
-
A module is the visual representation of a component in the GUI.
- Module() - Constructor for class de.terrestris.shoguncore.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.shoguncore.model.module.Module
-
- ModuleController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> - Class in de.terrestris.shoguncore.web
-
- ModuleController() - Constructor for class de.terrestris.shoguncore.web.ModuleController
-
Default constructor, which calls the type-constructor
- ModuleController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.ModuleController
-
Constructor that sets the concrete entity class for the controller.
- ModuleDao<E extends Module> - Class in de.terrestris.shoguncore.dao
-
- ModuleDao() - Constructor for class de.terrestris.shoguncore.dao.ModuleDao
-
Public default constructor for this DAO.
- ModuleDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.ModuleDao
-
Constructor that has to be called by subclasses.
- ModuleIdResolver<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> - Class in de.terrestris.shoguncore.converter
-
An ID resolver for
Modules when deserializing only on the base of ID values.
- ModuleIdResolver() - Constructor for class de.terrestris.shoguncore.converter.ModuleIdResolver
-
- ModuleRestController<E extends Module,D extends ModuleDao<E>,S extends ModuleService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- ModuleRestController() - Constructor for class de.terrestris.shoguncore.rest.ModuleRestController
-
Default constructor, which calls the type-constructor
- ModuleRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.ModuleRestController
-
Constructor that sets the concrete entity class for the controller.
- ModuleService<E extends Module,D extends ModuleDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Module model.
- ModuleService() - Constructor for class de.terrestris.shoguncore.service.ModuleService
-
Default constructor, which calls the type-constructor
- ModuleService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.ModuleService
-
Constructor that sets the concrete entity class for the service.
- MutableHttpServletRequest - Class in de.terrestris.shoguncore.util.interceptor
-
An implementation of HttpServletRequestWrapper.
- MutableHttpServletRequest(HttpServletRequest) - Constructor for class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- PagingResult<E extends PersistentObject> - Class in de.terrestris.shoguncore.paging
-
The Result of a paging request.
- PagingResult(List<E>, Number) - Constructor for class de.terrestris.shoguncore.paging.PagingResult
-
Constructor
- passwordEncoder - Variable in class de.terrestris.shoguncore.service.UserService
-
The autowired PasswordEncoder
- PasswordResetToken - Class in de.terrestris.shoguncore.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.shoguncore.model.token.PasswordResetToken
-
Default constructor
- PasswordResetToken(User) - Constructor for class de.terrestris.shoguncore.model.token.PasswordResetToken
-
Constructor that uses the default expiration time.
- PasswordResetToken(User, int) - Constructor for class de.terrestris.shoguncore.model.token.PasswordResetToken
-
Constructor that uses the passed values
- PasswordResetTokenDao<E extends PasswordResetToken> - Class in de.terrestris.shoguncore.dao
-
- PasswordResetTokenDao() - Constructor for class de.terrestris.shoguncore.dao.PasswordResetTokenDao
-
Public default constructor for this DAO.
- PasswordResetTokenDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.PasswordResetTokenDao
-
Constructor that has to be called by subclasses.
- PasswordResetTokenService<E extends PasswordResetToken,D extends PasswordResetTokenDao<E>> - Class in de.terrestris.shoguncore.service
-
- PasswordResetTokenService() - Constructor for class de.terrestris.shoguncore.service.PasswordResetTokenService
-
Default constructor, which calls the type-constructor
- PasswordResetTokenService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.PasswordResetTokenService
-
Constructor that sets the concrete entity class for the service.
- Permission - Enum in de.terrestris.shoguncore.model.security
-
- PermissionAwareCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>> - Class in de.terrestris.shoguncore.service
-
- PermissionAwareCrudService() - Constructor for class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
Default constructor, which calls the type-constructor
- PermissionAwareCrudService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
Constructor that sets the concrete entity class for the service.
- PermissionCollection - Class in de.terrestris.shoguncore.model.security
-
- PermissionCollection() - Constructor for class de.terrestris.shoguncore.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.shoguncore.model.security.PermissionCollection
-
- PermissionCollectionDao<E extends PermissionCollection> - Class in de.terrestris.shoguncore.dao
-
- PermissionCollectionDao() - Constructor for class de.terrestris.shoguncore.dao.PermissionCollectionDao
-
Public default constructor for this DAO.
- PermissionCollectionDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.PermissionCollectionDao
-
Constructor that has to be called by subclasses.
- PermissionCollectionPermissionEvaluator<E extends PermissionCollection> - Class in de.terrestris.shoguncore.security.access.entity
-
- PermissionCollectionPermissionEvaluator() - Constructor for class de.terrestris.shoguncore.security.access.entity.PermissionCollectionPermissionEvaluator
-
Default constructor
- PermissionCollectionPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shoguncore.security.access.entity.PermissionCollectionPermissionEvaluator
-
Constructor for subclasses
- permissionCollectionService - Variable in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
- PermissionCollectionService<E extends PermissionCollection,D extends PermissionCollectionDao<E>> - Class in de.terrestris.shoguncore.service
-
- PermissionCollectionService() - Constructor for class de.terrestris.shoguncore.service.PermissionCollectionService
-
Default constructor, which calls the type-constructor
- PermissionCollectionService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.PermissionCollectionService
-
Constructor that sets the concrete entity class for the service.
- PersistentObject - Class in de.terrestris.shoguncore.model
-
This class represents the abstract superclass for all entities that are
persisted in the database.
- PersistentObject() - Constructor for class de.terrestris.shoguncore.model.PersistentObject
-
Constructor
- PersistentObjectIdResolver<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> - Class in de.terrestris.shoguncore.converter
-
An ID resolver for
PersistentObjects when deserializing only on the
base of ID values.
- PersistentObjectIdResolver() - Constructor for class de.terrestris.shoguncore.converter.PersistentObjectIdResolver
-
Default Constructor that injects beans automatically.
- PersistentObjectPermissionEvaluator<E extends PersistentObject> - Class in de.terrestris.shoguncore.security.access.entity
-
- PersistentObjectPermissionEvaluator(Class<E>) - Constructor for class de.terrestris.shoguncore.security.access.entity.PersistentObjectPermissionEvaluator
-
- persistNewUser(E, boolean) - Method in class de.terrestris.shoguncore.service.UserService
-
Persists a new user in the database.
- Person - Class in de.terrestris.shoguncore.model
-
- Person() - Constructor for class de.terrestris.shoguncore.model.Person
-
- Person(String, String) - Constructor for class de.terrestris.shoguncore.model.Person
-
- Person(String, String, String) - Constructor for class de.terrestris.shoguncore.model.Person
-
- PersonDao<E extends Person> - Class in de.terrestris.shoguncore.dao
-
- PersonDao() - Constructor for class de.terrestris.shoguncore.dao.PersonDao
-
Public default constructor for this DAO.
- PersonDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.PersonDao
-
Constructor that has to be called by subclasses.
- PersonService<E extends Person,D extends PersonDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Person model.
- PersonService() - Constructor for class de.terrestris.shoguncore.service.PersonService
-
Default constructor, which calls the type-constructor
- PersonService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.PersonService
-
Constructor that sets the concrete entity class for the service.
- PhysicalNamingStrategyShogunCore - Class in de.terrestris.shoguncore.util.naming
-
Limits identifier length if necessary.
- PhysicalNamingStrategyShogunCore() - Constructor for class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- Plugin - Class in de.terrestris.shoguncore.model
-
- Plugin() - Constructor for class de.terrestris.shoguncore.model.Plugin
-
Constructor
- PluginController<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>> - Class in de.terrestris.shoguncore.web
-
- PluginController() - Constructor for class de.terrestris.shoguncore.web.PluginController
-
Default constructor, which calls the type-constructor
- PluginController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.PluginController
-
Constructor that sets the concrete entity class for the controller.
- PluginDao<E extends Plugin> - Class in de.terrestris.shoguncore.dao
-
- PluginDao() - Constructor for class de.terrestris.shoguncore.dao.PluginDao
-
Public default constructor for this DAO.
- PluginDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.PluginDao
-
Constructor that has to be called by subclasses.
- PluginIdResolver<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>> - Class in de.terrestris.shoguncore.converter
-
- PluginIdResolver() - Constructor for class de.terrestris.shoguncore.converter.PluginIdResolver
-
- PluginRestController<E extends Plugin,D extends PluginDao<E>,S extends PluginService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- PluginRestController() - Constructor for class de.terrestris.shoguncore.rest.PluginRestController
-
Default constructor, which calls the type-constructor
- PluginRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.PluginRestController
-
Constructor that sets the concrete entity class for the controller.
- PluginService<E extends Plugin,D extends PluginDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Plugin model.
- PluginService() - Constructor for class de.terrestris.shoguncore.service.PluginService
-
Default constructor, which calls the type-constructor
- PluginService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.PluginService
-
Constructor that sets the concrete entity class for the service.
- post(String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(String, List<NameValuePair>) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, List<NameValuePair>, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, List<NameValuePair>, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, List<NameValuePair>, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, List<NameValuePair>, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, List<NameValuePair>, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, List<NameValuePair>) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, List<NameValuePair>, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, List<NameValuePair>, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, List<NameValuePair>, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, List<NameValuePair>, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(URI, List<NameValuePair>, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URI.
- post(String, String, ContentType) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, ContentType, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, ContentType, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, ContentType, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, ContentType, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, String, ContentType, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, String, ContentType, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(String, File, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- post(URI, File, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP POST on the given URL.
- preCheckDelete(Integer) - Method in class de.terrestris.shoguncore.service.PluginService
-
- preCheckDelete(Integer) - Method in class de.terrestris.shoguncore.service.WpsProcessExecuteService
-
- preCheckDelete(Integer) - Method in class de.terrestris.shoguncore.web.PluginController
-
Checks in which applications the given plugin is contained (and from which it
would be removed in case of deletion).
- preCheckDelete(Integer) - Method in class de.terrestris.shoguncore.web.WpsProcessExecuteController
-
Checks in which
WpsPlugins the given
WpsProcessExecute is
contained (and from which it would be "disconnected" in case of
deletion).
- Print - Class in de.terrestris.shoguncore.model.module
-
A module which contains a formular to print the map with the mapfish print v3.
- Print() - Constructor for class de.terrestris.shoguncore.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.shoguncore.converter
-
This converter can be used for the values of the type Map.
- PropertyValueConverter() - Constructor for class de.terrestris.shoguncore.converter.PropertyValueConverter
-
- put(URI) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(URI, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(URI, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
Basic auth will be used if both username and password are not null
- put(URI, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
Basic auth will be used if both username and password are not null
- put(URI, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(URI, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Perform HTTP PUT with empty body
- put(String, String, ContentType) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(String, String, ContentType, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(String, String, ContentType, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(String, String, ContentType, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(String, String, ContentType, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(String, String, ContentType, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType, String, String) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType, String, String, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType, Credentials) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- put(URI, String, ContentType, Credentials, Header[]) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Performs an HTTP PUT on the given URL.
- read() - Method in class de.terrestris.shoguncore.util.interceptor.CachedServletInputStream
-
- registerLargeObjectTypeMappings() - Method in class de.terrestris.shoguncore.util.dialect.ShogunCoreOracleDialect
-
- registerUser(E, HttpServletRequest) - Method in class de.terrestris.shoguncore.service.UserService
-
Registers a new user.
- registerUser(HttpServletRequest, String, String) - Method in class de.terrestris.shoguncore.web.UserController
-
- RegistrationToken - Class in de.terrestris.shoguncore.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.shoguncore.model.token.RegistrationToken
-
Default constructor
- RegistrationToken(User) - Constructor for class de.terrestris.shoguncore.model.token.RegistrationToken
-
Constructor that uses the default expiration time.
- RegistrationToken(User, int) - Constructor for class de.terrestris.shoguncore.model.token.RegistrationToken
-
Constructor that uses the passed values
- RegistrationTokenDao<E extends RegistrationToken> - Class in de.terrestris.shoguncore.dao
-
- RegistrationTokenDao() - Constructor for class de.terrestris.shoguncore.dao.RegistrationTokenDao
-
Public default constructor for this DAO.
- RegistrationTokenDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.RegistrationTokenDao
-
Constructor that has to be called by subclasses.
- RegistrationTokenService<E extends RegistrationToken,D extends RegistrationTokenDao<E>> - Class in de.terrestris.shoguncore.service
-
- RegistrationTokenService() - Constructor for class de.terrestris.shoguncore.service.RegistrationTokenService
-
Default constructor, which calls the type-constructor
- RegistrationTokenService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.RegistrationTokenService
-
Constructor that sets the concrete entity class for the service.
- registrationTokenService - Variable in class de.terrestris.shoguncore.service.UserService
-
Registration token service
- remove(Module) - Method in class de.terrestris.shoguncore.model.module.CompositeModule
-
- removeAndSaveGroupPermissions(E, UserGroup, Permission...) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
This method removes (group) permissions from the passed entity and persists (!)
- removeAndSaveUserPermissions(E, User, Permission...) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
This method removes (user) permissions from the passed entity and persists (!)
- removeHeader(String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- removeParameter(String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- replace(Object, Object, Object) - Method in class de.terrestris.shoguncore.hibernate.JsonbUserType
-
- resetHttpTimeout() - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
Resets the http timeout to the default one given by the app config.
- resetPassword(HttpServletRequest, String) - Method in class de.terrestris.shoguncore.web.UserController
-
- resolveId(ObjectIdGenerator.IdKey) - Method in class de.terrestris.shoguncore.converter.PersistentObjectIdResolver
-
- Response - Class in de.terrestris.shoguncore.util.model
-
- Response() - Constructor for class de.terrestris.shoguncore.util.model.Response
-
- Response(HttpStatus, HttpHeaders, byte[]) - Constructor for class de.terrestris.shoguncore.util.model.Response
-
- RESTAttribute - Class in de.terrestris.shoguncore.importer.communication
-
- RESTAttribute() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTAttribute
-
Default constructor.
- RESTAttribute(String, String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTAttribute
-
- RESTBoundingBox - Class in de.terrestris.shoguncore.importer.communication
-
- RESTBoundingBox() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
Default constructor.
- RESTBoundingBox(String, String, String, String, String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- RESTCoverageStore - Class in de.terrestris.shoguncore.importer.communication
-
terrestris GmbH & Co.
- RESTCoverageStore() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTCoverageStore
-
- RESTData - Class in de.terrestris.shoguncore.importer.communication
-
A data is the description of the source data of a import (overall) or a
task.
- RESTData() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTData
-
Default constructor.
- RESTDataDirectory - Class in de.terrestris.shoguncore.importer.communication
-
- RESTDataDirectory() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTDataDirectory
-
- RESTDataFile - Class in de.terrestris.shoguncore.importer.communication
-
- RESTDataFile() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- RESTDataRemote - Class in de.terrestris.shoguncore.importer.communication
-
- RESTDataRemote() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- RESTDataStore - Class in de.terrestris.shoguncore.importer.communication
-
- RESTDataStore() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTDataStore
-
Default constructor.
- RESTDataStore(String, String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTDataStore
-
- RESTDateFormatTransform - Class in de.terrestris.shoguncore.importer.transform
-
- RESTDateFormatTransform() - Constructor for class de.terrestris.shoguncore.importer.transform.RESTDateFormatTransform
-
- RESTGdalAddoTransform - Class in de.terrestris.shoguncore.importer.transform
-
terrestris GmbH & Co.
- RESTGdalAddoTransform() - Constructor for class de.terrestris.shoguncore.importer.transform.RESTGdalAddoTransform
-
Default constructor; sets
type of
RESTTransform to "GdalAddoTransform"
- RESTGdalTranslateTransform - Class in de.terrestris.shoguncore.importer.transform
-
terrestris GmbH & Co.
- RESTGdalTranslateTransform() - Constructor for class de.terrestris.shoguncore.importer.transform.RESTGdalTranslateTransform
-
Default constructor; sets
type of
RESTTransform to "GdalTranslateTransform"
- RESTGdalWarpTransform - Class in de.terrestris.shoguncore.importer.transform
-
terrestris GmbH & Co.
- RESTGdalWarpTransform() - Constructor for class de.terrestris.shoguncore.importer.transform.RESTGdalWarpTransform
-
Default constructor; sets
type of
RESTTransform to "GdalWarpTransform"
- RESTImport - Class in de.terrestris.shoguncore.importer.communication
-
An import refers to the top level object and is a "session" like entity the
state of the entire import.
- RESTImport() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTImport
-
Default constructor.
- RESTImportTask - Class in de.terrestris.shoguncore.importer.communication
-
A task represents a unit of work to the importer needed to register one
new layer, or alter an existing one, and contains the following information:
* The data being imported
* The target store that is the destination of the import
* The target layer
* The data of a task, referred to as its source, is the data to be
processed as part of the task
- RESTImportTask() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
Default constructor.
- RESTImportTaskList - Class in de.terrestris.shoguncore.importer.communication
-
terrestris GmbH & Co.
- RESTImportTaskList() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTImportTaskList
-
- RESTLayer - Class in de.terrestris.shoguncore.importer.communication
-
- RESTLayer() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTLayer
-
Default constructor.
- RESTLayer(String, String, String, String, String, String, String, RESTBoundingBox, List<RESTAttribute>, RESTStyle) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- RESTReprojectTransform - Class in de.terrestris.shoguncore.importer.transform
-
- RESTReprojectTransform() - Constructor for class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
Default constructor; sets
type of
RESTTransform to "ReprojectTransform"
- RESTRICT_FIELDS_PARAM - Static variable in class de.terrestris.shoguncore.util.entity.EntityUtil
-
The parameter that might contain a list of fieldNames to restrict the entity to.
- RESTStore - Class in de.terrestris.shoguncore.importer.communication
-
- RESTStore() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTStore
-
Default constructor.
- RESTStore(String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTStore
-
- RESTStyle - Class in de.terrestris.shoguncore.importer.communication
-
- RESTStyle() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTStyle
-
Default constructor.
- RESTStyle(String, String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTStyle
-
- RESTTarget - Class in de.terrestris.shoguncore.importer.communication
-
- RESTTarget() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTTarget
-
- RESTTargetDataStore - Class in de.terrestris.shoguncore.importer.communication
-
- RESTTargetDataStore() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTTargetDataStore
-
Default constructor.
- RESTTargetDataStore(String, String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTTargetDataStore
-
- RESTTargetWorkspace - Class in de.terrestris.shoguncore.importer.communication
-
- RESTTargetWorkspace() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTTargetWorkspace
-
Default constructor.
- RESTTargetWorkspace(String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTTargetWorkspace
-
- RESTTransform - Class in de.terrestris.shoguncore.importer.transform
-
- RESTTransform() - Constructor for class de.terrestris.shoguncore.importer.transform.RESTTransform
-
Default constructor
- RESTTransform(String) - Constructor for class de.terrestris.shoguncore.importer.transform.RESTTransform
-
- RESTTransformChain - Class in de.terrestris.shoguncore.importer.transform
-
- RESTTransformChain() - Constructor for class de.terrestris.shoguncore.importer.transform.RESTTransformChain
-
Default constructor.
- RESTWorkspace - Class in de.terrestris.shoguncore.importer.communication
-
- RESTWorkspace() - Constructor for class de.terrestris.shoguncore.importer.communication.RESTWorkspace
-
Default constructor.
- RESTWorkspace(String) - Constructor for class de.terrestris.shoguncore.importer.communication.RESTWorkspace
-
- ResultSet - Class in de.terrestris.shoguncore.util.data
-
- ResultSet() - Constructor for class de.terrestris.shoguncore.util.data.ResultSet
-
- returnedClass() - Method in class de.terrestris.shoguncore.hibernate.JsonbUserType
-
- Role - Class in de.terrestris.shoguncore.model
-
- Role() - Constructor for class de.terrestris.shoguncore.model.Role
-
Default Constructor
- Role(String) - Constructor for class de.terrestris.shoguncore.model.Role
-
Constructor
- RoleDao<E extends Role> - Class in de.terrestris.shoguncore.dao
-
- RoleDao() - Constructor for class de.terrestris.shoguncore.dao.RoleDao
-
Public default constructor for this DAO.
- RoleDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.RoleDao
-
Constructor that has to be called by subclasses.
- RoleRestController<E extends Role,D extends RoleDao<E>,S extends RoleService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- RoleRestController() - Constructor for class de.terrestris.shoguncore.rest.RoleRestController
-
Default constructor, which calls the type-constructor
- RoleRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.RoleRestController
-
Constructor that sets the concrete entity class for the controller.
- RoleService<E extends Role,D extends RoleDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Role model.
- RoleService() - Constructor for class de.terrestris.shoguncore.service.RoleService
-
Default constructor, which calls the type-constructor
- RoleService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.RoleService
-
Constructor that sets the concrete entity class for the service.
- roleService - Variable in class de.terrestris.shoguncore.service.UserService
-
Role service
- runImportJob(Integer) - Method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Run a previously configured import job.
- save(HttpServletRequest) - Method in class de.terrestris.shoguncore.rest.AbstractRestController
-
Create/save an entity.
- saveImage(MultipartFile, boolean, Integer) - Method in class de.terrestris.shoguncore.service.ImageFileService
-
Method persists a given Image as a bytearray in the database
- saveOrUpdate(E) - Method in class de.terrestris.shoguncore.dao.GenericHibernateDao
-
Saves or updates the passed entity.
- saveOrUpdate(E) - Method in class de.terrestris.shoguncore.service.AbstractCrudService
-
- saveOrUpdate(E) - Method in class de.terrestris.shoguncore.service.InterceptorRuleService
-
- savePersistentObject(PersistentObject) - Method in class de.terrestris.shoguncore.service.InitializationService
-
- saveUser(User) - Method in class de.terrestris.shoguncore.service.InitializationService
-
Used to create a user.
- scaleImage(byte[], String, Integer) - Static method in class de.terrestris.shoguncore.service.ImageFileService
-
Scales an image by the given dimensions
- sendMail(String, String, String[], String[], String[], String, String) - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
Sends a SimpleMailMessage.
- sendMail(SimpleMailMessage) - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
- sendMail(MimeMessage) - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
- sendMimeMail(String, String, String[], String[], String[], String, String, Boolean, String, File) - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
Sends a MimeMessage.
- sendRegistrationActivationMail(HttpServletRequest, User) - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- sendRequest(MutableHttpServletRequest) - Static method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- sendResetPasswordMail(HttpServletRequest, String) - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- service - Variable in class de.terrestris.shoguncore.converter.PersistentObjectIdResolver
-
- service - Variable in class de.terrestris.shoguncore.web.AbstractWebController
-
- service - Variable in class de.terrestris.shoguncore.web.GeoServerInterceptorController
-
- service - Variable in class de.terrestris.shoguncore.web.MapController
-
- SERVICETYPES_BY_OPERATION - Static variable in class de.terrestris.shoguncore.util.enumeration.OgcEnum
-
- setAccountActivationPath(String) - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- setAccountName(String) - Method in class de.terrestris.shoguncore.model.User
-
- setActive(Boolean) - Method in class de.terrestris.shoguncore.model.Application
-
- setActive(Boolean) - Method in class de.terrestris.shoguncore.model.File
-
- setActive(boolean) - Method in class de.terrestris.shoguncore.model.User
-
- setAllowedFeatureTypeDataTypes(List<String>) - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- setAltText(String) - Method in class de.terrestris.shoguncore.model.module.Image
-
- setAppContext(ApplicationContext) - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- setAppearance(LayerAppearance) - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- setApplicationService(ApplicationService<Application, ApplicationDao<Application>>) - Method in class de.terrestris.shoguncore.service.PluginService
-
Sets the applicationService.
- setAppUriFromRequest(MutableHttpServletRequest) - Method in class de.terrestris.shoguncore.util.interceptor.secure.BaseInterceptor
-
setAppUriFromRequest.
- setAttributes(List<RESTAttribute>) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setAttribution(String) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setBbox(RESTBoundingBox) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setBinding(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTAttribute
-
- setBirthday(LocalDate) - Method in class de.terrestris.shoguncore.model.Person
-
- setBody(WpsParameter) - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- setBody(byte[]) - Method in class de.terrestris.shoguncore.util.model.Response
-
- setButtonAction(String) - Method in class de.terrestris.shoguncore.model.module.Button
-
- setCapabilitiesUrl(String) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setCenter(Point2D.Double) - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- setCenter(Point2D.Double) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setChangePasswordPath(String) - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- setChecked(Boolean) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setChildren(List<TreeNode>) - Method in class de.terrestris.shoguncore.model.tree.TreeFolder
-
- setClassName(String) - Method in class de.terrestris.shoguncore.model.Plugin
-
- setClickable(Boolean) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setColumnNamePrefix(String) - Method in class de.terrestris.shoguncore.util.naming.OracleNamingStrategyShogunCore
-
Set the column name prefix
- setConnectedModule(Module) - Method in class de.terrestris.shoguncore.model.module.Button
-
- setCoords(List<Point>) - Method in class de.terrestris.shoguncore.model.layout.AbsoluteLayout
-
- setCreatedOnPersistentObject(PersistentObject, ReadableDateTime) - Static method in class de.terrestris.shoguncore.helper.CreatedHelper
-
Helper method that uses reflection to set the (inaccessible) created field of
the given
PersistentObject.
- setCrs(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- setCustomRequestPath(String) - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- setDao(D) - Method in class de.terrestris.shoguncore.service.AbstractDaoService
-
Subclasses must implement this class and annotate it with
Autowired and Qualifier!
- setDao(D) - Method in class de.terrestris.shoguncore.service.ApplicationService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.ButtonService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.ExtentService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.FileService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.ImageFileService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.InterceptorRuleService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.LayerAppearanceService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.LayerDataSourceService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.LayerService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.LayoutService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.MapConfigService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.MapControlService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.MapService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.ModuleService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
- setDao(D) - Method in class de.terrestris.shoguncore.service.PermissionCollectionService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.PersonService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.PluginService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.RoleService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.TileGridService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.TreeFolderService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.TreeNodeService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.UserGroupService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.UserService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.WpsParameterService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.WpsPluginService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.WpsPrimitiveService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.WpsProcessExecuteService
-
We have to use Qualifier to define the correct dao here.
- setDao(D) - Method in class de.terrestris.shoguncore.service.WpsReferenceService
-
We have to use Qualifier to define the correct dao here.
- setData(RESTData) - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- setData(RESTData) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setDataStore(RESTDataStore) - Method in class de.terrestris.shoguncore.importer.communication.RESTTarget
-
- setDataStore(RESTDataStore) - Method in class de.terrestris.shoguncore.importer.communication.RESTTargetDataStore
-
- setDefaultButton(Boolean) - Method in class de.terrestris.shoguncore.model.module.Button
-
- setDefaultHttpTimeout(int) - Method in class de.terrestris.shoguncore.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).
- setDefaultMailSender(String) - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
- setDefaultUserRole(Role) - Method in class de.terrestris.shoguncore.service.UserService
-
- setDescription(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setDescription(String) - Method in class de.terrestris.shoguncore.model.Application
-
- setDescription(String) - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- setDescription(String) - Method in class de.terrestris.shoguncore.model.Role
-
- setDisplayName(String) - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- setDomain(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- setEmail(String) - Method in class de.terrestris.shoguncore.model.Person
-
- setEndPoint(String) - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- setEndPoint(String) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- setEpsgCodes(List<String>) - Method in class de.terrestris.shoguncore.model.module.CoordinateTransformation
-
- setErrorMessage(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setEvent(HttpEnum.EventType) - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- setExpandable(boolean) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setExpanded(boolean) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setExpandedItem(Module) - Method in class de.terrestris.shoguncore.model.module.AccordionPanel
-
- setExtent(Extent) - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- setExtent(Extent) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setField(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTDateFormatTransform
-
- setFile(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- setFile(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- setFile(byte[]) - Method in class de.terrestris.shoguncore.model.File
-
- setFileName(String) - Method in class de.terrestris.shoguncore.model.File
-
- setFileType(String) - Method in class de.terrestris.shoguncore.model.File
-
- setFileUploads(Set<File>) - Method in class de.terrestris.shoguncore.model.Plugin
-
- setFirstName(String) - Method in class de.terrestris.shoguncore.model.Person
-
- setFormat(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- setFormat(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- setFormat(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTDateFormatTransform
-
- setFormat(String) - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- setFormat(NominatimSearch.NominatimFormatType) - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- setFormat(OverpassSearch.OverpassFormatType) - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- setGeometry(MultiPolygon) - Method in class de.terrestris.shoguncore.model.Territory
-
- setGeoServerNameSpaces(Properties) - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- setGlyph(String) - Method in class de.terrestris.shoguncore.model.module.Button
-
- setGroupHeaderTpl(String) - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- setGroupHeaderTpl(String) - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- setGroupHeaderTpl(String) - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- setGroupPermissions(Map<UserGroup, PermissionCollection>) - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- setHeader(String, String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- setHeaders(HttpHeaders) - Method in class de.terrestris.shoguncore.util.model.Response
-
- setHeight(Integer) - Method in class de.terrestris.shoguncore.model.ImageFile
-
- setHeight(int) - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- setHoverable(Boolean) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setHoverTemplate(String) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setHref(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- setHref(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setHref(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setHref(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTStyle
-
- setHref(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTTarget
-
- setHref(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTDateFormatTransform
-
- setHref(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
- setHttpTimeout(int) - Static method in class de.terrestris.shoguncore.util.http.HttpUtil
-
- setIcon(String) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setIconCls(String) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setId(Integer) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setIdentifier(String) - Method in class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- setIdOnPersistentObject(PersistentObject, Integer) - Static method in class de.terrestris.shoguncore.helper.IdHelper
-
Helper method that uses reflection to set the (inaccessible) id field of
the given
PersistentObject.
- setIndex(int) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setInitService(InitializationService) - Method in class de.terrestris.shoguncore.init.ContentInitializer
-
- setInput(Map<String, WpsParameter>) - Method in class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- setInputDefaultValues(Map<String, Object>) - Method in class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- setInputPlugin(Plugin) - Method in class de.terrestris.shoguncore.model.wps.WpsPrimitive
-
- setInputStream(String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- setInputStream(InputStream) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
Set the cachedInputStream as a copy of passed
InputStream
- setInteraction(String) - Method in class de.terrestris.shoguncore.model.module.Button
-
- setInterceptorRuleService(InterceptorRuleService<InterceptorRule, ?>) - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- setLanguage(Locale) - Method in class de.terrestris.shoguncore.model.Application
-
- setLanguage(Locale) - Method in class de.terrestris.shoguncore.model.Person
-
- setLastName(String) - Method in class de.terrestris.shoguncore.model.Person
-
- setLayer(RESTLayer) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setLayerNames(String) - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- setLayers(List<Layer>) - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- setLayersForMap(Integer, List<Integer>) - Method in class de.terrestris.shoguncore.service.MapService
-
TODO secure this method!?
- setLayersForMap(Integer, List<Integer>) - Method in class de.terrestris.shoguncore.web.MapController
-
Set layers for map
- setLayerStyles(String) - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- setLayout(Layout) - Method in class de.terrestris.shoguncore.model.module.CompositeModule
-
- setLdapTemplate(LdapTemplate) - Method in class de.terrestris.shoguncore.service.LdapService
-
Set the ldap template property for ldap access.
- setLeaf(boolean) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setLevels(List<Integer>) - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalAddoTransform
-
- setLink(String) - Method in class de.terrestris.shoguncore.model.module.Image
-
- setLocation(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- setLocation(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- setLocation(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- setLowerLeft(Point2D.Double) - Method in class de.terrestris.shoguncore.model.layer.util.Extent
-
- setMagnification(Integer) - Method in class de.terrestris.shoguncore.model.module.OverviewMap
-
- setMailPublisher(MailPublisher) - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- setMailPublisher(MailPublisher) - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- setMailSender(JavaMailSender) - Method in class de.terrestris.shoguncore.util.mail.MailPublisher
-
- setMapConfig(MapConfig) - Method in class de.terrestris.shoguncore.model.module.Map
-
- setMapControlName(String) - Method in class de.terrestris.shoguncore.model.map.MapControl
-
- setMapControlProperties(Map<String, Object>) - Method in class de.terrestris.shoguncore.model.map.MapControl
-
- setMapControls(Set<MapControl>) - Method in class de.terrestris.shoguncore.model.module.Map
-
- setMapLayers(List<Layer>) - Method in class de.terrestris.shoguncore.model.module.Map
-
- setMatrixIds(List<String>) - Method in class de.terrestris.shoguncore.model.layer.util.WmtsTileGrid
-
Setter for matrix IDs
- setMatrixSet(String) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setMaxResolution(Double) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setMaxResolution(Double) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setMaxx(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- setMaxy(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- setMembers(Set<User>) - Method in class de.terrestris.shoguncore.model.UserGroup
-
- setMethod(String) - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- setMimeType(String) - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- setMinResolution(Double) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setMinResolution(Double) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setMinSearchTextChars(Integer) - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- setMinSearchTextChars(Integer) - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- setMinSearchTextChars(Integer) - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- setMinx(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- setMiny(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTBoundingBox
-
- setModelDescriptionService(ModelDescriptionService) - Method in class de.terrestris.shoguncore.web.ModelDescriptionController
-
The setter for modelDescriptionService
- setModified(ReadableDateTime) - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- setName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTAttribute
-
- setName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataStore
-
- setName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTStore
-
- setName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTStyle
-
- setName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTWorkspace
-
- setName(String) - Method in class de.terrestris.shoguncore.model.Application
-
- setName(String) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setName(String) - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- setName(String) - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- setName(String) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setName(String) - Method in class de.terrestris.shoguncore.model.module.Module
-
- setName(String) - Method in class de.terrestris.shoguncore.model.Plugin
-
- setName(String) - Method in class de.terrestris.shoguncore.model.Role
-
- setName(String) - Method in class de.terrestris.shoguncore.model.Territory
-
- setName(String) - Method in class de.terrestris.shoguncore.model.UserGroup
-
- setNativeName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setObjectsToCreate(List<PersistentObject>) - Method in class de.terrestris.shoguncore.init.ContentInitializer
-
- setOgcMessageDistributor(OgcMessageDistributor) - Method in class de.terrestris.shoguncore.service.GeoServerInterceptorService
-
- setOpacity(Double) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setOpen(Boolean) - Method in class de.terrestris.shoguncore.model.Application
-
- setOperation(OgcEnum.OperationType) - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- setOperation(OgcEnum.OperationType) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- setOptions(List<String>) - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalAddoTransform
-
- setOptions(List<String>) - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalTranslateTransform
-
- setOptions(List<String>) - Method in class de.terrestris.shoguncore.importer.transform.RESTGdalWarpTransform
-
- setOriginalName(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setOther(List<String>) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- setOverviewMapLayers(List<Layer>) - Method in class de.terrestris.shoguncore.model.module.OverviewMap
-
- setOwner(User) - Method in class de.terrestris.shoguncore.model.UserGroup
-
- setParameter(String, String[]) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- setParameter(String, String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- setParentFolder(TreeFolder) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setParentMapModule(Map) - Method in class de.terrestris.shoguncore.model.module.OverviewMap
-
- setPassword(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- setPassword(String) - Method in class de.terrestris.shoguncore.model.User
-
- setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shoguncore.security.ShogunCoreAuthenticationProvider
-
- setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- setPasswordEncoder(PasswordEncoder) - Method in class de.terrestris.shoguncore.service.UserService
-
- setPasswordResetTokenService(PasswordResetTokenService<PasswordResetToken, PasswordResetTokenDao<PasswordResetToken>>) - Method in class de.terrestris.shoguncore.web.UserController
-
- setPermissionCollectionService(PermissionCollectionService<PermissionCollection, PermissionCollectionDao<PermissionCollection>>) - Method in class de.terrestris.shoguncore.service.PermissionAwareCrudService
-
- setPermissionEvaluatorFactory(EntityPermissionEvaluatorFactory) - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- setPermissions(Set<Permission>) - Method in class de.terrestris.shoguncore.model.security.PermissionCollection
-
- setPluginNamespace(String) - Method in class de.terrestris.shoguncore.service.PluginService
-
- setPlugins(List<Plugin>) - Method in class de.terrestris.shoguncore.model.Application
-
- setPrj(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataFile
-
- setProcess(WpsProcessExecute) - Method in class de.terrestris.shoguncore.model.wps.WpsPlugin
-
- setProgress(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setProjection(String) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setProjection(String) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setProperties(Map<String, Object>) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setProperties(Map<String, Object>) - Method in class de.terrestris.shoguncore.model.module.Module
-
- setPropertyHints(Set<String>) - Method in class de.terrestris.shoguncore.model.layout.Layout
-
- setPropertyMusts(Set<String>) - Method in class de.terrestris.shoguncore.model.layout.Layout
-
- setProxyService(HttpProxyService) - Method in class de.terrestris.shoguncore.web.HttpProxyController
-
- setProxyWhiteList(List<String>) - Method in class de.terrestris.shoguncore.service.HttpProxyService
-
The setter for proxy whitelist
- setqTip(String) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setqTitle(String) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setReadListener(ReadListener) - Method in class de.terrestris.shoguncore.util.interceptor.CachedServletInputStream
-
- setRegions(List<String>) - Method in class de.terrestris.shoguncore.model.layout.BorderLayout
-
- setRegistrationMailMessageTemplate(SimpleMailMessage) - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- setRegistrationTokenExpirationTime(int) - Method in class de.terrestris.shoguncore.service.RegistrationTokenService
-
- setRequestableByPath(Boolean) - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- setRequestEncoding(String) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setRequestMappingHandlerMapping(RequestMappingHandlerMapping) - Method in class de.terrestris.shoguncore.web.EndpointDocController
-
- setRequestRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- setRequestURI(String) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- setRequestURI(URI) - Method in class de.terrestris.shoguncore.util.interceptor.MutableHttpServletRequest
-
- setRequestWithTiled(Boolean) - Method in class de.terrestris.shoguncore.model.layer.source.TileWmsLayerDataSource
-
- setResetPasswordMailMessageTemplate(SimpleMailMessage) - Method in class de.terrestris.shoguncore.service.PasswordResetTokenService
-
- setResolution(Double) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setResolutions(List<Point2D.Double>) - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- setResolutions(List<Double>) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setResponseRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- setResultLimit(Integer) - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- setResultLimit(Integer) - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- setResultList(List<E>) - Method in class de.terrestris.shoguncore.paging.PagingResult
-
- setRoles(Set<Role>) - Method in class de.terrestris.shoguncore.model.User
-
- setRoles(Set<Role>) - Method in class de.terrestris.shoguncore.model.UserGroup
-
- setRoot(boolean) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setRotation(Double) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- setRule(InterceptorEnum.RuleType) - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- setService(S) - Method in class de.terrestris.shoguncore.converter.LayerIdResolver
-
- setService(S) - Method in class de.terrestris.shoguncore.converter.ModuleIdResolver
-
- setService(S) - Method in class de.terrestris.shoguncore.converter.PersistentObjectIdResolver
-
Has to be implemented by subclasses to autowire and set the correct
service class.
- setService(S) - Method in class de.terrestris.shoguncore.converter.PluginIdResolver
-
- setService(S) - Method in class de.terrestris.shoguncore.converter.TreeFolderIdResolver
-
- setService(S) - Method in class de.terrestris.shoguncore.converter.TreeNodeIdResolver
-
- setService(S) - Method in class de.terrestris.shoguncore.converter.UserGroupIdResolver
-
- setService(S) - Method in class de.terrestris.shoguncore.converter.WpsProcessExecuteIdResolver
-
- setService(OgcEnum.ServiceType) - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- setService(S) - Method in class de.terrestris.shoguncore.rest.ApplicationRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.ButtonRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.ExtentRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.ImageFileRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.LayerAppearanceRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.LayerDataSourceRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.LayerRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.LayoutRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.MapConfigRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.MapControlRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.ModuleRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.PluginRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.RoleRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.TileGridRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.TreeNodeRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.UserGroupRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.UserRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.WpsParameterRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.WpsPluginRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.WpsPrimitiveRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.WpsProcessExecuteRestController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.rest.WpsReferenceRestController
-
We have to use Qualifier to define the correct service here.
- setService(OgcEnum.ServiceType) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessage
-
- setService(S) - Method in class de.terrestris.shoguncore.web.AbstractWebController
-
Subclasses must implement this class and annotate it with
Autowired and Qualifier!
- setService(S) - Method in class de.terrestris.shoguncore.web.ApplicationController
-
We have to use Qualifier to define the correct service here.
- setService(Csv2ExtJsLocaleService) - Method in class de.terrestris.shoguncore.web.Csv2ExtJsLocaleController
-
- setService(EndpointDocService) - Method in class de.terrestris.shoguncore.web.EndpointDocController
-
- setService(S) - Method in class de.terrestris.shoguncore.web.FileController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.GeoServerInterceptorController
-
- setService(S) - Method in class de.terrestris.shoguncore.web.ImageFileController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.LayerController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.MapController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.ModuleController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.PluginController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.TreeNodeController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.UserController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.WpsParameterController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.WpsPluginController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.WpsPrimitiveController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.WpsProcessExecuteController
-
We have to use Qualifier to define the correct service here.
- setService(S) - Method in class de.terrestris.shoguncore.web.WpsReferenceController
-
We have to use Qualifier to define the correct service here.
- setShogunInitEnabled(Boolean) - Method in class de.terrestris.shoguncore.init.ContentInitializer
-
- setSource(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
- setSource(LayerDataSource) - Method in class de.terrestris.shoguncore.model.layer.Layer
-
- setSourceCode(String) - Method in class de.terrestris.shoguncore.model.Plugin
-
- setSrc(String) - Method in class de.terrestris.shoguncore.model.module.Image
-
- setSrs(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setState(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setStatusCode(HttpStatus) - Method in class de.terrestris.shoguncore.util.model.Response
-
- setStyle(RESTStyle) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setStyleSheet(String) - Method in class de.terrestris.shoguncore.model.Plugin
-
- setSubModules(List<Module>) - Method in class de.terrestris.shoguncore.model.module.CompositeModule
-
- setSupportedFormats(Set<String>) - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- setSupportedGeometryTypes(Set<String>) - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- setSystemPlugin(Boolean) - Method in class de.terrestris.shoguncore.model.Plugin
-
- setTablePrefix(String) - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- setTarget(RESTTarget) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setTarget(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
- setTargetStore(RESTTargetDataStore) - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- setTargetWorkspace(RESTTargetWorkspace) - Method in class de.terrestris.shoguncore.importer.communication.RESTImport
-
- setText(String) - Method in class de.terrestris.shoguncore.model.module.Button
-
- setText(String) - Method in class de.terrestris.shoguncore.model.tree.TreeNode
-
- setThumbnail(byte[]) - Method in class de.terrestris.shoguncore.model.ImageFile
-
- setTileGrid(TileGrid) - Method in class de.terrestris.shoguncore.model.layer.source.TileWmsLayerDataSource
-
- setTileGrid(WmtsTileGrid) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setTileGridExtent(Extent) - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- setTileGridOrigin(Point2D.Double) - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- setTileGridResolutions(List<Double>) - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- setTileSize(Integer) - Method in class de.terrestris.shoguncore.model.layer.source.XyzLayerDataSource
-
- setTileSize(Integer) - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- setTitle(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTLayer
-
- setTooltip(String) - Method in class de.terrestris.shoguncore.model.module.Button
-
- setTotalCount(Number) - Method in class de.terrestris.shoguncore.paging.PagingResult
-
- setTransformCenterOnRender(Boolean) - Method in class de.terrestris.shoguncore.model.module.CoordinateTransformation
-
- setTransformChain(RESTTransformChain) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setTransforms(List<RESTTransform>) - Method in class de.terrestris.shoguncore.importer.transform.RESTTransformChain
-
- setType(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTData
-
- setType(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataStore
-
- setType(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTStore
-
- setType(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTTransform
-
- setType(String) - Method in class de.terrestris.shoguncore.importer.transform.RESTTransformChain
-
- setType(String) - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- setType(String) - Method in class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- setType(String) - Method in class de.terrestris.shoguncore.model.layout.Layout
-
- setTypeDelay(Integer) - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- setTypeDelay(Integer) - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- setTypeDelay(Integer) - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- setTypeName(String) - Method in class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- setTypeNames(String) - Method in class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- setUpdateMode(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTImportTask
-
- setUpperRight(Point2D.Double) - Method in class de.terrestris.shoguncore.model.layer.util.Extent
-
- setUrl(String) - Method in class de.terrestris.shoguncore.model.Application
-
- setUrl(String) - Method in class de.terrestris.shoguncore.model.layer.source.LayerDataSource
-
- setUrl(String) - Method in class de.terrestris.shoguncore.model.module.Print
-
- setUrl(String) - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- setUrls(List<String>) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setUsePlainPrincipal(Boolean) - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- setUserDao(UserDao<User>) - Method in class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- setUserGroups(Set<UserGroup>) - Method in class de.terrestris.shoguncore.model.User
-
- setUsername(String) - Method in class de.terrestris.shoguncore.importer.communication.RESTDataRemote
-
- setUserPermissions(Map<User, PermissionCollection>) - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- setValueType(String) - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- setVersion(String) - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- setVersion(String) - Method in class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- setViewboxlbrt(List<Integer>) - Method in class de.terrestris.shoguncore.model.module.NominatimSearch
-
- setViewboxlbrt(List<Integer>) - Method in class de.terrestris.shoguncore.model.module.OverpassSearch
-
- setViewport(CompositeModule) - Method in class de.terrestris.shoguncore.model.Application
-
- setVisible(Boolean) - Method in class de.terrestris.shoguncore.model.layer.appearance.LayerAppearance
-
- setWcsRequestInterceptor(WcsRequestInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWcsResponseInterceptor(WcsResponseInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWfsRequestInterceptor(WfsRequestInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWfsResponseInterceptor(WfsResponseInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWfsServerUrl(String) - Method in class de.terrestris.shoguncore.model.module.WfsSearch
-
- setWidth(Integer) - Method in class de.terrestris.shoguncore.model.ImageFile
-
- setWidth(int) - Method in class de.terrestris.shoguncore.model.layer.source.ImageWmsLayerDataSource
-
- setWmsRequestInterceptor(WmsRequestInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWmsResponseInterceptor(WmsResponseInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWmtsLayer(String) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setWmtsRequestInterceptor(WmtsRequestInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWmtsResponseInterceptor(WmtsResponseInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWmtsStyle(String) - Method in class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- setWorkspace(RESTWorkspace) - Method in class de.terrestris.shoguncore.importer.communication.RESTTargetWorkspace
-
- setWpsRequestInterceptor(WpsRequestInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setWpsResponseInterceptor(WpsResponseInterceptorInterface) - Method in class de.terrestris.shoguncore.util.interceptor.OgcMessageDistributor
-
- setXtype(String) - Method in class de.terrestris.shoguncore.model.module.Module
-
- setXtype(String) - Method in class de.terrestris.shoguncore.model.Plugin
-
- setZoom(Integer) - Method in class de.terrestris.shoguncore.model.map.MapConfig
-
- ShogunCoreAuthenticationProvider - Class in de.terrestris.shoguncore.security
-
- ShogunCoreAuthenticationProvider() - Constructor for class de.terrestris.shoguncore.security.ShogunCoreAuthenticationProvider
-
- ShogunCoreContextUtil - Class in de.terrestris.shoguncore.util.application
-
- ShogunCoreContextUtil() - Constructor for class de.terrestris.shoguncore.util.application.ShogunCoreContextUtil
-
- ShogunCoreJsonObjectMapper - Class in de.terrestris.shoguncore.util.json
-
Customized JSON/Jackson ObjectMapper attending the needs of SHOGun-Core.
- ShogunCoreJsonObjectMapper() - Constructor for class de.terrestris.shoguncore.util.json.ShogunCoreJsonObjectMapper
-
Constructor
- ShogunCoreOracleDialect - Class in de.terrestris.shoguncore.util.dialect
-
SQL
Dialect extending
Oracle12cDialect to register
column mapping for LOB datatypes used in SHOGun-Core (e.g. file content
in
File)
- ShogunCoreOracleDialect() - Constructor for class de.terrestris.shoguncore.util.dialect.ShogunCoreOracleDialect
-
- ShogunCorePermissionEvaluator - Class in de.terrestris.shoguncore.security.access
-
- ShogunCorePermissionEvaluator() - Constructor for class de.terrestris.shoguncore.security.access.ShogunCorePermissionEvaluator
-
- ShogunPostgresqlDialect - Class in de.terrestris.shoguncore.hibernate
-
- ShogunPostgresqlDialect() - Constructor for class de.terrestris.shoguncore.hibernate.ShogunPostgresqlDialect
-
- SimpleJsonbConverter - Class in de.terrestris.shoguncore.hibernate
-
A JPA converter that can be used to convert jsonb fields into a map.
- SimpleJsonbConverter() - Constructor for class de.terrestris.shoguncore.hibernate.SimpleJsonbConverter
-
- sqlTypes() - Method in class de.terrestris.shoguncore.hibernate.JsonbUserType
-
- success(Collection<? extends Object>) - Static method in class de.terrestris.shoguncore.util.data.ResultSet
-
- success(Object) - Static method in class de.terrestris.shoguncore.util.data.ResultSet
-
- supports(Class<?>) - Method in class de.terrestris.shoguncore.security.ShogunCoreAuthenticationProvider
-
- Territory - Class in de.terrestris.shoguncore.model
-
- Territory() - Constructor for class de.terrestris.shoguncore.model.Territory
-
default constructor
- Territory(String, MultiPolygon) - Constructor for class de.terrestris.shoguncore.model.Territory
-
- TerritoryDao<E extends Territory> - Class in de.terrestris.shoguncore.dao
-
- TerritoryDao() - Constructor for class de.terrestris.shoguncore.dao.TerritoryDao
-
Public default constructor for this DAO.
- TerritoryDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.TerritoryDao
-
Constructor that has to be called by subclasses.
- TileGrid - Class in de.terrestris.shoguncore.model.layer.util
-
Class representing a WMS tile grid
- TileGrid() - Constructor for class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- TileGrid(Point2D.Double, Extent, Integer) - Constructor for class de.terrestris.shoguncore.model.layer.util.TileGrid
-
- TileGridDao<E extends TileGrid> - Class in de.terrestris.shoguncore.dao
-
- TileGridDao() - Constructor for class de.terrestris.shoguncore.dao.TileGridDao
-
Public default constructor for this DAO.
- TileGridDao(Class<E>) - Constructor for class de.terrestris.shoguncore.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.shoguncore.rest
-
- TileGridRestController() - Constructor for class de.terrestris.shoguncore.rest.TileGridRestController
-
Default constructor, which calls the type-constructor
- TileGridRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.TileGridRestController
-
Constructor that sets the concrete entity class for the controller.
- TileGridService<E extends TileGrid,D extends TileGridDao<E>> - Class in de.terrestris.shoguncore.service
-
Service class for the
Module model.
- TileGridService() - Constructor for class de.terrestris.shoguncore.service.TileGridService
-
Default constructor, which calls the type-constructor
- TileGridService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.TileGridService
-
Constructor that sets the concrete entity class for the service.
- TileWmsLayerDataSource - Class in de.terrestris.shoguncore.model.layer.source
-
Data source of layers for tile data from WMS servers.
- TileWmsLayerDataSource() - Constructor for class de.terrestris.shoguncore.model.layer.source.TileWmsLayerDataSource
-
default constructor
- TileWmsLayerDataSource(String, String, String, String, int, int, String, String, String, TileGrid) - Constructor for class de.terrestris.shoguncore.model.layer.source.TileWmsLayerDataSource
-
- Token - Class in de.terrestris.shoguncore.model.token
-
Abstract base class for all tokens.
- Token(int) - Constructor for class de.terrestris.shoguncore.model.token.Token
-
Constructor
- toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shoguncore.util.naming.OracleNamingStrategyShogunCore
-
Check if column Identifier equals reserved word.
- toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
Converts column names to lower case and limits the length if necessary.
- toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
- toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class de.terrestris.shoguncore.util.naming.PhysicalNamingStrategyShogunCore
-
Converts table names to lower case and limits the length if necessary.
- toSingleLineWKT(CoordinateReferenceSystem) - Static method in class de.terrestris.shoguncore.importer.GeoServerRESTImporter
-
Turns the CRS into a single line WKT
- toString() - Method in class de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
- toString() - Method in enum de.terrestris.shoguncore.model.module.NominatimSearch.NominatimFormatType
-
- toString() - Method in enum de.terrestris.shoguncore.model.module.OverpassSearch.OverpassFormatType
-
- toString() - Method in class de.terrestris.shoguncore.model.PersistentObject
-
- toString() - Method in class de.terrestris.shoguncore.model.Person
-
- toString() - Method in class de.terrestris.shoguncore.model.Plugin
-
- toString() - Method in enum de.terrestris.shoguncore.model.security.Permission
-
- toString() - Method in class de.terrestris.shoguncore.model.User
-
- toString() - Method in class de.terrestris.shoguncore.model.wps.WpsParameter
-
- toString() - Method in class de.terrestris.shoguncore.model.wps.WpsPlugin
-
- toString() - Method in class de.terrestris.shoguncore.model.wps.WpsPrimitive
-
- toString() - Method in class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
- toString() - Method in class de.terrestris.shoguncore.model.wps.WpsReference
-
- toString() - Method in enum de.terrestris.shoguncore.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.shoguncore.util.enumeration.InterceptorEnum.RuleType
-
- toString() - Method in enum de.terrestris.shoguncore.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.shoguncore.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.shoguncore.util.enumeration.OgcEnum.OperationType
-
- toString() - Method in enum de.terrestris.shoguncore.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.shoguncore.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.shoguncore.util.interceptor.OgcMessage
-
- toString() - Method in class de.terrestris.shoguncore.util.model.Response
-
- transformEntityName(EntityNaming) - Method in class de.terrestris.shoguncore.util.naming.ImplicitNamingStrategyShogunCore
-
Transforms an entity name to plural form.
- TreeFolder - Class in de.terrestris.shoguncore.model.tree
-
This class represents a (simple) composite
TreeNode, i.e. a folder
having
TreeNode-children.
- TreeFolder() - Constructor for class de.terrestris.shoguncore.model.tree.TreeFolder
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- TreeFolderDao<E extends TreeFolder> - Class in de.terrestris.shoguncore.dao
-
- TreeFolderDao() - Constructor for class de.terrestris.shoguncore.dao.TreeFolderDao
-
Public default constructor for this DAO.
- TreeFolderDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.TreeFolderDao
-
Constructor that has to be called by subclasses.
- TreeFolderIdResolver<E extends TreeFolder,D extends TreeFolderDao<E>,S extends TreeFolderService<E,D>> - Class in de.terrestris.shoguncore.converter
-
- TreeFolderIdResolver() - Constructor for class de.terrestris.shoguncore.converter.TreeFolderIdResolver
-
- TreeFolderService<E extends TreeFolder,D extends TreeFolderDao<E>> - Class in de.terrestris.shoguncore.service
-
- TreeFolderService() - Constructor for class de.terrestris.shoguncore.service.TreeFolderService
-
Default constructor, which calls the type-constructor
- TreeFolderService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.TreeFolderService
-
Constructor that sets the concrete entity class for the service.
- TreeNode - Class in de.terrestris.shoguncore.model.tree
-
A class representing a node in a tree.
- TreeNode() - Constructor for class de.terrestris.shoguncore.model.tree.TreeNode
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- TreeNode(String) - Constructor for class de.terrestris.shoguncore.model.tree.TreeNode
-
- TreeNodeController<E extends TreeNode,D extends TreeNodeDao<E>,S extends TreeNodeService<E,D>> - Class in de.terrestris.shoguncore.web
-
- TreeNodeController() - Constructor for class de.terrestris.shoguncore.web.TreeNodeController
-
Default constructor, which calls the type-constructor
- TreeNodeController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.TreeNodeController
-
Constructor that sets the concrete entity class for the controller.
- TreeNodeDao<E extends TreeNode> - Class in de.terrestris.shoguncore.dao
-
- TreeNodeDao() - Constructor for class de.terrestris.shoguncore.dao.TreeNodeDao
-
Public default constructor for this DAO.
- TreeNodeDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.TreeNodeDao
-
Constructor that has to be called by subclasses.
- TreeNodeIdResolver<E extends TreeNode,D extends TreeNodeDao<E>,S extends TreeNodeService<E,D>> - Class in de.terrestris.shoguncore.converter
-
- TreeNodeIdResolver() - Constructor for class de.terrestris.shoguncore.converter.TreeNodeIdResolver
-
- TreeNodeRestController<E extends TreeNode,D extends TreeNodeDao<E>,S extends TreeNodeService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- TreeNodeRestController() - Constructor for class de.terrestris.shoguncore.rest.TreeNodeRestController
-
Default constructor, which calls the type-constructor
- TreeNodeRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.TreeNodeRestController
-
Constructor that sets the concrete entity class for the controller.
- TreeNodeService<E extends TreeNode,D extends TreeNodeDao<E>> - Class in de.terrestris.shoguncore.service
-
- TreeNodeService() - Constructor for class de.terrestris.shoguncore.service.TreeNodeService
-
Default constructor, which calls the type-constructor
- TreeNodeService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.TreeNodeService
-
Constructor that sets the concrete entity class for the service.
- TYPE_NAME - Static variable in class de.terrestris.shoguncore.importer.transform.RESTGdalAddoTransform
-
- TYPE_NAME - Static variable in class de.terrestris.shoguncore.importer.transform.RESTGdalTranslateTransform
-
- TYPE_NAME - Static variable in class de.terrestris.shoguncore.importer.transform.RESTGdalWarpTransform
-
- TYPE_NAME - Static variable in class de.terrestris.shoguncore.importer.transform.RESTReprojectTransform
-
constant field for transform type name
- validateToken(E) - Method in class de.terrestris.shoguncore.service.AbstractTokenService
-
If the passed token is null or expired, this method will throw an
Exception.
- validateToken(E) - Method in class de.terrestris.shoguncore.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.shoguncore.service.PasswordResetTokenService
-
- validFieldNamesWithCastedValues(MultiValueMap<String, String>, Class<?>) - Static method in class de.terrestris.shoguncore.util.entity.EntityUtil
-
This method returns a multi value map, where the keys are the
intersection of (non-static private) field names of the given entity
class and the given set of requested/input field names (which are the
keys of the passed multi value map), i.e. fields in the input that are
not present in the entity model definition will be removed/ignored in
this method.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.model.module.NominatimSearch.NominatimFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.model.module.OverpassSearch.OverpassFormatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.model.security.Permission
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.HttpEnum.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.InterceptorEnum.RuleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.EndPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.OperationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.Service
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum de.terrestris.shoguncore.util.enumeration.OgcEnum.ServiceType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum de.terrestris.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.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.shoguncore.util.enumeration.OgcEnum.ServiceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- WcsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.impl
-
Interceptor class for WCS requests.
- WcsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.impl.WcsRequestInterceptor
-
- WcsRequestInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WcsResponseInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WfsLayerDataSource - Class in de.terrestris.shoguncore.model.layer.source
-
Class representing a layer data source for WFS layers
- WfsLayerDataSource() - Constructor for class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- WfsLayerDataSource(String, String, String, String, String, String, String) - Constructor for class de.terrestris.shoguncore.model.layer.source.WfsLayerDataSource
-
- WfsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.impl
-
Interceptor class for WFS requests.
- WfsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.impl.WfsRequestInterceptor
-
- WfsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.secure
-
Interceptor class for WFS requests.
- WfsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.secure.WfsRequestInterceptor
-
- WfsRequestInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WfsResponseInterceptor - Class in de.terrestris.shoguncore.util.interceptor.impl
-
- WfsResponseInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.impl.WfsResponseInterceptor
-
- WfsResponseInterceptor - Class in de.terrestris.shoguncore.util.interceptor.secure
-
- WfsResponseInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.secure.WfsResponseInterceptor
-
- WfsResponseInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WfsSearch - Class in de.terrestris.shoguncore.model.module
-
A module to search features of a WFS.
- WfsSearch() - Constructor for class de.terrestris.shoguncore.model.module.WfsSearch
-
Explicitly adding the default constructor as this is important, e.g. for
Hibernate: http://goo.gl/3Cr1pw
- WmsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.impl
-
Interceptor class for WMS requests.
- WmsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.impl.WmsRequestInterceptor
-
- WmsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.secure
-
Interceptor class for WMS requests.
- WmsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.secure.WmsRequestInterceptor
-
- WmsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.standard
-
This class demonstrates how to implement the WmsRequestInterceptorInterface.
- WmsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- WmsRequestInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WmsResponseInterceptor - Class in de.terrestris.shoguncore.util.interceptor.secure
-
- WmsResponseInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.secure.WmsResponseInterceptor
-
- WmsResponseInterceptor - Class in de.terrestris.shoguncore.util.interceptor.standard
-
This class demonstrates how to implement the WmsResponseInterceptorInterface.
- WmsResponseInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.standard.WmsResponseInterceptor
-
- WmsResponseInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WmtsLayerDataSource - Class in de.terrestris.shoguncore.model.layer.source
-
Class representing a layer source for tile data from WMTS servers.
- WmtsLayerDataSource() - Constructor for class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
Default constructor
- WmtsLayerDataSource(WmtsTileGrid, String, String, String, String, String, List<String>, String) - Constructor for class de.terrestris.shoguncore.model.layer.source.WmtsLayerDataSource
-
- WmtsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.secure
-
Interceptor class for WMS requests.
- WmtsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.secure.WmtsRequestInterceptor
-
- WmtsRequestInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WmtsResponseInterceptor - Class in de.terrestris.shoguncore.util.interceptor.secure
-
- WmtsResponseInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.secure.WmtsResponseInterceptor
-
- WmtsResponseInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WmtsTileGrid - Class in de.terrestris.shoguncore.model.layer.util
-
Class representing a WMTS tile grid
- WmtsTileGrid() - Constructor for class de.terrestris.shoguncore.model.layer.util.WmtsTileGrid
-
- WmtsUtil - Class in de.terrestris.shoguncore.util.interceptor
-
- WmtsUtil() - Constructor for class de.terrestris.shoguncore.util.interceptor.WmtsUtil
-
- WpsParameter - Class in de.terrestris.shoguncore.model.wps
-
- WpsParameter() - Constructor for class de.terrestris.shoguncore.model.wps.WpsParameter
-
Constructor
- WpsParameterController<E extends WpsParameter,D extends WpsParameterDao<E>,S extends WpsParameterService<E,D>> - Class in de.terrestris.shoguncore.web
-
- WpsParameterController() - Constructor for class de.terrestris.shoguncore.web.WpsParameterController
-
Default constructor, which calls the type-constructor
- WpsParameterController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.WpsParameterController
-
Constructor that sets the concrete entity class for the controller.
- WpsParameterDao<E extends WpsParameter> - Class in de.terrestris.shoguncore.dao
-
- WpsParameterDao() - Constructor for class de.terrestris.shoguncore.dao.WpsParameterDao
-
Public default constructor for this DAO.
- WpsParameterDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.WpsParameterDao
-
Constructor that has to be called by subclasses.
- WpsParameterRestController<E extends WpsParameter,D extends WpsParameterDao<E>,S extends WpsParameterService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- WpsParameterRestController() - Constructor for class de.terrestris.shoguncore.rest.WpsParameterRestController
-
Default constructor, which calls the type-constructor
- WpsParameterRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.WpsParameterRestController
-
Constructor that sets the concrete entity class for the controller.
- WpsParameterService<E extends WpsParameter,D extends WpsParameterDao<E>> - Class in de.terrestris.shoguncore.service
-
- WpsParameterService() - Constructor for class de.terrestris.shoguncore.service.WpsParameterService
-
Default constructor, which calls the type-constructor
- WpsParameterService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.WpsParameterService
-
Constructor that sets the concrete entity class for the service.
- WpsPlugin - Class in de.terrestris.shoguncore.model.wps
-
- WpsPlugin() - Constructor for class de.terrestris.shoguncore.model.wps.WpsPlugin
-
Constructor
- WpsPluginController<E extends WpsPlugin,D extends WpsPluginDao<E>,S extends WpsPluginService<E,D>> - Class in de.terrestris.shoguncore.web
-
- WpsPluginController() - Constructor for class de.terrestris.shoguncore.web.WpsPluginController
-
Default constructor, which calls the type-constructor
- WpsPluginController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.WpsPluginController
-
Constructor that sets the concrete entity class for the controller.
- WpsPluginDao<E extends WpsPlugin> - Class in de.terrestris.shoguncore.dao
-
- WpsPluginDao() - Constructor for class de.terrestris.shoguncore.dao.WpsPluginDao
-
Public default constructor for this DAO.
- WpsPluginDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.WpsPluginDao
-
Constructor that has to be called by subclasses.
- WpsPluginRestController<E extends WpsPlugin,D extends WpsPluginDao<E>,S extends WpsPluginService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- WpsPluginRestController() - Constructor for class de.terrestris.shoguncore.rest.WpsPluginRestController
-
Default constructor, which calls the type-constructor
- WpsPluginRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.WpsPluginRestController
-
Constructor that sets the concrete entity class for the controller.
- WpsPluginService<E extends WpsPlugin,D extends WpsPluginDao<E>> - Class in de.terrestris.shoguncore.service
-
- WpsPluginService() - Constructor for class de.terrestris.shoguncore.service.WpsPluginService
-
Default constructor, which calls the type-constructor
- WpsPluginService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.WpsPluginService
-
Constructor that sets the concrete entity class for the service.
- WpsPrimitive - Class in de.terrestris.shoguncore.model.wps
-
- WpsPrimitive() - Constructor for class de.terrestris.shoguncore.model.wps.WpsPrimitive
-
Constructor
- WpsPrimitiveController<E extends WpsPrimitive,D extends WpsPrimitiveDao<E>,S extends WpsPrimitiveService<E,D>> - Class in de.terrestris.shoguncore.web
-
- WpsPrimitiveController() - Constructor for class de.terrestris.shoguncore.web.WpsPrimitiveController
-
Default constructor, which calls the type-constructor
- WpsPrimitiveController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.WpsPrimitiveController
-
Constructor that sets the concrete entity class for the controller.
- WpsPrimitiveDao<E extends WpsPrimitive> - Class in de.terrestris.shoguncore.dao
-
- WpsPrimitiveDao() - Constructor for class de.terrestris.shoguncore.dao.WpsPrimitiveDao
-
Public default constructor for this DAO.
- WpsPrimitiveDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.WpsPrimitiveDao
-
Constructor that has to be called by subclasses.
- WpsPrimitiveRestController<E extends WpsPrimitive,D extends WpsPrimitiveDao<E>,S extends WpsPrimitiveService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- WpsPrimitiveRestController() - Constructor for class de.terrestris.shoguncore.rest.WpsPrimitiveRestController
-
Default constructor, which calls the type-constructor
- WpsPrimitiveRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.WpsPrimitiveRestController
-
Constructor that sets the concrete entity class for the controller.
- WpsPrimitiveService<E extends WpsPrimitive,D extends WpsPrimitiveDao<E>> - Class in de.terrestris.shoguncore.service
-
- WpsPrimitiveService() - Constructor for class de.terrestris.shoguncore.service.WpsPrimitiveService
-
Default constructor, which calls the type-constructor
- WpsPrimitiveService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.WpsPrimitiveService
-
Constructor that sets the concrete entity class for the service.
- WpsProcessExecute - Class in de.terrestris.shoguncore.model.wps
-
- WpsProcessExecute() - Constructor for class de.terrestris.shoguncore.model.wps.WpsProcessExecute
-
Constructor
- WpsProcessExecuteController<E extends WpsProcessExecute,D extends WpsProcessExecuteDao<E>,S extends WpsProcessExecuteService<E,D>> - Class in de.terrestris.shoguncore.web
-
- WpsProcessExecuteController() - Constructor for class de.terrestris.shoguncore.web.WpsProcessExecuteController
-
Default constructor, which calls the type-constructor
- WpsProcessExecuteController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.WpsProcessExecuteController
-
Constructor that sets the concrete entity class for the controller.
- WpsProcessExecuteDao<E extends WpsProcessExecute> - Class in de.terrestris.shoguncore.dao
-
- WpsProcessExecuteDao() - Constructor for class de.terrestris.shoguncore.dao.WpsProcessExecuteDao
-
Public default constructor for this DAO.
- WpsProcessExecuteDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.WpsProcessExecuteDao
-
Constructor that has to be called by subclasses.
- WpsProcessExecuteIdResolver<E extends WpsProcessExecute,D extends WpsProcessExecuteDao<E>,S extends WpsProcessExecuteService<E,D>> - Class in de.terrestris.shoguncore.converter
-
- WpsProcessExecuteIdResolver() - Constructor for class de.terrestris.shoguncore.converter.WpsProcessExecuteIdResolver
-
- WpsProcessExecuteRestController<E extends WpsProcessExecute,D extends WpsProcessExecuteDao<E>,S extends WpsProcessExecuteService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- WpsProcessExecuteRestController() - Constructor for class de.terrestris.shoguncore.rest.WpsProcessExecuteRestController
-
Default constructor, which calls the type-constructor
- WpsProcessExecuteRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.WpsProcessExecuteRestController
-
Constructor that sets the concrete entity class for the controller.
- WpsProcessExecuteService<E extends WpsProcessExecute,D extends WpsProcessExecuteDao<E>> - Class in de.terrestris.shoguncore.service
-
- WpsProcessExecuteService() - Constructor for class de.terrestris.shoguncore.service.WpsProcessExecuteService
-
Default constructor, which calls the type-constructor
- WpsProcessExecuteService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.WpsProcessExecuteService
-
Constructor that sets the concrete entity class for the service.
- WpsReference - Class in de.terrestris.shoguncore.model.wps
-
- WpsReference() - Constructor for class de.terrestris.shoguncore.model.wps.WpsReference
-
Constructor
- WpsReferenceController<E extends WpsReference,D extends WpsReferenceDao<E>,S extends WpsReferenceService<E,D>> - Class in de.terrestris.shoguncore.web
-
- WpsReferenceController() - Constructor for class de.terrestris.shoguncore.web.WpsReferenceController
-
Default constructor, which calls the type-constructor
- WpsReferenceController(Class<E>) - Constructor for class de.terrestris.shoguncore.web.WpsReferenceController
-
Constructor that sets the concrete entity class for the controller.
- WpsReferenceDao<E extends WpsReference> - Class in de.terrestris.shoguncore.dao
-
- WpsReferenceDao() - Constructor for class de.terrestris.shoguncore.dao.WpsReferenceDao
-
Public default constructor for this DAO.
- WpsReferenceDao(Class<E>) - Constructor for class de.terrestris.shoguncore.dao.WpsReferenceDao
-
Constructor that has to be called by subclasses.
- WpsReferenceRestController<E extends WpsReference,D extends WpsReferenceDao<E>,S extends WpsReferenceService<E,D>> - Class in de.terrestris.shoguncore.rest
-
- WpsReferenceRestController() - Constructor for class de.terrestris.shoguncore.rest.WpsReferenceRestController
-
Default constructor, which calls the type-constructor
- WpsReferenceRestController(Class<E>) - Constructor for class de.terrestris.shoguncore.rest.WpsReferenceRestController
-
Constructor that sets the concrete entity class for the controller.
- WpsReferenceService<E extends WpsReference,D extends WpsReferenceDao<E>> - Class in de.terrestris.shoguncore.service
-
- WpsReferenceService() - Constructor for class de.terrestris.shoguncore.service.WpsReferenceService
-
Default constructor, which calls the type-constructor
- WpsReferenceService(Class<E>) - Constructor for class de.terrestris.shoguncore.service.WpsReferenceService
-
Constructor that sets the concrete entity class for the service.
- WpsRequestInterceptor - Class in de.terrestris.shoguncore.util.interceptor.impl
-
Interceptor class for WPS requests.
- WpsRequestInterceptor() - Constructor for class de.terrestris.shoguncore.util.interceptor.impl.WpsRequestInterceptor
-
- WpsRequestInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-
- WpsResponseInterceptorInterface - Interface in de.terrestris.shoguncore.util.interceptor
-