Package | Description |
---|---|
org.apache.openmeetings.db.dao.room | |
org.apache.openmeetings.db.entity.room |
Modifier and Type | Method and Description |
---|---|
RoomModerator |
RoomModeratorDao.get(long id) |
RoomModerator |
RoomModeratorDao.update(RoomModerator rm,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<RoomModerator> |
RoomModeratorDao.get(Collection<Long> ids) |
List<RoomModerator> |
RoomModeratorDao.getByRoomId(long roomId) |
Modifier and Type | Method and Description |
---|---|
RoomModerator |
RoomModeratorDao.update(RoomModerator rm,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<RoomModerator> |
Room.getModerators() |
Modifier and Type | Method and Description |
---|---|
void |
Room.setModerators(List<RoomModerator> moderators) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.