Uses of Class
ru.cg.webbpm.modules.security.api.model.GroupRole
Packages that use GroupRole
Package
Description
-
Uses of GroupRole in ru.cg.webbpm.modules.security.api.impl.dao.jooq
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return types with arguments of type GroupRoleModifier and TypeMethodDescriptionprotected org.jooq.RecordMapper<org.jooq.Record,
GroupRole> GroupRoleDao.createRecordMapper()
Creates group to role record mapper.GroupRoleDao.getGroupRolesByGroupId
(LoadOptions options, String groupId) Gets group role links by group id according to load options.GroupRoleDao.getGroupRolesByRoleId
(LoadOptions options, String roleId) Gets group role links by passed role id according to load options.Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq with parameters of type GroupRoleModifier and TypeMethodDescriptionvoid
GroupRoleDao.createGroupRole
(GroupRole groupRole) Inserts group role link into database.Method parameters in ru.cg.webbpm.modules.security.api.impl.dao.jooq with type arguments of type GroupRoleModifier and TypeMethodDescriptionvoid
GroupRoleDao.createGroupRoles
(Collection<GroupRole> groupRoles) Inserts group role links into database. -
Uses of GroupRole in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service that return types with arguments of type GroupRoleModifier and TypeMethodDescriptionGroupServiceImpl.getGroupRoleLinks
(String groupId, LoadOptions options) Gets roles by group id with binding timestamp according to load options. -
Uses of GroupRole in ru.cg.webbpm.modules.security.api.model
Methods in ru.cg.webbpm.modules.security.api.model that return GroupRole -
Uses of GroupRole in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service that return types with arguments of type GroupRoleModifier and TypeMethodDescriptionGroupService.getGroupRoleLinks
(String groupId, LoadOptions options)