public class OrgTreeFactory extends Object
Title: JDSORG组织机构中间件
Description:
Copyright: jds Copyright (c) 2003-2008
Company: www.justdos.net
| 构造器和说明 |
|---|
OrgTreeFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOrgTree(String rootOrgId,
String currOrgId,
Integer tier) |
String |
getPersonDutyTree() |
String |
getPersonLevelTree() |
String |
getPersonPositionTree() |
String |
getPersonRoleTree() |
String |
getPersonTree(List<com.ds.org.Person> persons,
String currOrgId,
String topOrgId)
需要筛选的人员范围
|
public String getPersonTree(List<com.ds.org.Person> persons, String currOrgId, String topOrgId)
persons - 需要进行LAZY读取的当前节点人员IDcurrOrgId - 根节点的级别选择getTier - public String getOrgTree(String rootOrgId, String currOrgId, Integer tier)
rootOrgId - currOrgId - tier - public String getPersonRoleTree()
public String getPersonDutyTree()
public String getPersonLevelTree()
public String getPersonPositionTree()
Copyright © 2023 onecode. All rights reserved.