Uses of Interface
org.osid.room.BuildingList
Packages that use BuildingList
Package
Description
The Open Service Interface Definitions for the org.osid.room
service.
-
Uses of BuildingList in org.osid.room
Methods in org.osid.room that return BuildingListModifier and TypeMethodDescriptionBuildingLookupSession.getBuildings()Gets allBuildings.BuildingSearchResults.getBuildings()Gets the building list resulting from a search.BuildingCampusSession.getBuildingsByCampus(Id campusId) Gets the list ofBuildingsassociated with aCampus.BuildingCampusSession.getBuildingsByCampuses(IdList campusIds) Gets the list ofBuildingscorresponding to a list ofCampuses.BuildingLookupSession.getBuildingsByGenusType(Type buildingGenusType) Gets aBuildingListcorresponding to the given building genusTypewhich does not include buildings of genus types derived from the specifiedType.BuildingLookupSession.getBuildingsByIds(IdList buildingIds) Gets aBuildingListcorresponding to the givenIdList.BuildingLookupSession.getBuildingsByNumber(String number) Gets aBuildingListcontaining of the given building number.BuildingLookupSession.getBuildingsByParentGenusType(Type buildingGenusType) Gets aBuildingListcorresponding to the given building genusTypeand include any additional buildings with genus types derived from the specifiedType.BuildingQuerySession.getBuildingsByQuery(BuildingQuery buildingQuery) Gets a list ofBuildingsmatching the given building query.BuildingLookupSession.getBuildingsByRecordType(Type buildingRecordType) Gets aBuildingListcontaining the given building recordType.BuildingLookupSession.getBuildingsOnDate(DateTime from, DateTime to) Gets a list of all buildings effective during the entire given date range inclusive but not confined to the date range.Building.getSubdivisions()Gets the subdivision buildings if this building is subdivided.