Uses of Interface
org.osid.room.construction.ProjectList
Packages that use ProjectList
Package
Description
The Open Service Interface Definitions for the org.osid.room.construction
service.
-
Uses of ProjectList in org.osid.room.construction
Methods in org.osid.room.construction that return ProjectListModifier and TypeMethodDescriptionProjectLookupSession.getProjects()Gets allProjects.ProjectSearchResults.getProjects()Gets the project list resulting from a search.ProjectCampusSession.getProjectsByCampus(Id campusId) Gets the list ofProjectsassociated with aCampus.ProjectCampusSession.getProjectsByCampuses(IdList campusIds) Gets the list ofProjectscorresponding to a list ofCampuses.ProjectLookupSession.getProjectsByGenusType(Type projectGenusType) Gets aProjectListcorresponding to the given project genusTypewhich does not include projects of genus types derived from the specifiedType.ProjectLookupSession.getProjectsByGenusTypeForBuilding(Id buildingId, Type projectGenusType) Gets aProjectListcontaining the given building and genus type.ProjectLookupSession.getProjectsByGenusTypeForBuildingOnDate(Id buildingId, Type projectGenusType, DateTime from, DateTime to) Gets a list of all projects for a building with a genus type and effective during the entire given date range inclusive but not confined to the date range.ProjectLookupSession.getProjectsByGenusTypeOnDate(Type projectGenusType, DateTime from, DateTime to) Gets a list of all projects with a genus type and effective during the entire given date range inclusive but not confined to the date range.ProjectLookupSession.getProjectsByIds(IdList projectIds) Gets aProjectListcorresponding to the givenIdList.ProjectLookupSession.getProjectsByParentGenusType(Type projectGenusType) Gets aProjectListcorresponding to the given project genusTypeand include any additional projects with genus types derived from the specifiedType.ProjectQuerySession.getProjectsByQuery(ProjectQuery projectQuery) Gets a list ofProjectsmatching the given project query.ProjectLookupSession.getProjectsByRecordType(Type projectRecordType) Gets aProjectListcontaining the given project recordType.ProjectLookupSession.getProjectsForBuilding(Id buildingId) Gets aProjectListcontaining the given building.ProjectLookupSession.getProjectsForBuildingOnDate(Id buildingId, DateTime from, DateTime to) Gets a list of all projects for a building effective during the entire given date range inclusive but not confined to the date range.ProjectLookupSession.getProjectsOnDate(DateTime from, DateTime to) Gets a list of all projects effective during the entire given date range inclusive but not confined to the date range.