Package | Description |
---|---|
org.apache.openmeetings.db.dao.room | |
org.apache.openmeetings.db.dto.room | |
org.apache.openmeetings.db.entity.room |
Modifier and Type | Method and Description |
---|---|
Room |
RoomDao.getExternal(Room.Type type,
String externalType,
Long externalId) |
List<Room> |
RoomDao.getPublicRooms(Room.Type type) |
Room |
RoomDao.getUserRoom(Long ownerId,
Room.Type type,
String name) |
Modifier and Type | Method and Description |
---|---|
Room.Type |
RoomDTO.getType() |
Modifier and Type | Method and Description |
---|---|
void |
RoomDTO.setType(Room.Type type) |
Modifier and Type | Method and Description |
---|---|
static Room.Type |
Room.Type.get(int type) |
static Room.Type |
Room.Type.get(Integer type) |
static Room.Type |
Room.Type.get(Long type) |
Room.Type |
Room.getType() |
static Room.Type |
Room.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Room.Type[] |
Room.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Room.setType(Room.Type type) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.