Modifier and Type | Method and Description |
---|---|
Servicer |
ChatSystem.findMe(User user) |
Servicer |
Chat.getServicer() |
Modifier and Type | Method and Description |
---|---|
List<Servicer> |
ChatSystem.getServicerList() |
Modifier and Type | Method and Description |
---|---|
void |
Chat.joinServicer(Servicer servicer) |
void |
ChatSystem.servicerJoinChat(Servicer servicer,
Chat chat) |
void |
Chat.setServicer(Servicer servicer) |
Modifier and Type | Method and Description |
---|---|
void |
ChatSystem.setServicerList(List<Servicer> servicerList) |
Modifier and Type | Method and Description |
---|---|
Servicer |
ICenterManaService.becomeServicer(User user)
将该用户 成为 该客服中心 的一份子
|
Modifier and Type | Method and Description |
---|---|
List<Servicer> |
ICenterManaService.getAllServicerByDB()
从数据库中获取所有的客服
|
List<Servicer> |
ICenterManaService.getAllServicers()
获取内存中所有的客服
|
Modifier and Type | Method and Description |
---|---|
void |
IServicerCommService.catChat(Servicer servicer,
Chat chat)
需求:一个客服,断开 一个用户,的会话
|
void |
ICenterManaService.escapeCenter(Servicer servicer)
这个客服 居然打算从客服中心 逃跑
|
double |
IServicerManaService.getMeScore(Servicer servicer)
获取此客服的评分
|
boolean |
IServicerManaService.isHaveNewMsg(Servicer servicer)
该客服是否还有新消息。
|
void |
IServicerCommService.joinChat(Servicer servicer,
Chat chat)
一个客服接入一个通讯
|
void |
IServicerCommService.sendMsg(Servicer servicer,
Chat chat,
ChatMessage chatMessage)
需求:一个客服,给一个用户的会话(其实前期设计的时候应该给User也包装下),发送一条消息
|
void |
IServicerManaService.setMeStatus(Servicer servicer,
int newStatus)
设置客服的状态
|
Modifier and Type | Method and Description |
---|---|
Servicer |
CenterManaServiceImpl.becomeServicer(User user)
将该用户 成为 该客服中心 的一份子
|
Modifier and Type | Method and Description |
---|---|
List<Servicer> |
CenterManaServiceImpl.getAllServicerByDB()
从数据库中获取所有的客服
静止使用!!!
|
List<Servicer> |
CenterManaServiceImpl.getAllServicers()
获取内存中所有的客服
|
Modifier and Type | Method and Description |
---|---|
void |
ServicerCommServiceImpl.catChat(Servicer servicer,
Chat chat)
需求:一个客服,断开 一个用户,的会话
|
void |
CenterManaServiceImpl.escapeCenter(Servicer servicer)
这个客服 居然打算从客服中心 逃跑
|
double |
ServicerManaServiceImpl.getMeScore(Servicer servicer)
获取此客服的评分
|
boolean |
ServicerManaServiceImpl.isHaveNewMsg(Servicer servicer)
该客服是否还有新消息。
|
void |
ServicerCommServiceImpl.joinChat(Servicer servicer,
Chat chat)
一个客服接入一个通讯
|
void |
ServicerCommServiceImpl.sendMsg(Servicer servicer,
Chat chat,
ChatMessage chatMessage)
需求:一个客服,给一个用户的会话(其实前期设计的时候应该给User也包装下),发送一条消息
|
void |
ServicerManaServiceImpl.setMeStatus(Servicer servicer,
int newStatus)
设置客服的状态
|
Copyright © 2019. All rights reserved.