Modifier and Type | Method and Description |
---|---|
User |
Chat.getCuser() |
Modifier and Type | Method and Description |
---|---|
static Chat |
Chat.createNewChat(User cuser) |
Servicer |
ChatSystem.findMe(User user) |
Chat |
ChatSystem.getBeginChatByUser(User user) |
Chat |
ChatSystem.getChatingByUser(User user) |
void |
Chat.setCuser(User cuser) |
Modifier and Type | Method and Description |
---|---|
List<ServiceRecord> |
ServiceRecordDao.selectAllByUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.getUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.getUser(User user) |
Modifier and Type | Method and Description |
---|---|
void |
ICustomerService.linkService(User user) |
Modifier and Type | Method and Description |
---|---|
Servicer |
ICenterManaService.becomeServicer(User user)
将该用户 成为 该客服中心 的一份子
|
List<ServiceRecord> |
ICustomerManaService.getAllSerRec(User user)
查询用户所有的被服务记录
|
Chat |
ICustomerCommService.requestService(User user)
请求服务
|
Modifier and Type | Method and Description |
---|---|
Servicer |
CenterManaServiceImpl.becomeServicer(User user)
将该用户 成为 该客服中心 的一份子
|
List<ServiceRecord> |
CustomerManaServiceImpl.getAllSerRec(User user)
查询用户所有的被服务记录
|
Chat |
CustomerCommServiceImpl.requestService(User user) |
Modifier and Type | Method and Description |
---|---|
User |
UserServiceImpl.getOneUser(User user) |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserServiceImpl.getAllUser() |
Modifier and Type | Method and Description |
---|---|
void |
UserServiceImpl.addOneUser(User user) |
void |
UserServiceImpl.deleteOneUser(User user) |
User |
UserServiceImpl.getOneUser(User user) |
void |
UserServiceImpl.updateOneUser(User user) |
Modifier and Type | Method and Description |
---|---|
User |
IUserService.getOneUser(User user) |
Modifier and Type | Method and Description |
---|---|
List<User> |
IUserService.getAllUser()
查找全部用户信息
|
Modifier and Type | Method and Description |
---|---|
void |
IUserService.addOneUser(User user)
新增一个用户信息
|
void |
IUserService.deleteOneUser(User user)
删除一个用户信息
|
User |
IUserService.getOneUser(User user) |
void |
IUserService.updateOneUser(User user)
修改一个用户信息(修改原有属性且保存到数据库中)
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Object> |
IServicerController.joinChat(javax.servlet.http.HttpSession httpSession,
User user)
连接一个客户
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<Object> |
ServicerControllerImpl.joinChat(javax.servlet.http.HttpSession httpSession,
User user)
连接一个客户
|
Modifier and Type | Method and Description |
---|---|
Object |
UserControllerImpl.getUser(User user) |
Object |
UserControllerImpl.user_put(User user)
put更新用户信息
|
Object |
UserControllerImpl.user(User user)
post一个用户信息
|
Modifier and Type | Method and Description |
---|---|
Object |
IUserController.getUser(User user) |
Object |
IUserController.user_put(User user)
put更新用户信息
|
Object |
IUserController.user(User user)
post一个用户
|
Copyright © 2019. All rights reserved.