Uses of Interface
org.osid.course.syllabus.ModuleList
Packages that use ModuleList
Package
Description
The Open Service Interface Definitions for the org.osid.course.plan
service.
The Open Service Interface Definitions for the org.osid.course.syllabus
service.
-
Uses of ModuleList in org.osid.course.plan
Methods in org.osid.course.plan that return ModuleList -
Uses of ModuleList in org.osid.course.syllabus
Methods in org.osid.course.syllabus that return ModuleListModifier and TypeMethodDescriptionModuleLookupSession.getModules()Gets all modules.ModuleSearchResults.getModules()Gets the module list resulting from a search.ModuleCourseCatalogSession.getModulesByCourseCatalog(Id courseCatalogId) Gets the list ofModulesassociated with anCourseCatalog.ModuleCourseCatalogSession.getModulesByCourseCatalogs(IdList courseCatalogIds) Gets the list ofModulescorresponding to a list ofCourse Catalogs.ModuleLookupSession.getModulesByGenusType(Type moduleGenusType) Gets aModuleListcorresponding to the given module genusTypewhich does not include modules of genus types derived from the specifiedType.ModuleLookupSession.getModulesByIds(IdList moduleIds) Gets aModuleListcorresponding to the givenIdList.ModuleLookupSession.getModulesByParentGenusType(Type moduleGenusType) Gets aModuleListcorresponding to the given module genusTypeand include any additional modules with genus types derived from the specifiedType.ModuleQuerySession.getModulesByQuery(ModuleQuery moduleQuery) Gets a list of modules matching the given module query.ModuleLookupSession.getModulesByRecordType(Type moduleRecordType) Gets aModuleListcontaining the given module recordType.ModuleLookupSession.getModulesForSyllabus(Id syllabusId) Gets aModuleListfor the given syllabusId.