public interface Module
Title: JDSORG组织机构中间件
Description:
Copyright: Copyright (c) 2003-2008
Company: www.justdos.net
| 限定符和类型 | 方法和说明 |
|---|---|
int |
compareTo(Module o) |
List<Person> |
getAllRightPerson() |
List<App> |
getAppList()
取得该模块所属所有应用
|
List<Person> |
getDisablePersonList() |
Integer |
getEnabled()
该模块是否可用
|
String |
getEnName() |
String |
getIcon()
取得模块图标
|
String |
getID()
取得模块标识
|
Integer |
getIndex() |
String |
getName()
取得模块名称
|
Integer |
getNeedRight()
该模块是否授权访问
|
List<Role> |
getRoleList()
取得拥有该模块权限的所有角色
|
String |
getUrl() |
String getID()
Integer getIndex()
String getEnName()
String getUrl()
String getName()
String getIcon()
Integer getEnabled()
Integer getNeedRight()
int compareTo(Module o)
Copyright © 2023 onecode. All rights reserved.