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.TypeRoomTypeAdapter. unmarshal(String v)Methods in org.apache.openmeetings.db.bind.adapter with parameters of type Room.Type Modifier and Type Method Description StringRoomTypeAdapter. 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 RoomRoomDao. getExternal(Room.Type type, String externalType, String externalId)List<Room>RoomDao. getPublicRooms(Room.Type type)RoomRoomDao. 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.TypeRoomDTO. getType()Methods in org.apache.openmeetings.db.dto.room with parameters of type Room.Type Modifier and Type Method Description voidRoomDTO. 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.TypeRoom.Type. get(int type)static Room.TypeRoom.Type. get(Integer type)static Room.TypeRoom.Type. get(Long type)Room.TypeRoom. getType()static Room.TypeRoom.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 voidRoom. setType(Room.Type type)
-