Uses of Class
ru.cg.webbpm.modules.security.api.model.Role
Packages that use Role
Package
Description
-
Uses of Role in ru.cg.webbpm.modules.security.api.impl.dao.jooq
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return RoleModifier and TypeMethodDescriptionGets role by role id.RoleDao.getRoleByName
(String roleName) Gets role by role name.Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return types with arguments of type RoleModifier and TypeMethodDescriptionprotected org.jooq.RecordMapper<UserRoleRecord,
Role> RoleDao.createRecordMapper()
Creates role record mapper.RoleDao.getRoles
(Collection<String> roleIds) Gets roles by collection of role ids.RoleDao.getRoles
(LoadOptions options) Gets roles according to load options.Method parameters in ru.cg.webbpm.modules.security.api.impl.dao.jooq with type arguments of type RoleModifier and TypeMethodDescriptionvoid
RoleDao.createRoles
(Collection<Role> roles) Inserts roles into database.void
RoleDao.updateRoles
(Collection<Role> roles) Updates roles in database. -
Uses of Role in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service that return RoleModifier and TypeMethodDescriptionGets role by role id.Gets role by role name.Methods in ru.cg.webbpm.modules.security.api.impl.service that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleServiceImpl.get
(Collection<String> roleIds) Gets roles by role ids.RoleServiceImpl.get
(LoadOptions options) Gets roles according to load options.GroupServiceImpl.getRoles
(String groupId, LoadOptions options) Gets roles by group id according to load options.UserServiceImpl.getRoles
(String userId, LoadOptions options) Gets roles by user account id according to load options.Method parameters in ru.cg.webbpm.modules.security.api.impl.service with type arguments of type RoleModifier and TypeMethodDescriptionInserts roles into database.RoleServiceImpl.mapRolesToIds
(Collection<Role> groups) void
RoleServiceImpl.update
(Collection<Role> roles) Updates roles in database. -
Uses of Role in ru.cg.webbpm.modules.security.api.model
Methods in ru.cg.webbpm.modules.security.api.model that return RoleMethods in ru.cg.webbpm.modules.security.api.model with parameters of type Role -
Uses of Role in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service that return RoleModifier and TypeMethodDescriptionMethods in ru.cg.webbpm.modules.security.api.service that return types with arguments of type RoleModifier and TypeMethodDescriptionRoleService.get
(Collection<String> roleIds) RoleService.get
(LoadOptions options) GroupService.getRoles
(String groupId, LoadOptions options) UserService.getRoles
(String userId, LoadOptions options) Methods in ru.cg.webbpm.modules.security.api.service with parameters of type RoleMethod parameters in ru.cg.webbpm.modules.security.api.service with type arguments of type Role