Uses of Class
ru.cg.webbpm.modules.security.api.model.Group
Packages that use Group
Package
Description
-
Uses of Group in ru.cg.webbpm.modules.security.api.impl.dao.jooq
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return GroupModifier and TypeMethodDescriptionprotected Group
Populates group instance by AccessLevel instance.Gets group by group id.GroupDao.getGroupByName
(String groupName) Gets group by group name.Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return types with arguments of type GroupModifier and TypeMethodDescriptionprotected org.jooq.RecordMapper<org.jooq.Record,
Group> GroupDao.createEnrichedRecordMapper()
Creates group record mapper.protected org.jooq.RecordMapper<UserGroupRecord,
Group> GroupDao.createRecordMapper()
Creates group record mapper.GroupDao.getGroups
(Collection<String> groupIds) Gets groups according to collection of group ids.GroupDao.getGroups
(LoadOptions options, short maxAccessLevel) Gets groups 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 GroupModifier and TypeMethodDescriptionprotected Group
Populates group instance by AccessLevel instance.Method parameters in ru.cg.webbpm.modules.security.api.impl.dao.jooq with type arguments of type GroupModifier and TypeMethodDescriptionvoid
GroupDao.createGroups
(Collection<Group> groups) Inserts groups into database.void
GroupDao.updateGroups
(Collection<Group> groups) Updates groups in database. -
Uses of Group in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service that return GroupModifier and TypeMethodDescriptionGets group by group id.Gets group by group name.Methods in ru.cg.webbpm.modules.security.api.impl.service that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupServiceImpl.get
(Collection<String> groupIds) Gets groups by group ids.GroupServiceImpl.get
(LoadOptions options) Gets groups according to load options.RoleServiceImpl.getGroups
(String roleId, LoadOptions options) Gets groups by role id according to load options.UserServiceImpl.getGroups
(String userId, LoadOptions options) Gets groups by user account id according to load options.Method parameters in ru.cg.webbpm.modules.security.api.impl.service with type arguments of type GroupModifier and TypeMethodDescriptionvoid
AccessLevelServiceImpl.checkGroupAccessLevel
(Collection<Group> groups) Checks the current user's access level to the collection of groups.void
AccessLevelServiceImpl.checkGroupAccessLevel
(Collection<Group> groups, String userId) Checks the user's access level to the collection of groups.Inserts groups with minimal access level into database.short
AccessLevelServiceImpl.getGroupsAccessLevel
(Collection<Group> groups) Gets maximal access level of groups.GroupServiceImpl.mapGroupsToIds
(Collection<Group> groups) void
GroupServiceImpl.update
(Collection<Group> groups) Updates groups in database. -
Uses of Group in ru.cg.webbpm.modules.security.api.model
Methods in ru.cg.webbpm.modules.security.api.model that return GroupModifier and TypeMethodDescriptionGroup.accessLevel
(AccessLevel accessLevel) GroupRole.group()
UserGroup.group()
Methods in ru.cg.webbpm.modules.security.api.model with parameters of type Group -
Uses of Group in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service that return GroupModifier and TypeMethodDescriptionMethods in ru.cg.webbpm.modules.security.api.service that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupService.get
(Collection<String> groupIds) GroupService.get
(LoadOptions options) RoleService.getGroups
(String roleId, LoadOptions options) UserService.getGroups
(String userId, LoadOptions options) Methods in ru.cg.webbpm.modules.security.api.service with parameters of type GroupModifier and TypeMethodDescriptiondefault void
AccessLevelService.checkGroupAccessLevel
(Group group) default String
default void
Method parameters in ru.cg.webbpm.modules.security.api.service with type arguments of type GroupModifier and TypeMethodDescriptionvoid
AccessLevelService.checkGroupAccessLevel
(Collection<Group> groups) void
AccessLevelService.checkGroupAccessLevel
(Collection<Group> groups, String userId) short
AccessLevelService.getGroupsAccessLevel
(Collection<Group> groups) void
GroupService.update
(Collection<Group> groups)