Package | Description |
---|---|
org.apache.openmeetings.db.dao.room | |
org.apache.openmeetings.db.entity.room |
Modifier and Type | Method and Description |
---|---|
RoomPoll |
PollDao.get(Long id) |
RoomPoll |
PollDao.getByRoom(Long roomId) |
RoomPoll |
PollDao.update(RoomPoll p) |
Modifier and Type | Method and Description |
---|---|
List<RoomPoll> |
PollDao.get() |
List<RoomPoll> |
PollDao.getArchived(Long roomId) |
Modifier and Type | Method and Description |
---|---|
boolean |
PollDao.delete(RoomPoll p) |
RoomPoll |
PollDao.update(RoomPoll p) |
Modifier and Type | Method and Description |
---|---|
RoomPoll |
RoomPollAnswer.getRoomPoll() |
Modifier and Type | Method and Description |
---|---|
void |
RoomPollAnswer.setRoomPoll(RoomPoll roomPoll) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.