|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 GroupRoleVO 的软件包 | |
---|---|
gboat2.web.business | |
gboat2.web.business.impl | |
gboat2.web.service | |
gboat2.web.service.impl |
gboat2.web.business 中 GroupRoleVO 的使用 |
---|
返回变量类型为 GroupRoleVO 的类型的 gboat2.web.business 中的方法 | |
---|---|
List<GroupRoleVO> |
IGroupRoleBusiness.findGroupByRole(String roleId)
查找该角色隶属于的所有用户组 |
List<GroupRoleVO> |
IGroupRoleBusiness.findGroupRoleVOByGRID(String groupId)
根据groupId得到角色 |
List<GroupRoleVO> |
IGroupRoleBusiness.findRoleOfGroup(String groupId)
取得用户组的所有角色 |
gboat2.web.business.impl 中 GroupRoleVO 的使用 |
---|
返回变量类型为 GroupRoleVO 的类型的 gboat2.web.business.impl 中的方法 | |
---|---|
List<GroupRoleVO> |
GroupRoleBusinessImpl.findGroupByRole(String roleId)
|
List<GroupRoleVO> |
GroupRoleBusinessImpl.findGroupRoleVOByGRID(String groupId)
|
List<GroupRoleVO> |
GroupRoleBusinessImpl.findRoleOfGroup(String groupId)
|
gboat2.web.service 中 GroupRoleVO 的使用 |
---|
返回变量类型为 GroupRoleVO 的类型的 gboat2.web.service 中的方法 | |
---|---|
List<GroupRoleVO> |
IRoleService.findAllRoleByGroupCode(String groupCode)
根据groupCode取得该组的所有角色 |
List<GroupRoleVO> |
IRoleService.findAllRoleByGroupId(String groupId)
获取某用户组下的所有角色 |
gboat2.web.service.impl 中 GroupRoleVO 的使用 |
---|
返回变量类型为 GroupRoleVO 的类型的 gboat2.web.service.impl 中的方法 | |
---|---|
List<GroupRoleVO> |
RoleServiceImpl.findAllRoleByGroupCode(String groupCode)
|
List<GroupRoleVO> |
RoleServiceImpl.findAllRoleByGroupId(String groupId)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |