public interface Org extends Serializable, Comparable<Org>
Title: JDSORG组织机构中间件
Description:
Copyright: Copyright (c) 2003-2018
Company: www.justdos.net
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBrief()
取得该机构的简要描述
|
List<String> |
getChildIdList() |
List<Org> |
getChildrenList() |
List<Org> |
getChildrenRecursivelyList() |
String |
getCity()
部门所在城市
|
Integer |
getIndex() |
Person |
getLeader()
取得该机构领导人的对象
|
String |
getLeaderId()
取得该机构领导人的对象ID
|
String |
getName()
取得该机构的名称
|
String |
getOrgId()
取得该机构的标识
|
Org |
getParent()
取得父机构对象
|
String |
getParentId()
取得父机构的标识
|
List<String> |
getPersonIdList() |
List<Person> |
getPersonList() |
List<Person> |
getPersonListRecursively() |
List<String> |
getRoleIdList() |
List<Role> |
getRoleList() |
Integer |
getTier()
取得该机构所属自身的层数[,第一层为0]
|
compareToString getOrgId()
String getName()
String getBrief()
String getCity()
Integer getTier()
Integer getIndex()
String getLeaderId()
String getParentId()
Copyright © 2023 onecode. All rights reserved.