类 DeptService
java.lang.Object
cool.scx.base.BaseService<Dept>
cool.scx.ext.organization.DeptService
CoreDeptService class.
- 版本:
- 1.1.2
- 作者:
- scx567888
-
字段概要
从类继承的字段 cool.scx.base.BaseService
entityClass, tableInfo -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteByUserId(Long id) findDeptByUserId(Long userId) getDeptListByUser(User user) getDeptListByUsergetUserDeptByUserIds(List<Long> userIds) getUserDeptByUserIds.voidsaveDeptListWithUserId(Long userId, List<Long> deptIds) saveDeptListWithUserId从类继承的方法 cool.scx.base.BaseService
count, count, delete, delete, deleteIgnoreConfig, deleteIgnoreConfig, get, get, getFieldList, list, list, list, revokeDelete, revokeDelete, save, save, update, update, updateIncludeNull, updateIncludeNull
-
构造器详细资料
-
DeptService
Constructor for CoreDeptService.
- 参数:
userDeptService- aUserDeptServiceobject.
-
-
方法详细资料
-
getDeptListByUser
getDeptListByUser -
saveDeptListWithUserId
saveDeptListWithUserId- 参数:
userId- aLongobjectdeptIds- aStringobject- 抛出:
SQLException- s
-
deleteByUserId
- 参数:
id- aLongobject- 抛出:
SQLException
-
findDeptByUserId
- 参数:
userId- aLongobject- 返回:
- a
Listobject - 抛出:
SQLException
-
getUserDeptByUserIds
getUserDeptByUserIds.
-