Package | Description |
---|---|
org.apache.openmeetings.db.dao.user | |
org.apache.openmeetings.db.entity.user |
Modifier and Type | Method and Description |
---|---|
PrivateMessage |
PrivateMessageDao.get(Long id) |
PrivateMessage |
PrivateMessageDao.update(PrivateMessage entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<PrivateMessage> |
PrivateMessageDao.get(int first,
int count) |
List<PrivateMessage> |
PrivateMessageDao.get(Long ownerId,
Long folderId,
String search,
String orderBy,
boolean asc,
int start,
int max) |
List<PrivateMessage> |
PrivateMessageDao.get(String search,
int start,
int count,
String order) |
List<PrivateMessage> |
PrivateMessageDao.getByRoom(Long roomId) |
Modifier and Type | Method and Description |
---|---|
void |
PrivateMessageDao.delete(PrivateMessage entity,
Long userId) |
PrivateMessage |
PrivateMessageDao.update(PrivateMessage entity,
Long userId) |
Constructor and Description |
---|
PrivateMessage(PrivateMessage copy) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.