Uses of Interface
org.osid.course.syllabus.SyllabusList
Packages that use SyllabusList
Package
Description
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
-
Uses of SyllabusList in org.osid.course.syllabus
Methods in org.osid.course.syllabus that return SyllabusListModifier and TypeMethodDescriptionSyllabusLookupSession.getSyllabi()Gets all syllabi.SyllabusSearchResults.getSyllabi()Gets the syllabus list resulting from a search.SyllabusCourseCatalogSession.getSyllabiByCourseCatalog(Id courseCatalogId) Gets the list ofSyllabiassociated with anCourseCatalog.SyllabusCourseCatalogSession.getSyllabiByCourseCatalogs(IdList courseCatalogIds) Gets the list ofSyllabicorresponding to a list ofCourse Catalogs.SyllabusLookupSession.getSyllabiByGenusType(Type syllabusGenusType) Gets aSyllabusListcorresponding to the given syllabus genusTypewhich does not include syllabi of genus types derived from the specifiedType.In plenary mode, the returned list contains all known syllabi or an error results.SyllabusLookupSession.getSyllabiByIds(IdList syllabusIds) Gets aSyllabusListcorresponding to the givenIdList.SyllabusLookupSession.getSyllabiByParentGenusType(Type syllabusGenusType) Gets aSyllabusListcorresponding to the given syllabus genusTypeand include any additional syllabi with genus types derived from the specifiedType.SyllabusQuerySession.getSyllabiByQuery(SyllabusQuery syllabusQuery) Gets a list of syllabi matching the given syllabus query.SyllabusLookupSession.getSyllabiByRecordType(Type syllabusRecordType) Gets aSyllabusListcontaining the given syllabus recordType.SyllabusLookupSession.getSyllabiForCourse(Id courseId) Gets aSyllabusListfor the given course.