Uses of Class
io.goobi.viewer.model.security.user.UserGroup
Package
Description
-
Uses of UserGroup in io.goobi.viewer.api.rest.resourcebuilders
-
Uses of UserGroup in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getUserGroup
(long id) getUserGroup.IDAO.getUserGroup
(String name) getUserGroup.Modifier and TypeMethodDescriptionIDAO.getAllUserGroups()
getAllUserGroups.IDAO.getUserGroups
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getUserGroups.IDAO.getUserGroups
(User owner) getUserGroups.Modifier and TypeMethodDescriptionboolean
IDAO.addUserGroup
(UserGroup userGroup) addUserGroup.boolean
IDAO.deleteUserGroup
(UserGroup userGroup) deleteUserGroup.long
IDAO.getUserRoleCount
(UserGroup userGroup, User user, Role role) getUserRoleCount.IDAO.getUserRoles
(UserGroup userGroup, User user, Role role) getUserRoles.boolean
IDAO.updateUserGroup
(UserGroup userGroup) updateUserGroup. -
Uses of UserGroup in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionJPADAO.getUserGroup
(long id) getUserGroup.JPADAO.getUserGroup
(String name) getUserGroup.Modifier and TypeMethodDescriptionJPADAO.getAllUserGroups()
getAllUserGroups.JPADAO.getUserGroups
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getUserGroups.JPADAO.getUserGroups
(User owner) getUserGroups.Modifier and TypeMethodDescriptionboolean
JPADAO.addUserGroup
(UserGroup userGroup) addUserGroup.boolean
JPADAO.deleteUserGroup
(UserGroup userGroup) deleteUserGroup.long
JPADAO.getUserRoleCount
(UserGroup userGroup, User user, Role role) JPADAO.getUserRoles
(UserGroup userGroup, User user, Role role) getUserRoles.boolean
JPADAO.updateUserGroup
(UserGroup userGroup) updateUserGroup. -
Uses of UserGroup in io.goobi.viewer.faces.converters
Modifier and TypeMethodDescriptionfinal UserGroup
UserGroupConverter.getAsObject
(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value) Modifier and TypeMethodDescriptionfinal String
UserGroupConverter.getAsString
(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, UserGroup object) -
Uses of UserGroup in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionUserGroupBean.getCurrentOtherUserGroup()
Getter for the fieldcurrentOtherUserGroup
.UserGroupBean.getCurrentOwnUserGroup()
Getter for the fieldcurrentOwnUserGroup
.AdminBean.getCurrentUserGroup()
Getter for the fieldcurrentUserGroup
.BookmarkBean.getCurrentUserGroup()
Getter for the fieldcurrentUserGroup
.Modifier and TypeMethodDescriptionAdminBean.getAllUserGroups()
Returns all user groups in the DB.Modifier and TypeMethodDescriptionvoid
AdminBean.deleteUserGroupAction
(UserGroup userGroup) deleteUserGroupAction.void
UserGroupBean.setCurrentOtherUserGroup
(UserGroup currentOtherUserGroup) Setter for the fieldcurrentOtherUserGroup
.void
UserGroupBean.setCurrentOwnUserGroup
(UserGroup currentOwnUserGroup) Setter for the fieldcurrentOwnUserGroup
.void
AdminBean.setCurrentUserGroup
(UserGroup userGroup) Setter for the fieldcurrentUserGroup
.void
BookmarkBean.setCurrentUserGroup
(UserGroup currentUserGroup) Setter for the fieldcurrentUserGroup
. -
Uses of UserGroup in io.goobi.viewer.model.annotation.comments
-
Uses of UserGroup in io.goobi.viewer.model.bookmark
Modifier and TypeMethodDescriptionBookmarkList.getGroupShares()
Getter for the fieldgroupShares
.Modifier and TypeMethodDescriptionboolean
BookmarkList.addGroupShare
(UserGroup group) add user group to list and saveboolean
BookmarkList.removeGroupShare
(UserGroup group) remove user group from list and saveModifier and TypeMethodDescriptionvoid
BookmarkList.setGroupShares
(List<UserGroup> groupShares) Setter for the fieldgroupShares
. -
Uses of UserGroup in io.goobi.viewer.model.crowdsourcing.campaigns
Modifier and TypeMethodDescriptionvoid
Campaign.setReviewerUserGroup
(UserGroup reviewerUserGroup) void
Campaign.setUserGroup
(UserGroup userGroup) -
Uses of UserGroup in io.goobi.viewer.model.security
Modifier and TypeMethodDescriptionvoid
License.setUserGroup
(UserGroup userGroup) Setter for the fielduserGroup
. -
Uses of UserGroup in io.goobi.viewer.model.security.user
Modifier and TypeMethodDescriptionUser.getAllUserGroups()
Returns a list of all groups with this user's involvement (either as owner or member).User.getUserGroupOwnerships()
Returns a list of UserGroups of which this user is the owner.User.getUserGroupsWithMembership()
Returns a list of UserGroups of which this user is a member.Modifier and TypeMethodDescriptionboolean
User.isGroupMember
(UserGroup group) isGroupMember.void
UserRole.setUserGroup
(UserGroup userGroup) Setter for the fielduserGroup
.