Class PollDao
- java.lang.Object
-
- org.apache.openmeetings.db.dao.room.PollDao
-
@Repository @Transactional public class PollDao extends Object
-
-
Constructor Summary
Constructors Constructor Description PollDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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
notVoted(Long roomId, Long userId)
RoomPoll
update(RoomPoll p)
-