Uses of Class
de.dlr.proseo.usermgr.rest.model.RestGroup
Packages that use RestGroup
Package
Description
RESTful interface for the prosEO User Manager component
-
Uses of RestGroup in de.dlr.proseo.usermgr.rest
Methods in de.dlr.proseo.usermgr.rest that return RestGroupModifier and TypeMethodDescriptionGroupManager.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 private) static RestGroupGroupManager.toRestGroup(Group modelGroup) Convert a user group from prosEO data model format to REST format (including authorities)Methods in de.dlr.proseo.usermgr.rest that return types with arguments of type RestGroupModifier and TypeMethodDescriptionorg.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 IDMethods in de.dlr.proseo.usermgr.rest with parameters of type RestGroupModifier and TypeMethodDescriptionorg.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 private) static GroupGroupManager.toModelGroup(RestGroup restGroup) Convert a user group from REST format to the prosEO data model format (including authorities)