Uses of Class
io.goobi.viewer.model.security.user.UserGroup
Packages that use UserGroup
Package
Description
-
Uses of UserGroup in io.goobi.viewer.api.rest.resourcebuilders
Methods in io.goobi.viewer.api.rest.resourcebuilders with parameters of type UserGroup -
Uses of UserGroup in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return UserGroupModifier and TypeMethodDescriptionIDAO.getUserGroup
(long id) getUserGroup.IDAO.getUserGroup
(String name) getUserGroup.Methods in io.goobi.viewer.dao that return types with arguments of type UserGroupModifier and TypeMethodDescriptionIDAO.getAllUserGroups()
getAllUserGroups.IDAO.getUserGroups
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getUserGroups.IDAO.getUserGroups
(User owner) getUserGroups.Methods in io.goobi.viewer.dao with parameters of type UserGroupModifier 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
Methods in io.goobi.viewer.dao.impl that return UserGroupModifier and TypeMethodDescriptionJPADAO.getUserGroup
(long id) getUserGroup.JPADAO.getUserGroup
(String name) getUserGroup.Methods in io.goobi.viewer.dao.impl that return types with arguments of type UserGroupModifier and TypeMethodDescriptionJPADAO.getAllUserGroups()
getAllUserGroups.JPADAO.getUserGroups
(int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getUserGroups.JPADAO.getUserGroups
(User owner) getUserGroups.Methods in io.goobi.viewer.dao.impl with parameters of type UserGroupModifier 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
Methods in io.goobi.viewer.faces.converters that return UserGroupModifier and TypeMethodDescriptionfinal UserGroup
UserGroupConverter.getAsObject
(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, String value) Methods in io.goobi.viewer.faces.converters with parameters of type UserGroupModifier and TypeMethodDescriptionfinal String
UserGroupConverter.getAsString
(jakarta.faces.context.FacesContext context, jakarta.faces.component.UIComponent component, UserGroup object) -
Uses of UserGroup in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return UserGroupModifier 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
.Methods in io.goobi.viewer.managedbeans that return types with arguments of type UserGroupModifier and TypeMethodDescriptionAdminBean.getAllUserGroups()
Returns all user groups in the DB.Methods in io.goobi.viewer.managedbeans with parameters of type UserGroupModifier 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
Methods in io.goobi.viewer.model.annotation.comments that return UserGroupMethods in io.goobi.viewer.model.annotation.comments with parameters of type UserGroup -
Uses of UserGroup in io.goobi.viewer.model.bookmark
Methods in io.goobi.viewer.model.bookmark that return types with arguments of type UserGroupModifier and TypeMethodDescriptionBookmarkList.getGroupShares()
Getter for the fieldgroupShares
.Methods in io.goobi.viewer.model.bookmark with parameters of type UserGroupModifier and TypeMethodDescriptionboolean
BookmarkList.addGroupShare
(UserGroup group) add user group to list and saveboolean
BookmarkList.removeGroupShare
(UserGroup group) remove user group from list and saveMethod parameters in io.goobi.viewer.model.bookmark with type arguments of type UserGroupModifier and TypeMethodDescriptionvoid
BookmarkList.setGroupShares
(List<UserGroup> groupShares) Setter for the fieldgroupShares
. -
Uses of UserGroup in io.goobi.viewer.model.crowdsourcing.campaigns
Methods in io.goobi.viewer.model.crowdsourcing.campaigns that return UserGroupMethods in io.goobi.viewer.model.crowdsourcing.campaigns with parameters of type UserGroupModifier and TypeMethodDescriptionvoid
Campaign.setReviewerUserGroup
(UserGroup reviewerUserGroup) void
Campaign.setUserGroup
(UserGroup userGroup) -
Uses of UserGroup in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security that return UserGroupMethods in io.goobi.viewer.model.security with parameters of type UserGroupModifier and TypeMethodDescriptionvoid
License.setUserGroup
(UserGroup userGroup) Setter for the fielduserGroup
. -
Uses of UserGroup in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user that return UserGroupMethods in io.goobi.viewer.model.security.user that return types with arguments of type UserGroupModifier 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.Methods in io.goobi.viewer.model.security.user with parameters of type UserGroupModifier and TypeMethodDescriptionboolean
User.isGroupMember
(UserGroup group) isGroupMember.void
UserRole.setUserGroup
(UserGroup userGroup) Setter for the fielduserGroup
.Constructors in io.goobi.viewer.model.security.user with parameters of type UserGroup