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 TypeMethodDescriptionbooleanIDAO.addUserRole(UserRole userRole) addUserRole.booleanIDAO.deleteUserRole(UserRole userRole) deleteUserRole.booleanIDAO.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 TypeMethodDescriptionbooleanJPADAO.addUserRole(UserRole userRole) addUserRole.booleanJPADAO.deleteUserRole(UserRole userRole) deleteUserRole.booleanJPADAO.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 TypeMethodDescriptionvoidAdminBean.deleteUserRoleAction(UserRole userRole) Adds currentUserRole to the map of UserRoles to be processed, marked as to delete.voidAdminBean.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