Verwendungen von Klasse
de.dlr.proseo.usermgr.rest.model.RestGroup
Packages, die RestGroup verwenden
Package
Beschreibung
RESTful interface for the prosEO User Manager component
-
Verwendungen von RestGroup in de.dlr.proseo.usermgr.rest
Methoden in de.dlr.proseo.usermgr.rest, die RestGroup zurückgebenModifizierer und TypMethodeBeschreibungGroupManager.createGroup
(RestGroup restGroup) Create a user group (optionally with direct authorities)GroupManager.getGroupById
(Long id) Get a user group by IDGroupManager.modifyGroup
(Long id, RestGroup restGroup) Update a user group by user group ID(Package privat) static RestGroup
GroupManager.toRestGroup
(Group modelGroup) Convert a user group from prosEO data model format to REST format (including authorities)Methoden in de.dlr.proseo.usermgr.rest, die Typen mit Argumenten vom Typ RestGroup zurückgebenModifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<RestGroup> GroupController.createGroup
(@Valid RestGroup restGroup) Create a new user grouporg.springframework.http.ResponseEntity
<RestGroup> GroupControllerDecorator.createGroup
(@Valid RestGroup restGroup) Create a new user grouporg.springframework.http.ResponseEntity
<RestGroup> GroupControllerImpl.createGroup
(@Valid RestGroup restGroup) Create a new user grouporg.springframework.http.ResponseEntity
<RestGroup> GroupController.getGroupById
(Long id) Get a user group by IDorg.springframework.http.ResponseEntity
<RestGroup> GroupControllerDecorator.getGroupById
(Long id) Get a user group by IDorg.springframework.http.ResponseEntity
<RestGroup> GroupControllerImpl.getGroupById
(Long id) Get a user group by IDGet user groups by mission and optionally by group nameGroupControllerDecorator.getGroups
(String mission, String groupName, Integer recordFrom, Integer recordTo) Get user groups by mission and optionally by group nameGroupControllerImpl.getGroups
(String mission, String groupName, Integer recordFrom, Integer recordTo) Get user groups by mission and optionally by group nameGet user groups by mission and optionally by group nameorg.springframework.http.ResponseEntity
<RestGroup> GroupController.modifyGroup
(Long id, RestGroup restGroup) Update a user group by IDorg.springframework.http.ResponseEntity
<RestGroup> GroupControllerDecorator.modifyGroup
(Long id, RestGroup restGroup) Update a user group by IDorg.springframework.http.ResponseEntity
<RestGroup> GroupControllerImpl.modifyGroup
(Long id, RestGroup restGroup) Update a user group by IDMethoden in de.dlr.proseo.usermgr.rest mit Parametern vom Typ RestGroupModifizierer und TypMethodeBeschreibungorg.springframework.http.ResponseEntity
<RestGroup> GroupController.createGroup
(@Valid RestGroup restGroup) Create a new user grouporg.springframework.http.ResponseEntity
<RestGroup> GroupControllerDecorator.createGroup
(@Valid RestGroup restGroup) Create a new user grouporg.springframework.http.ResponseEntity
<RestGroup> GroupControllerImpl.createGroup
(@Valid RestGroup restGroup) Create a new user groupGroupManager.createGroup
(RestGroup restGroup) Create a user group (optionally with direct authorities)org.springframework.http.ResponseEntity
<RestGroup> GroupController.modifyGroup
(Long id, RestGroup restGroup) Update a user group by IDorg.springframework.http.ResponseEntity
<RestGroup> GroupControllerDecorator.modifyGroup
(Long id, RestGroup restGroup) Update a user group by IDorg.springframework.http.ResponseEntity
<RestGroup> GroupControllerImpl.modifyGroup
(Long id, RestGroup restGroup) Update a user group by IDGroupManager.modifyGroup
(Long id, RestGroup restGroup) Update a user group by user group ID(Package privat) static Group
GroupManager.toModelGroup
(RestGroup restGroup) Convert a user group from REST format to the prosEO data model format (including authorities)