Uses of Class
com.stratelia.silverpeas.chat.ChatException

Packages that use ChatException
com.stratelia.silverpeas.chat   
com.stratelia.silverpeas.chat.control   
 

Uses of ChatException in com.stratelia.silverpeas.chat
 

Methods in com.stratelia.silverpeas.chat that throw ChatException
 void ChatDataAccess.CloseConnexion(Connection con, boolean bThrowException)
           
 Connection ChatDataAccess.CreateConnexion()
           
 void ChatDataAccess.DeleteBanned(String user, int chatRoomId)
           
 void ChatDataAccess.DeleteBannedAll(int chatRoomId)
           
 void ChatDataAccess.DeleteChatInstance()
           
 void ChatDataAccess.DeleteChatroom(Integer chatRoomId)
           
 int ChatDataAccess.getSilverObjectId(String chatRoomId)
           
 int ChatContentManager.getSilverObjectId(String chatRoomId, String peasId)
           
 void ChatDataAccess.InsertBanned(String user, int chatRoomId)
           
 void ChatDataAccess.InsertChatroom(ChatRoomDetail chatRoom)
           
 boolean ChatDataAccess.RetreiveBanned(String user, int chatRoomId)
           
 Vector ChatDataAccess.RetreiveChatroom()
           
 Vector ChatDataAccess.RetreiveListBanned(int chatRoomId)
           
 

Uses of ChatException in com.stratelia.silverpeas.chat.control
 

Methods in com.stratelia.silverpeas.chat.control that throw ChatException
 void ChatSessionController.DeleteBanned(String user, int chatRoomId)
           
 void ChatSessionController.DeleteBannedAll(int chatRoomId)
           
 void ChatSessionController.DeleteChatroom(Integer ID)
           
 Vector ChatSessionController.getListChatRoom()
           
 void ChatSessionController.index()
           
 void ChatSessionController.InsertBanned(String user, int chatRoomId)
           
 void ChatSessionController.InsertChatroom(int ID, String name, String comment)
           
 boolean ChatSessionController.RetreiveBanned(String user, int chatRoomId)
           
 Vector ChatSessionController.RetreiveListBanned(int chatRoomId)
           
 void ChatSessionController.UpdateChatroom(Integer ID, String name, String comment)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.