|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
ChatRoom findChatRoom(java.lang.Long chatRoomId)
throws ItemNotFoundException
chatRoomId -
ItemNotFoundExceptionjava.util.List<ChatRoom> findAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||