Uses of Class
io.goobi.viewer.model.security.user.UserRole
Packages that use UserRole
Package
Description
-
Uses of UserRole in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type UserRoleModifier and TypeMethodDescriptionIDAO.getAllUserRoles()
getAllUserRoles.IDAO.getUserRoles
(UserGroup userGroup, User user, Role role) getUserRoles.Methods in io.goobi.viewer.dao with parameters of type UserRoleModifier and TypeMethodDescriptionboolean
IDAO.addUserRole
(UserRole userRole) addUserRole.boolean
IDAO.deleteUserRole
(UserRole userRole) deleteUserRole.boolean
IDAO.updateUserRole
(UserRole userRole) updateUserRole. -
Uses of UserRole in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type UserRoleModifier and TypeMethodDescriptionJPADAO.getAllUserRoles()
getAllUserRoles.JPADAO.getUserRoles
(UserGroup userGroup, User user, Role role) getUserRoles.Methods in io.goobi.viewer.dao.impl with parameters of type UserRoleModifier and TypeMethodDescriptionboolean
JPADAO.addUserRole
(UserRole userRole) addUserRole.boolean
JPADAO.deleteUserRole
(UserRole userRole) deleteUserRole.boolean
JPADAO.updateUserRole
(UserRole userRole) updateUserRole. -
Uses of UserRole in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return UserRoleModifier and TypeMethodDescriptionAdminBean.getCurrentUserRole()
Getter for the fieldcurrentUserRole
.Methods in io.goobi.viewer.managedbeans with parameters of type UserRoleModifier and TypeMethodDescriptionvoid
AdminBean.deleteUserRoleAction
(UserRole userRole) Adds currentUserRole to the map of UserRoles to be processed, marked as to delete.void
AdminBean.setCurrentUserRole
(UserRole currentUserRole) Setter for the fieldcurrentUserRole
. -
Uses of UserRole in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user that return types with arguments of type UserRoleModifier and TypeMethodDescriptionUserGroup.getMemberships()
getMemberships.User.getUserGroupMemberships()
getUserGroupMemberships.Method parameters in io.goobi.viewer.model.security.user with type arguments of type UserRole