|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface IShortcutBusiness
方法摘要 | |
---|---|
AuthorityResourceVO |
findResourceTreeForRoleOfGroup(String authForId,
String systemId)
取得角色的权限树[用的了缓存] |
AuthorityResourceVO |
findResourceTreeForRoleOfGroupForRes(String authForId,
String resId,
boolean useCache)
取得角色的某个模块的权限树(包含改模块)[用的了缓存] |
List<Shortcut> |
getAllShortcutImgs(File imgDir)
|
Shortcut |
getShortcutByResId(String resId)
|
List<Shortcut> |
getShortcutByUserId(String userId)
|
ShortcutResourceVO |
getShortcutResourceByResId(String resId)
|
List<ShortcutResourceVO> |
getShortcutResourceByUser(gboat2.base.bridge.model.UserSession session,
List<AuthorityResourceVO> authoritys)
|
List<ShortcutResourceVO> |
getShortcutResourceByUserId(String userId)
|
Resource |
getSuperTree(URL url)
通过读取文件,生成super的权限树 |
从接口 gboat2.base.core.service.IBaseService 继承的方法 |
---|
delete, get, getAsPage, getAsPage, query, query, save, update |
方法详细信息 |
---|
List<Shortcut> getAllShortcutImgs(File imgDir) throws gboat2.base.bridge.exception.DefaultBusinessNestedException
gboat2.base.bridge.exception.DefaultBusinessNestedException
Shortcut getShortcutByResId(String resId)
List<Shortcut> getShortcutByUserId(String userId)
List<ShortcutResourceVO> getShortcutResourceByUserId(String userId)
ShortcutResourceVO getShortcutResourceByResId(String resId)
List<ShortcutResourceVO> getShortcutResourceByUser(gboat2.base.bridge.model.UserSession session, List<AuthorityResourceVO> authoritys)
AuthorityResourceVO findResourceTreeForRoleOfGroup(String authForId, String systemId)
authForId
- 角色IDsystemId
- 系统ID
AuthorityResourceVO findResourceTreeForRoleOfGroupForRes(String authForId, String resId, boolean useCache)
authForId
- 角色IDresId
- 模块IDuseCathe
- 是否使用缓存
Resource getSuperTree(URL url) throws Exception
url
- super权限文件的路径
Exception
- 未找到
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |