public interface OrgManager extends Manager<Org>
描述:组织架构 处理接口
| 限定符和类型 | 方法和说明 |
|---|---|
List<Org> |
getBranchCompany(Map params) |
Org |
getByCode(String code)
根据Code取定义对象。
|
List<Org> |
getChildOrg(String parentId,
boolean all,
io.springo.core.base.api.model.StructEnum struct) |
Org |
getCurrentCompany()
获取当前用户的分公司ID
|
List<Org> |
getCurrentOrgGroup(String account) |
Org |
getMainGroup(String userId)
获取主组织。
|
List<Org> |
getOrgListByAccount(String account)
根据用户账号获取组织列表
|
List<Org> |
getOrgListByUserId(String userId)
根据用户ID获取组织列表
|
Org getCurrentCompany()
Copyright © 2018. All rights reserved.