Uses of Interface
org.osid.room.FloorList
Packages that use FloorList
Package
Description
The Open Service Interface Definitions for the org.osid.room
service.
-
Uses of FloorList in org.osid.room
Methods in org.osid.room that return FloorListModifier and TypeMethodDescriptionFloorLookupSession.getFloors()Gets allFloors.FloorSearchResults.getFloors()Gets the floor list resulting from a search.FloorCampusSession.getFloorsByCampus(Id campusId) Gets the list ofFloorsassociated with aCampus.FloorCampusSession.getFloorsByCampuses(IdList campusIds) Gets the list ofFloorscorresponding to a list ofCampuses.FloorLookupSession.getFloorsByGenusType(Type floorGenusType) Gets aFloorListcorresponding to the given floor genusTypewhich does not include floors of genus types derived from the specifiedType.FloorLookupSession.getFloorsByIds(IdList floorIds) Gets aFloorListcorresponding to the givenIdList.FloorLookupSession.getFloorsByNumber(String number) Gets a list of all floors of the given number.FloorLookupSession.getFloorsByParentGenusType(Type floorGenusType) Gets aFloorListcorresponding to the given floor genusTypeand include any additional floors with genus types derived from the specifiedType.FloorQuerySession.getFloorsByQuery(FloorQuery floorQuery) Gets a list ofFloorsmatching the given floor query.FloorLookupSession.getFloorsByRecordType(Type floorRecordType) Gets aFloorListcontaining the given floor recordType.FloorLookupSession.getFloorsForBuilding(Id buildingId) Gets a list of all floors corresponding to a buildingId.FloorLookupSession.getFloorsForBuildingOnDate(Id buildingId, DateTime from, DateTime to) Gets a list of all floors corresponding to a buildingIdand effective during the entire given date range inclusive but not confined to the date range.FloorLookupSession.getFloorsOnDate(DateTime from, DateTime to) Gets a list of all floors effective during the entire given date range inclusive but not confined to the date range.