类 DeptService
java.lang.Object
cool.scx.base.BasicService<Entity>
cool.scx.base.BaseModelService<Dept>
cool.scx.ext.organization.DeptService
CoreDeptService class.
- 版本:
- 1.1.2
- 作者:
- scx567888
-
字段概要
从类继承的字段 cool.scx.base.BasicService
entityClass, scxDaoTableInfo -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddeleteByUserID(Long id) findDeptByUserID(Long userID) getDeptListByUser(User user) getDeptListByUsergetUserDeptByUserIDs(List<Long> userIDs) getUserDeptByUserIDs.voidsaveDeptListWithUserID(Long userID, List<Long> deptIDs) saveDeptListWithUserID从类继承的方法 cool.scx.base.BaseModelService
count, count, count, count, delete, delete, delete, delete, deleteIgnoreConfig, deleteIgnoreConfig, deleteIgnoreTombstone, deleteIgnoreTombstone, get, get, get, get, getFieldList, list, list, list, list, list, list, revokeDelete, revokeDelete, revokeDelete, revokeDelete, save, save, save, save, update, update, update, update, updateIncludeNull, updateIncludeNull, updateIncludeNull, updateIncludeNull从类继承的方法 cool.scx.base.BasicService
_count, _count, _delete, _delete, _insert, _insert, _insertBatch, _insertBatch, _select, _select, _update, _update
-
构造器详细资料
-
DeptService
Constructor for CoreDeptService.
- 参数:
userDeptService- aUserDeptServiceobject.
-
-
方法详细资料
-
getDeptListByUser
getDeptListByUser -
saveDeptListWithUserID
saveDeptListWithUserID -
deleteByUserID
- 参数:
id- aLongobject
-
findDeptByUserID
-
getUserDeptByUserIDs
getUserDeptByUserIDs.
-