Uses of Class
com.inesm.KeyManager.model.Role
Packages that use Role
Package
Description
-
Uses of Role in com.inesm.KeyManager.model
Methods in com.inesm.KeyManager.model with parameters of type Role -
Uses of Role in com.inesm.KeyManager.repositories
Methods in com.inesm.KeyManager.repositories that return RoleModifier and TypeMethodDescriptionUserRepository.getRoleByID(long id) Gets a role from the database by roleID.UserRepository.getRoleByName(String name) Gets a role from the database by name.Methods in com.inesm.KeyManager.repositories that return types with arguments of type RoleMethods in com.inesm.KeyManager.repositories with parameters of type RoleModifier and TypeMethodDescriptionlongUserRepository.createRole(Role role) Adds a new role to the database.voidUserRepository.updateRole(Role role) Updates a role in the database. -
Uses of Role in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that return RoleModifier and TypeMethodDescriptionUserManager.createRole(Role role) Creates a new role in the database.UserManager.updateRole(Role role) Updates a role in the database.Methods in com.inesm.KeyManager.services that return types with arguments of type RoleMethods in com.inesm.KeyManager.services with parameters of type RoleModifier and TypeMethodDescriptionUserManager.createRole(Role role) Creates a new role in the database.UserManager.updateRole(Role role) Updates a role in the database. -
Uses of Role in com.inesm.KeyManager.ui
Methods in com.inesm.KeyManager.ui that return RoleModifier and TypeMethodDescriptionAppInterface.inCreateRole(javax.servlet.http.HttpServletRequest request) AppInterface.inUpdateRole(javax.servlet.http.HttpServletRequest request) Methods in com.inesm.KeyManager.ui with parameters of type RoleModifier and TypeMethodDescriptionAppInterface.outCreateRole(Role role) AppInterface.outUpdateRole(Role role) Method parameters in com.inesm.KeyManager.ui with type arguments of type Role