| | |
| | | List<Tree> refTreeUsers(TreeQueryObject treeQueryObject) throws VciBaseException; |
| | | |
| | | /** |
| | | * 人员权限选择树 |
| | | * @param treeQueryObject |
| | | * @return |
| | | * @throws VciBaseException |
| | | */ |
| | | List<Tree> refPersonOrgTree(TreeQueryObject treeQueryObject) throws VciBaseException; |
| | | |
| | | /** |
| | | * 校验密码是否相同,在新平台中存储的密码是两次md5 |
| | | * @param userOid 用户主键 |
| | | * @param md5Password 已经md5加密一次的密码 |
| | |
| | | */ |
| | | BaseResult importUser(File file) throws Exception; |
| | | |
| | | /** |
| | | * 根据角色类型查询用户名 |
| | | * @param roleType |
| | | * @return |
| | | */ |
| | | List<String> queryUserNameByRoleType(String roleType) throws PLException; |
| | | |
| | | } |