Uses of Interface
org.osid.course.requisite.LearningObjectiveRequirementList
Packages that use LearningObjectiveRequirementList
Package
Description
The Open Service Interface Definitions for the org.osid.course.requisite
service.
-
Uses of LearningObjectiveRequirementList in org.osid.course.requisite
Methods in org.osid.course.requisite that return LearningObjectiveRequirementListModifier and TypeMethodDescriptionRequisiteLookupSession.getLearningObjectiveRequirements()Gets allLearningObjectiveRequirements.RequisiteLookupSession.getLearningObjectiveRequirementsByAltRequisite(Id requisiteId) Gets aLearningObjectiveRequirementListwith the givenRequisite.RequisiteLookupSession.getLearningObjectiveRequirementsByGenusType(Type learningObjectiveRequirementGenusType) Gets aLearningObjectiveRequirementListcorresponding to the given learning objective requirement genusTypewhich does not include learning objective requirements of types derived from the specifiedType.RequisiteLookupSession.getLearningObjectiveRequirementsByIds(IdList learningObjectiveRequirementIds) Gets aLearningObjectiveRequirementListcorresponding to the givenIdList.RequisiteLookupSession.getLearningObjectiveRequirementsByObjective(Id objectiveId) Gets aLearningObjectiveRequirementListcontaining the given learning objective.RequisiteLookupSession.getLearningObjectiveRequirementsByParentGenusType(Type learningObjectiveRequirementGenusType) Gets aLearningObjectiveRequirementListcorresponding to the given learning objective requirement genusTypeand include any additional learning objective requirements with genus types derived from the specifiedType.RequisiteLookupSession.getLearningObjectiveRequirementsByRecordType(Type learningObjectiveRequirementRecordType) Gets aLearningObjectiveRequirementListcontaining the given learning objective requirement recordType.