Uses of Enum Class
org.apache.openmeetings.db.entity.room.Room.Type
Packages that use Room.Type
Package
Description
-
Uses of Room.Type in org.apache.openmeetings.db.bind.adapter
Methods in org.apache.openmeetings.db.bind.adapter that return Room.TypeMethods in org.apache.openmeetings.db.bind.adapter with parameters of type Room.Type -
Uses of Room.Type in org.apache.openmeetings.db.dao.room
Methods in org.apache.openmeetings.db.dao.room with parameters of type Room.TypeModifier and TypeMethodDescriptionRoomDao.getExternal
(Room.Type type, String externalType, String externalId) RoomDao.getPublicRooms
(Room.Type type) 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.TypeMethods in org.apache.openmeetings.db.dto.room with parameters of type Room.Type -
Uses of Room.Type in org.apache.openmeetings.db.entity.room
Methods in org.apache.openmeetings.db.entity.room that return Room.TypeModifier and TypeMethodDescriptionstatic Room.Type
Room.Type.get
(int type) static Room.Type
static Room.Type
Room.getType()
static Room.Type
Returns the enum constant of this class with the specified name.static Room.Type[]
Room.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.openmeetings.db.entity.room with parameters of type Room.Type