Uses of Interface
org.osid.room.RoomList
Packages that use RoomList
Package
Description
The Open Service Interface Definitions for the org.osid.room
service.
The Open Service Interface Definitions for the org.osid.room.construction
service.
-
Uses of RoomList in org.osid.room
Methods in org.osid.room that return RoomListModifier and TypeMethodDescriptionRoomLookupSession.getRooms()Gets all rooms.RoomSearchResults.getRooms()Gets the room list resulting from a search.RoomCampusSession.getRoomsByCampus(Id campusId) Gets the list ofRoomsassociated with aCampus.RoomCampusSession.getRoomsByCampuses(IdList campusIds) Gets the list ofRoomscorresponding to a list ofCampuses.RoomLookupSession.getRoomsByGenusType(Type roomGenusType) Gets aRoomListcorresponding to the given room genusTypewhich does not include rooms of genus types derived from the specifiedType.RoomLookupSession.getRoomsByGenusTypeForBuilding(Id buildingId, Type roomGenusType) Gets a list of all rooms of the given genus type corresponding to a buildingId.RoomLookupSession.getRoomsByGenusTypeForBuildingOnDate(Id buildingId, Type roomGenusType, DateTime from, DateTime to) Gets a list of all rooms of the given genus type corresponding to a buildingIdand effective during the entire given date range inclusive but not confined to the date range.RoomLookupSession.getRoomsByGenusTypeForFloor(Id floorId, Type roomGenusType) Gets a list of all rooms of the given genus type corresponding to a floorId.RoomLookupSession.getRoomsByGenusTypeForFloorOnDate(Id floorId, Type roomGenusType, DateTime from, DateTime to) Gets a list of all rooms of the given genus type corresponding to a floorIdand effective during the entire given date range inclusive but not confined to the date range.RoomLookupSession.getRoomsByGenusTypeOnDate(Type roomGenusType, DateTime from, DateTime to) Gets a list of all rooms of a genus type effective during the entire given date range inclusive but not confined to the date range.RoomLookupSession.getRoomsByIds(IdList roomIds) Gets aRoomListcorresponding to the givenIdList.RoomLookupSession.getRoomsByParentGenusType(Type roomGenusType) Gets aRoomListcorresponding to the given room genusTypeand include any additional rooms with genus types derived from the specifiedType.RoomQuerySession.getRoomsByQuery(RoomQuery roomQuery) Gets a list of rooms matching the given room query.RoomLookupSession.getRoomsByRecordType(Type roomRecordType) Gets aRoomListcontaining the given room recordType.RoomLookupSession.getRoomsByRoomNumber(String number) Gets a list of all rooms of the given room number.RoomLookupSession.getRoomsForBuilding(Id buildingId) Gets a list of all rooms corresponding to a buildingId.RoomLookupSession.getRoomsForBuildingOnDate(Id buildingId, DateTime from, DateTime to) Gets a list of all rooms corresponding to a buildingIdand effective during the entire given date range inclusive but not confined to the date range.RoomLookupSession.getRoomsForFloor(Id floorId) Gets a list of all rooms corresponding to a floorId.RoomLookupSession.getRoomsForFloorOnDate(Id floorId, DateTime from, DateTime to) Gets a list of all rooms corresponding to a floorIdand effective during the entire given date range inclusive but not confined to the date range.RoomLookupSession.getRoomsOnDate(DateTime from, DateTime to) Gets a list of all rooms effective during the entire given date range inclusive but not confined to the date range.Room.getSubdivisions()Gets the subdivision rooms if this room is subdivided. -
Uses of RoomList in org.osid.room.construction
Methods in org.osid.room.construction that return RoomList