类 UserService
java.lang.Object
cool.scx.core.base.BaseModelService<T>
cool.scx.ext.organization.base.BaseUserService<User>
cool.scx.ext.organization.base.impl.UserService
UserService class.
- 版本:
- 1.13.5
- 作者:
- scx567888
-
字段概要
从类继承的字段 cool.scx.core.base.BaseModelService
baseDao -
构造器概要
构造器 -
方法概要
从类继承的方法 cool.scx.ext.organization.base.BaseUserService
addWithDeptAndRole, changePasswordByAdminUser, changePasswordBySelf, changeUsernameBySelf, checkNeedChangeUserByID, checkNewPasswordStr, checkNewUsernameStr, checkNewUsernameStr, checkNowLoginUser, checkNowLoginUserIsAdmin, checkPassword, checkThatThereIsAtLeastOneAdmin, encryptPassword, fillDeptIDsAndRoleIDsField, list, signup, tryLogin, tryLoginByEmailAddress, tryLoginByPhoneNumber, updateLastLoginDateAndIP, updateWithDeptAndRole从类继承的方法 cool.scx.core.base.BaseModelService
_baseDao, add, add, add, add, buildGetSQL, buildGetSQLWithAlias, buildListSQL, buildListSQLWithAlias, count, count, delete, delete, get, get, get, get, list, list, list, list, revokeDelete, revokeDelete, update, update, update, update
-
构造器详细资料
-
UserService
Constructor for UserService.
- 参数:
deptService- aDeptServiceobjectroleService- aRoleServiceobject
-