public class ChatSystem extends Object
Constructor and Description |
---|
ChatSystem(ServicerDao servicerDao) |
Modifier and Type | Method and Description |
---|---|
void |
addNewBeginChat(Chat chat) |
void |
catChat(Chat chat) |
Servicer |
findMe(User user) |
List<Chat> |
getAllBeginChat() |
Chat |
getBeginChatByUser(User user) |
List<Chat> |
getChatBeginList() |
Chat |
getChatingByUser(User user) |
List<Chat> |
getChatingList() |
List<Servicer> |
getServicerList() |
void |
servicerJoinChat(Servicer servicer,
Chat chat) |
void |
setChatBeginList(List<Chat> chatBeginList) |
void |
setChatingList(List<Chat> chatingList) |
void |
setServicerList(List<Servicer> servicerList) |
void |
updateServicerList() |
public ChatSystem(ServicerDao servicerDao)
public void updateServicerList()
public void addNewBeginChat(Chat chat)
Copyright © 2019. All rights reserved.