@Transactional public class PollDao extends Object
Constructor and Description |
---|
PollDao() |
Modifier and Type | Method and Description |
---|---|
boolean |
close(Long roomId) |
boolean |
delete(RoomPoll p) |
List<RoomPoll> |
get() |
RoomPoll |
get(Long id) |
List<RoomPoll> |
getArchived(Long roomId) |
RoomPoll |
getByRoom(Long roomId) |
boolean |
hasPoll(Long roomId) |
boolean |
hasVoted(Long roomId,
Long userId) |
RoomPoll |
update(RoomPoll p) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.