gboat2.web.service
接口 IAuthorityService

所有已知实现类:
AuthorityServiceImpl

public interface IAuthorityService

权限服务类

从以下版本开始:
jdk1.6
作者:
sunpf

方法摘要
 List<Resource> findAllAuthResOfParentByRoleCode(String parentId, String roleCode)
          取得角色权限下的导航树
 boolean isAuthorityCustomize(String authForId, String systemId)
          权限是否定制过 authForId形式: --roleId时判断角色是否定制过权限 --groupId.roleId时判断用户组角色是否定制过权限 --groupId.roleId.userId时判断用户是否定制过权限
 

方法详细信息

findAllAuthResOfParentByRoleCode

List<Resource> findAllAuthResOfParentByRoleCode(String parentId,
                                                String roleCode)
取得角色权限下的导航树

参数:
parentId--父节点Id -
roleCode--角色编码 -
返回:
导航树

isAuthorityCustomize

boolean isAuthorityCustomize(String authForId,
                             String systemId)
权限是否定制过 authForId形式: --roleId时判断角色是否定制过权限 --groupId.roleId时判断用户组角色是否定制过权限 --groupId.roleId.userId时判断用户是否定制过权限

参数:
authForId -
返回:


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.