| 程序包 | 说明 |
|---|---|
| itez.plat.base.model | |
| itez.plat.base.service | |
| itez.plat.base.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
Dept |
User.getDept()
实现几个扩展方法,便于通过人员对象获取更多信息
|
| 限定符和类型 | 方法和说明 |
|---|---|
Dept |
DeptService.createRootDept() |
Dept |
DeptService.createRootDept(itez.core.runtime.service.common.IComp comp) |
Dept |
DeptService.findByTmid(Object tmid) |
Dept |
DeptService.getLastDept(String pid) |
Dept |
DeptService.getRootDept(String compId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dept> |
DeptService.getAllDepts(String compId) |
List<Dept> |
DeptService.getAllDepts(String compId,
String pid) |
List<Dept> |
DeptService.getDepts(String compId,
String ids) |
List<Dept> |
DeptService.getDepts(String compId,
String ids,
String orderby) |
List<Dept> |
DeptService.getSubDepts(String compId,
String pid) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DeptService.addDept(Dept dept) |
void |
DeptService.modifyDept(Dept dept) |
| 限定符和类型 | 方法和说明 |
|---|---|
Dept |
DeptServiceImpl.createRootDept()
创建默认部门
|
Dept |
DeptServiceImpl.createRootDept(itez.core.runtime.service.common.IComp comp)
创建默认部门
|
Dept |
DeptServiceImpl.findById(String id) |
Dept |
DeptServiceImpl.findByTmid(Object tmid)
返回tmid对应的机构
|
Dept |
DeptServiceImpl.getLastDept(String pid) |
Dept |
DeptServiceImpl.getRootDept(String compId) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Dept> |
DeptServiceImpl.getAllDepts(String compId) |
List<Dept> |
DeptServiceImpl.getAllDepts(String compId,
String pid) |
List<Dept> |
DeptServiceImpl.getDepts(String compId,
String ids) |
List<Dept> |
DeptServiceImpl.getDepts(String compId,
String ids,
String orderby) |
List<Dept> |
DeptServiceImpl.getSubDepts(String compId,
String pid) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DeptServiceImpl.addDept(Dept dept) |
void |
DeptServiceImpl.modifyDept(Dept dept) |
Copyright © 2018. All rights reserved.