Uses of Class
org.apache.openmeetings.db.entity.room.Room.Type
-
Packages that use Room.Type Package Description org.apache.openmeetings.db.bind.adapter org.apache.openmeetings.db.dao.room org.apache.openmeetings.db.dto.room org.apache.openmeetings.db.entity.room -
-
Uses of Room.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return Room.Type Modifier and Type Method Description Room.Type
RoomTypeAdapter. unmarshal(String v)
Methods in org.apache.openmeetings.db.bind.adapter with parameters of type Room.Type Modifier and Type Method Description String
RoomTypeAdapter. marshal(Room.Type v)
-
Uses of Room.Type in org.apache.openmeetings.db.dao.room
Methods in org.apache.openmeetings.db.dao.room with parameters of type Room.Type Modifier and Type Method Description Room
RoomDao. getExternal(Room.Type type, String externalType, String externalId)
List<Room>
RoomDao. getPublicRooms(Room.Type type)
Room
RoomDao. getUserRoom(Long ownerId, Room.Type type, String name)
-
Uses of Room.Type in org.apache.openmeetings.db.dto.room
Methods in org.apache.openmeetings.db.dto.room that return Room.Type Modifier and Type Method Description Room.Type
RoomDTO. getType()
Methods in org.apache.openmeetings.db.dto.room with parameters of type Room.Type Modifier and Type Method Description void
RoomDTO. setType(Room.Type type)
-
Uses of Room.Type in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return Room.Type Modifier and Type Method 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.Methods in org.apache.openmeetings.db.entity.room with parameters of type Room.Type Modifier and Type Method Description void
Room. setType(Room.Type type)
-