Uses of Interface
org.osid.room.construction.RenovationList
Packages that use RenovationList
Package
Description
The Open Service Interface Definitions for the org.osid.room.construction
service.
-
Uses of RenovationList in org.osid.room.construction
Methods in org.osid.room.construction that return RenovationListModifier and TypeMethodDescriptionRenovationLookupSession.getRenovations()Gets allRenovations.RenovationSearchResults.getRenovations()Gets the renovation list resulting from a search.RenovationCampusSession.getRenovationsByCampus(Id campusId) Gets the list ofRenovationsassociated with aCampus.RenovationCampusSession.getRenovationsByCampuses(IdList campusIds) Gets the list ofRenovationscorresponding to a list ofCampuses.RenovationLookupSession.getRenovationsByGenusType(Type renovationGenusType) Gets aRenovationListcorresponding to the given renovation genusTypewhich does not include renovations of genus types derived from the specifiedType.RenovationLookupSession.getRenovationsByGenusTypeForBuilding(Id buildingId, Type renovationGenusType) Gets a list of all renovations in a building and of a renovation genus type.RenovationLookupSession.getRenovationsByGenusTypeForBuildingOnDate(Id buildingId, Type renovationGenusType, DateTime from, DateTime to) Gets a list of all renovations in a building and of a renovation genus type effective during the entire given date range inclusive but not confined to the date range.RenovationLookupSession.getRenovationsByGenusTypeForFloor(Id floorId, Type renovationGenusType) Gets a list of all renovations on a floor and of a renovation genus type.RenovationLookupSession.getRenovationsByGenusTypeForFloorOnDate(Id floorId, Type renovationGenusType, DateTime from, DateTime to) Gets a list of all renovations on a floor and of a renovation genus type effective during the entire given date range inclusive but not confined to the date range.RenovationLookupSession.getRenovationsByGenusTypeForRoom(Id roomId, Type renovationGenusType) Gets a list of all renovations corresponding to a room and renovation genus type.RenovationLookupSession.getRenovationsByGenusTypeForRoomOnDate(Id roomId, Type renovationGenusType, DateTime from, DateTime to) Gets a list of all renovations for a room and of a renovation genus type effective during the entire given date range inclusive but not confined to the date range.RenovationLookupSession.getRenovationsByGenusTypeOnDate(Type renovationGenusType, DateTime from, DateTime to) Gets a list of all renovations of a genus type effective during the entire given date range inclusive but not confined to the date range.RenovationLookupSession.getRenovationsByIds(IdList renovationIds) Gets aRenovationListcorresponding to the givenIdList.RenovationLookupSession.getRenovationsByParentGenusType(Type renovationGenusType) Gets aRenovationListcorresponding to the given renovation genusTypeand include any additional renovations with genus types derived from the specifiedType.RenovationQuerySession.getRenovationsByQuery(RenovationQuery renovationQuery) Gets a list ofRenovationsmatching the given renovation query.RenovationLookupSession.getRenovationsByRecordType(Type renovationRecordType) Gets aRenovationListcontaining the given renovation recordType.RenovationLookupSession.getRenovationsForBuilding(Id buildingId) Gets a list of all renovations in a building.RenovationLookupSession.getRenovationsForBuildingOnDate(Id buildingId, DateTime from, DateTime to) Gets a list of all renovations in a building with an effective during the entire given date range inclusive but not confined to the date range.RenovationLookupSession.getRenovationsForFloor(Id floorId) Gets a list of all renovations on a floorId.RenovationLookupSession.getRenovationsForFloorOnDate(Id floorId, DateTime from, DateTime to) Gets a list of all renovations on a floor with an effective during the entire given date range inclusive but not confined to the date range.RenovationLookupSession.getRenovationsForRoom(Id roomId) Gets a list of all renovations corresponding to a roomId.RenovationLookupSession.getRenovationsForRoomOnDate(Id roomId, DateTime from, DateTime to) Gets a list of all renovations for a room with an effective during the entire given date range inclusive but not confined to the date range.RenovationLookupSession.getRenovationsOnDate(DateTime from, DateTime to) Gets a list of all renovations effective during the entire given date range inclusive but not confined to the date range.