Uses of Class
de.terrestris.shoguncore.model.PersistentObject
-
-
Uses of PersistentObject in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type PersistentObject Modifier and Type Class Description classPersistentObjectIdResolver<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>>An ID resolver forPersistentObjects when deserializing only on the base of ID values. -
Uses of PersistentObject in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type PersistentObject Modifier and Type Class Description classGenericHibernateDao<E extends PersistentObject,ID extends Serializable>The superclass for all data access objects.Methods in de.terrestris.shoguncore.dao that return types with arguments of type PersistentObject Modifier and Type Method Description Map<PersistentObject,PermissionCollection>GenericHibernateDao. findAllUserGroupPermissionsOfUserGroup(UserGroup userGroup)This method returns aMapthat mapsPersistentObjects to PermissionCollections for the passedUserGroup.Map<PersistentObject,PermissionCollection>GenericHibernateDao. findAllUserPermissionsOfUser(User user)Methods in de.terrestris.shoguncore.dao with parameters of type PersistentObject Modifier and Type Method Description List<E>GenericHibernateDao. findAllWithCollectionContaining(String fieldName, PersistentObject subElement, org.hibernate.criterion.Criterion... criterion)Returns a list of entity objects that have a collection namedfieldName, which contains the passedsubElement. -
Uses of PersistentObject in de.terrestris.shoguncore.helper
Methods in de.terrestris.shoguncore.helper with parameters of type PersistentObject Modifier and Type Method Description static voidCreatedHelper. setCreatedOnPersistentObject(PersistentObject persistentObject, org.joda.time.ReadableDateTime created)Helper method that uses reflection to set the (inaccessible) created field of the givenPersistentObject.static voidIdHelper. setIdOnPersistentObject(PersistentObject persistentObject, Integer id)Helper method that uses reflection to set the (inaccessible) id field of the givenPersistentObject. -
Uses of PersistentObject in de.terrestris.shoguncore.init
Method parameters in de.terrestris.shoguncore.init with type arguments of type PersistentObject Modifier and Type Method Description voidContentInitializer. setObjectsToCreate(List<PersistentObject> objectsToCreate) -
Uses of PersistentObject in de.terrestris.shoguncore.model
Subclasses of PersistentObject in de.terrestris.shoguncore.model Modifier and Type Class Description classApplicationThis class represents a (GIS-)application, which can be opened in a browser.classFileThis class represents a file which is stored as a bytearray in the databaseclassImageFileThis class represents an Image which is stored as a bytearray in the databaseclassPersonclassPluginclassRoleclassTerritoryclassUserclassUserGroup -
Uses of PersistentObject in de.terrestris.shoguncore.model.interceptor
Subclasses of PersistentObject in de.terrestris.shoguncore.model.interceptor Modifier and Type Class Description classInterceptorRuleThe model representing the rules for the GeoServer Interceptor class. -
Uses of PersistentObject in de.terrestris.shoguncore.model.layer
Subclasses of PersistentObject in de.terrestris.shoguncore.model.layer Modifier and Type Class Description classLayerRepresentation of a layer which consists a corresponding data source and an appearance -
Uses of PersistentObject in de.terrestris.shoguncore.model.layer.appearance
Subclasses of PersistentObject in de.terrestris.shoguncore.model.layer.appearance Modifier and Type Class Description classLayerAppearanceThis class holds the appearance properties of a layerLayerObject -
Uses of PersistentObject in de.terrestris.shoguncore.model.layer.source
Subclasses of PersistentObject in de.terrestris.shoguncore.model.layer.source Modifier and Type Class Description classImageWmsLayerDataSourceClass representing a layer data source for WMS servers providing single, untiled images.classLayerDataSourceBase class for all layer datasourcesclassTileWmsLayerDataSourceData source of layers for tile data from WMS servers.classWfsLayerDataSourceClass representing a layer data source for WFS layersclassWmtsLayerDataSourceClass representing a layer source for tile data from WMTS servers.classXyzLayerDataSourceClass representing a layer source for tile data with URLs in a set XYZ format that are defined in a URL template -
Uses of PersistentObject in de.terrestris.shoguncore.model.layer.util
Subclasses of PersistentObject in de.terrestris.shoguncore.model.layer.util Modifier and Type Class Description classExtentUtil class representing the extent of a layer or a map.classTileGridClass representing a WMS tile gridclassWmtsTileGridClass representing a WMTS tile grid -
Uses of PersistentObject in de.terrestris.shoguncore.model.layout
Subclasses of PersistentObject in de.terrestris.shoguncore.model.layout Modifier and Type Class Description classAbsoluteLayoutThis class is the representation of an absolute layout, where components are anchored in absolute positions, which are stored in theAbsoluteLayout.coordsproperty.classBorderLayoutThis class is the representation of an border layout, where components are anchored in (predefined) regions, which are stored in theBorderLayout.regionsproperty.classLayoutThis class represents the layout of aCompositeModulein a GUI. -
Uses of PersistentObject in de.terrestris.shoguncore.model.map
Subclasses of PersistentObject in de.terrestris.shoguncore.model.map Modifier and Type Class Description classMapConfigThe MapConfig is backend representation for an OpenLayers 3 ViewclassMapControlThis class represents an OpenLayers 3 control which can be included in a map. -
Uses of PersistentObject in de.terrestris.shoguncore.model.module
Subclasses of PersistentObject in de.terrestris.shoguncore.model.module Modifier and Type Class Description classAccordionPanelThis class represents the an Panel with an accordion layout.classButtonThe Image Module is the Ext JS representation of an HTML img element.classCompositeModuleThis class represents a (simple) compositeModule, i.e.classCoordinateTransformationThe CoordinateTransform module allows the user to transform map coordinates into different projections.classImageThe Image Module is the Ext JS representation of an HTML img element.classMapClass represents a map componentclassModuleA module is the visual representation of a component in the GUI.classNominatimSearchA search module working with the OSM Nominatim Service.classOverpassSearchA search module working with the OSM Overpass API.classOverviewMapClass represents a GeoExt.component.OverviewMap, that displays an overview map of a parent map.classPrintA module which contains a formular to print the map with the mapfish print v3.classWfsSearchA module to search features of a WFS. -
Uses of PersistentObject in de.terrestris.shoguncore.model.security
Subclasses of PersistentObject in de.terrestris.shoguncore.model.security Modifier and Type Class Description classPermissionCollection -
Uses of PersistentObject in de.terrestris.shoguncore.model.token
Subclasses of PersistentObject in de.terrestris.shoguncore.model.token Modifier and Type Class Description classPasswordResetTokenclassRegistrationTokenclassTokenAbstract base class for all tokens.classUserToken -
Uses of PersistentObject in de.terrestris.shoguncore.model.tree
Subclasses of PersistentObject in de.terrestris.shoguncore.model.tree Modifier and Type Class Description classTreeFolderThis class represents a (simple) compositeTreeNode, i.e.classTreeNodeA class representing a node in a tree. -
Uses of PersistentObject in de.terrestris.shoguncore.model.wps
Subclasses of PersistentObject in de.terrestris.shoguncore.model.wps Modifier and Type Class Description classWpsParameterclassWpsPluginclassWpsPrimitiveclassWpsProcessExecuteclassWpsReference -
Uses of PersistentObject in de.terrestris.shoguncore.paging
Classes in de.terrestris.shoguncore.paging with type parameters of type PersistentObject Modifier and Type Class Description classPagingResult<E extends PersistentObject>The Result of a paging request. -
Uses of PersistentObject in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type PersistentObject Modifier and Type Class Description classAbstractRestController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>> -
Uses of PersistentObject in de.terrestris.shoguncore.security.access.entity
Classes in de.terrestris.shoguncore.security.access.entity with type parameters of type PersistentObject Modifier and Type Class Description classAlwaysAllowReadPermissionEvaluator<E extends PersistentObject>classPersistentObjectPermissionEvaluator<E extends PersistentObject> -
Uses of PersistentObject in de.terrestris.shoguncore.security.access.factory
Classes in de.terrestris.shoguncore.security.access.factory with type parameters of type PersistentObject Modifier and Type Class Description classEntityPermissionEvaluatorFactory<E extends PersistentObject> -
Uses of PersistentObject in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type PersistentObject Modifier and Type Class Description classAbstractCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>>This abstract service class provides basic CRUD functionality.classAbstractDaoService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>>This abstract service class simply provides a data access object for the typeAbstractDaoService(and a logger).classPermissionAwareCrudService<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>>Methods in de.terrestris.shoguncore.service that return types with arguments of type PersistentObject Modifier and Type Method Description Map<PersistentObject,PermissionCollection>PermissionAwareCrudService. findAllUserGroupPermissionsOfUserGroup(UserGroup userGroup)This method returns aMapthat mapsPersistentObjects to PermissionCollections for the passedUserGroup.Map<PersistentObject,PermissionCollection>PermissionAwareCrudService. findAllUserPermissionsOfUser(User user)Methods in de.terrestris.shoguncore.service with parameters of type PersistentObject Modifier and Type Method Description List<E>AbstractCrudService. findAllWithCollectionContaining(String fieldName, PersistentObject subElement)Returns a list of entity objects that have a collection namedfieldName, which contains the passedsubElement.voidInitializationService. savePersistentObject(PersistentObject object)A "generic" method to save an arbitraryPersistentObject. -
Uses of PersistentObject in de.terrestris.shoguncore.web
Classes in de.terrestris.shoguncore.web with type parameters of type PersistentObject Modifier and Type Class Description classAbstractWebController<E extends PersistentObject,D extends GenericHibernateDao<E,Integer>,S extends AbstractCrudService<E,D>>This abstract controller class provides basic web controller functionality: A logger and a service.
-