Uses of Class
ru.cg.webbpm.modules.security.api.impl.dao.jooq.GroupRoleDao
Packages that use GroupRoleDao
-
Uses of GroupRoleDao in ru.cg.webbpm.modules.security.api.impl.service
Constructors in ru.cg.webbpm.modules.security.api.impl.service with parameters of type GroupRoleDaoModifierConstructorDescriptionGroupServiceImpl
(AccessLevelService accessLevelService, GroupRoleDao groupRoleDao, GroupDao groupDao) Group service constructor - creates new group service.RoleServiceImpl
(GroupRoleDao groupRoleDao, RoleAuthorityDao roleAuthorityDao, RoleDao roleDao) Role service constructor - creates new role service.