org.embedchat.database
Interface ChatRoomDAOInterface

All Known Implementing Classes:
ChatRoomDAO

public interface ChatRoomDAOInterface


Method Summary
 java.util.List<ChatRoom> findAll()
          Return all chat rooms from this server If zero rooms found - return 0
 ChatRoom findChatRoom(java.lang.Long chatRoomId)
          Return chat room by chat room id
 

Method Detail

findChatRoom

ChatRoom findChatRoom(java.lang.Long chatRoomId)
                      throws ItemNotFoundException
Return chat room by chat room id

Parameters:
chatRoomId -
Returns:
Throws:
ItemNotFoundException

findAll

java.util.List<ChatRoom> findAll()
Return all chat rooms from this server If zero rooms found - return 0

Returns:


Copyright 2006-2006 embedchat.org. All Rights Reserved.