Package | Description |
---|---|
cn.jsj.onclock.controller | |
cn.jsj.onclock.dao | |
cn.jsj.onclock.interceptor | |
cn.jsj.onclock.pojo | |
cn.jsj.onclock.service | |
cn.jsj.onclock.service.impl |
Modifier and Type | Method and Description |
---|---|
Result<UserEnt> |
GroupController.getGroupFriendInfo(Long friendId,
Long groupId)
查询群友的个人信息
|
Result<UserEnt> |
UserController.userInfo()
获取用户个人基本信息
|
Modifier and Type | Method and Description |
---|---|
Result<Object> |
UserController.updateUser(UserEnt userEnt)
更新用户个人信息
|
Modifier and Type | Method and Description |
---|---|
UserEnt |
UserDao.getUserEntityById(Long userId)
Id查询用户信息
|
UserEnt |
UserDao.getUserEntityByOpenId(String openId)
根据OpenId查询用户信息
|
Modifier and Type | Method and Description |
---|---|
List<UserEnt> |
UserDao.listUserInfoInIdList(List<Long> userIdList)
查询ID名单中的所有用户信息
|
Modifier and Type | Method and Description |
---|---|
Integer |
UserDao.update(UserEnt userEnt)
更新用户个人信息
|
Modifier and Type | Field and Description |
---|---|
static ThreadLocal<UserEnt> |
RequestThreadContext.localVar |
Modifier and Type | Method and Description |
---|---|
UserEnt |
TokenCensor.parseToken(String tokenStr,
String sessionKey) |
Modifier and Type | Method and Description |
---|---|
int |
UserEnt.compareTo(UserEnt o)
Compares this object with the specified object for order.
|
Modifier and Type | Method and Description |
---|---|
UserEnt |
GroupService.getOneGroupFriendInfo(Long userId,
Long friendId,
Long groupId)
查询群组中的某位用户的个人信息
|
UserEnt |
UserService.getUserInfo(Long userId)
获取用户个人基本信息
|
Modifier and Type | Method and Description |
---|---|
UserEnt |
GroupServiceImpl.getOneGroupFriendInfo(Long userId,
Long friendId,
Long groupId)
查询群组中的某位用户的个人信息
|
UserEnt |
UserServiceImpl.getUserInfo(Long userId)
获取用户个人基本信息
|
Copyright © 2022. All rights reserved.