Package | Description |
---|---|
org.apache.openmeetings.db.dao.room | |
org.apache.openmeetings.db.entity.room |
Modifier and Type | Method and Description |
---|---|
RoomGroup |
RoomGroupDao.get(long groupId,
long roomId) |
RoomGroup |
RoomGroupDao.update(RoomGroup entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<RoomGroup> |
RoomGroupDao.get() |
Modifier and Type | Method and Description |
---|---|
RoomGroup |
RoomGroupDao.update(RoomGroup entity,
Long userId) |
Modifier and Type | Method and Description |
---|---|
List<RoomGroup> |
Room.getRoomGroups() |
Modifier and Type | Method and Description |
---|---|
void |
Room.setRoomGroups(List<RoomGroup> roomGroups) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.