Uses of Class
ru.cg.webbpm.modules.security.api.model.UserGroup
Packages that use UserGroup
Package
Description
-
Uses of UserGroup 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 UserGroupModifier and TypeMethodDescriptionprotected org.jooq.RecordMapper<org.jooq.Record,
UserGroup> UserGroupDao.createRecordMapper()
Creates user to group record mapper.UserGroupDao.getUserGroupsByGroupId
(String groupId) Return list of user group links by group idUserGroupDao.getUserGroupsByUserId
(LoadOptions options, String userId) Gets user group links by user account id according to load options.UserGroupDao.getUserGroupsByUserId
(LoadOptions options, String userId, short maxAccessLevel) Gets user group links by user account id according to load options and less than passed maximal level access.Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq with parameters of type UserGroupModifier and TypeMethodDescriptionvoid
UserGroupDao.createUserGroup
(UserGroup userGroup) Inserts user group link into databases.Method parameters in ru.cg.webbpm.modules.security.api.impl.dao.jooq with type arguments of type UserGroupModifier and TypeMethodDescriptionvoid
UserGroupDao.createUserGroups
(Collection<UserGroup> userGroups) Inserts user group links into databases. -
Uses of UserGroup 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 UserGroupModifier and TypeMethodDescriptionUserServiceImpl.getUserGroupLinks
(String userId, LoadOptions options) Gets groups by user account id with binding timestamp according to load options. -
Uses of UserGroup in ru.cg.webbpm.modules.security.api.model
Methods in ru.cg.webbpm.modules.security.api.model that return UserGroup -
Uses of UserGroup in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service that return types with arguments of type UserGroupModifier and TypeMethodDescriptionUserService.getUserGroupLinks
(String userId, LoadOptions options)