接口 IOrgMain
- 所有已知实现类:
OrgMain,OrgMainDemoImpl
public interface IOrgMain
-
方法详细资料
-
initDept
- 抛出:
Exception
-
initPost
void initPost(DTTable postTb, String postId, String postName, String deptId, String isMaster) throws Exception - 抛出:
Exception
-
initUser
void initUser(DTTable userTb, String userId, String userName, String deptId, String postId) throws Exception - 抛出:
Exception
-
getDepts
- 返回:
- the _Depts
-
getUsers
- 返回:
- the _Users
-
getPosts
- 返回:
- the _Posts
-
getDeptRoot
OrgDept getDeptRoot()- 返回:
- the _DeptRoot
-