gboat2.web.service.impl
类 AuthorityServiceImpl

java.lang.Object
  继承者 gboat2.web.service.impl.AuthorityServiceImpl
所有已实现的接口:
IAuthorityService

public class AuthorityServiceImpl
extends Object
implements IAuthorityService


构造方法摘要
AuthorityServiceImpl()
           
 
方法摘要
 List<Resource> findAllAuthResOfParentByRoleCode(String parentCode, String roleCode)
          取得角色权限下的导航树
 boolean isAuthorityCustomize(String authForId, String systemId)
          权限是否定制过 authForId形式: --roleId时判断角色是否定制过权限 --groupId.roleId时判断用户组角色是否定制过权限 --groupId.roleId.userId时判断用户是否定制过权限
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AuthorityServiceImpl

public AuthorityServiceImpl()
方法详细信息

findAllAuthResOfParentByRoleCode

public List<Resource> findAllAuthResOfParentByRoleCode(String parentCode,
                                                       String roleCode)
从接口 IAuthorityService 复制的描述
取得角色权限下的导航树

指定者:
接口 IAuthorityService 中的 findAllAuthResOfParentByRoleCode
返回:
导航树

isAuthorityCustomize

public boolean isAuthorityCustomize(String authForId,
                                    String systemId)
从接口 IAuthorityService 复制的描述
权限是否定制过 authForId形式: --roleId时判断角色是否定制过权限 --groupId.roleId时判断用户组角色是否定制过权限 --groupId.roleId.userId时判断用户是否定制过权限

指定者:
接口 IAuthorityService 中的 isAuthorityCustomize
返回:


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