|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.web.service.impl.RoleServiceImpl
public class RoleServiceImpl
角色服务实现类
构造方法摘要 | |
---|---|
RoleServiceImpl()
|
方法摘要 | |
---|---|
List<Group> |
findAllGroup()
获取所有用户组 |
List<Role> |
findAllRole()
获取所有角色 |
List<GroupRoleVO> |
findAllRoleByGroupCode(String groupCode)
根据groupCode取得该组的所有角色 |
List<GroupRoleVO> |
findAllRoleByGroupId(String groupId)
获取某用户组下的所有角色 |
List<String> |
findAllRoleName()
获取所有角色名称 |
GroupType |
findGroupTypeBySession(UserSession session)
根据session判断组类型 |
Role |
findRoleByRoleCode(String roleCode)
根据角色code查询角色 |
Role |
findRoleByRoleName(String roleName)
根据角色名获取角色对象 |
RoleType |
findRoleTypeBySession(UserSession session)
根据session判断角色类型 |
SystemType |
findSystemTypeBySession(UserSession session)
根据session判断系统类型 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public RoleServiceImpl()
方法详细信息 |
---|
public Role findRoleByRoleCode(String roleCode)
IRoleService
复制的描述
IRoleService
中的 findRoleByRoleCode
roleCode
- 角色编码
public List<Role> findAllRole()
IRoleService
复制的描述
IRoleService
中的 findAllRole
public List<String> findAllRoleName()
IRoleService
复制的描述
IRoleService
中的 findAllRoleName
public List<Group> findAllGroup()
IRoleService
复制的描述
IRoleService
中的 findAllGroup
public List<GroupRoleVO> findAllRoleByGroupId(String groupId)
IRoleService
复制的描述
IRoleService
中的 findAllRoleByGroupId
groupId
- 用户组Id
public Role findRoleByRoleName(String roleName)
IRoleService
复制的描述
IRoleService
中的 findRoleByRoleName
public RoleType findRoleTypeBySession(UserSession session)
IRoleService
复制的描述
IRoleService
中的 findRoleTypeBySession
public GroupType findGroupTypeBySession(UserSession session)
IRoleService
复制的描述
IRoleService
中的 findGroupTypeBySession
public SystemType findSystemTypeBySession(UserSession session)
IRoleService
复制的描述
IRoleService
中的 findSystemTypeBySession
public List<GroupRoleVO> findAllRoleByGroupCode(String groupCode)
IRoleService
复制的描述
IRoleService
中的 findAllRoleByGroupCode
groupCode
- groupcode
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |