Uses of Class
net.risesoft.security.model.DataUser
-
Packages that use DataUser Package Description net.risesoft.controller net.risesoft.security.dao net.risesoft.security.service net.risesoft.security.service.impl -
-
Uses of DataUser in net.risesoft.controller
Methods in net.risesoft.controller that return types with arguments of type DataUser Modifier and Type Method Description net.risesoft.pojo.Y9Result<net.risedata.jdbc.commons.LPage<DataUser>>UserController. searchForPage(DataUser betaUser, net.risedata.jdbc.search.LPageable lPageable)Methods in net.risesoft.controller with parameters of type DataUser Modifier and Type Method Description net.risesoft.pojo.Y9Result<Object>UserController. createUser(@Valid DataUser dataUser)创建新用户net.risesoft.pojo.Y9Result<net.risedata.jdbc.commons.LPage<DataUser>>UserController. searchForPage(DataUser betaUser, net.risedata.jdbc.search.LPageable lPageable)net.risesoft.pojo.Y9Result<Object>RoleLinkController. searchUsers(String roleId, DataUser betaUser, net.risedata.jdbc.search.LPageable page, Boolean isNot)net.risesoft.pojo.Y9Result<Object>UserController. updateUserInfo(@Valid DataUser betaUser)修改用户信息 -
Uses of DataUser in net.risesoft.security.dao
Methods in net.risesoft.security.dao that return DataUser Modifier and Type Method Description DataUserUserDao. getUser(String account)DataUserUserDao. getUser(String account, String password) -
Uses of DataUser in net.risesoft.security.service
Methods in net.risesoft.security.service that return DataUser Modifier and Type Method Description DataUserUserService. checkLogin(String account, String password)登录状态DataUserUserService. findOne(String id)根据id 获取用户DataUserUserService. getByLoginName(String account)根据登录名获取用户DataUserTokenService. getUserByToken(String token)根据token 获取用户DataUserTokenService. login(String loginName)用外部登录方式Methods in net.risesoft.security.service that return types with arguments of type DataUser Modifier and Type Method Description net.risedata.jdbc.commons.LPage<DataUser>UserService. searchForPage(DataUser betaUser, net.risedata.jdbc.search.LPageable lPageable)net.risedata.jdbc.commons.LPage<DataUser>UserService. searchForPageRole(DataUser betaUser, net.risedata.jdbc.search.LPageable page, String roleId, boolean isNot)查询用户是否在某个角色里面/或者排除Methods in net.risesoft.security.service with parameters of type DataUser Modifier and Type Method Description StringTokenService. createToken(DataUser userModel)根据 user 创建tokenStringUserService. createUser(DataUser dataUser)net.risedata.jdbc.commons.LPage<DataUser>UserService. searchForPage(DataUser betaUser, net.risedata.jdbc.search.LPageable lPageable)net.risedata.jdbc.commons.LPage<DataUser>UserService. searchForPageRole(DataUser betaUser, net.risedata.jdbc.search.LPageable page, String roleId, boolean isNot)查询用户是否在某个角色里面/或者排除IntegerUserService. updateInfoById(DataUser user)修改用户信息 -
Uses of DataUser in net.risesoft.security.service.impl
Methods in net.risesoft.security.service.impl that return DataUser Modifier and Type Method Description DataUserUserServiceImpl. checkLogin(String account, String password)DataUserUserServiceImpl. findOne(String id)DataUserUserServiceImpl. getByLoginName(String account)DataUserTokenServiceImpl. getUserByToken(String token)DataUserTokenServiceImpl. login(String loginName)Methods in net.risesoft.security.service.impl that return types with arguments of type DataUser Modifier and Type Method Description net.risedata.jdbc.commons.LPage<DataUser>UserServiceImpl. searchForPage(DataUser entiry, net.risedata.jdbc.search.LPageable page)net.risedata.jdbc.commons.LPage<DataUser>UserServiceImpl. searchForPageRole(DataUser betaUser, net.risedata.jdbc.search.LPageable page, String roleId, boolean isNot)Methods in net.risesoft.security.service.impl with parameters of type DataUser Modifier and Type Method Description StringTokenServiceImpl. createToken(DataUser userModel)StringUserServiceImpl. createUser(DataUser dataUser)net.risedata.jdbc.commons.LPage<DataUser>UserServiceImpl. searchForPage(DataUser entiry, net.risedata.jdbc.search.LPageable page)net.risedata.jdbc.commons.LPage<DataUser>UserServiceImpl. searchForPageRole(DataUser betaUser, net.risedata.jdbc.search.LPageable page, String roleId, boolean isNot)IntegerUserServiceImpl. updateInfoById(DataUser user)
-