|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embedchat.database.nodb.ChatRoomDAO
public class ChatRoomDAO
| Field Summary | |
|---|---|
static ChatRoom |
room1
|
static ChatRoom |
room2
|
| Constructor Summary | |
|---|---|
ChatRoomDAO()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static ChatRoom room1
public static ChatRoom room2
| Constructor Detail |
|---|
public ChatRoomDAO()
| Method Detail |
|---|
public ChatRoom findChatRoom(java.lang.Long chatRoomId)
throws ItemNotFoundException
ChatRoomDAOInterface
findChatRoom in interface ChatRoomDAOInterfaceItemNotFoundExceptionpublic java.util.List<ChatRoom> findAll()
ChatRoomDAOInterface
findAll in interface ChatRoomDAOInterface
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||