Package | Description |
---|---|
org.apache.openmeetings.db.dao.basic |
Modifier and Type | Method and Description |
---|---|
ChatMessage |
ChatDao.get(long id) |
ChatMessage |
ChatDao.update(ChatMessage entity) |
Modifier and Type | Method and Description |
---|---|
List<ChatMessage> |
ChatDao.get(int start,
int count) |
List<ChatMessage> |
ChatDao.getGlobal(int start,
int count) |
List<ChatMessage> |
ChatDao.getRoom(long roomId,
int start,
int count,
boolean all) |
List<ChatMessage> |
ChatDao.getUser(long userId,
int start,
int count) |
List<ChatMessage> |
ChatDao.getUserRecent(long userId,
Date date,
int start,
int count) |
Modifier and Type | Method and Description |
---|---|
void |
ChatDao.delete(ChatMessage entity,
long userId) |
ChatMessage |
ChatDao.update(ChatMessage entity) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.