Uses of Interface
org.osid.learning.ProficiencyList
Packages that use ProficiencyList
Package
Description
The Open Service Interface Definitions for the org.osid.learning
service.
-
Uses of ProficiencyList in org.osid.learning
Methods in org.osid.learning that return ProficiencyListModifier and TypeMethodDescriptionProficiencyLookupSession.getProficiencies()Gets allProficiencies.ProficiencySearchResults.getProficiencies()Gets the proficiency list resulting from a search.ProficiencyLookupSession.getProficienciesByGenusType(Type proficiencyGenusType) Gets aProficiencyListcorresponding to the given proficiency genusTypewhich does not include proficiencies of types derived from the specifiedType.ProficiencyLookupSession.getProficienciesByGenusTypeForObjective(Id objectiveId, Type proficiencyGenusType) Gets aProficiencyListrelating to the given objective and proficiency genusType.ProficiencyLookupSession.getProficienciesByGenusTypeForObjectiveAndResource(Id objectiveId, Id resourceId, Type proficiencyGenusType) Gets aProficiencyListof the given genus type relating to the given objective and resource.ProficiencyLookupSession.getProficienciesByGenusTypeForObjectiveAndResourceOnDate(Id objectiveId, Id resourceId, Type proficiencyGenusType, DateTime from, DateTime to) Gets aProficiencyListof the given genus type relating to the given resource and objective effective during the entire given date range inclusive but not confined to the date range.ProficiencyLookupSession.getProficienciesByGenusTypeForObjectiveOnDate(Id objectiveId, Type proficiencyGenusType, DateTime from, DateTime to) Gets aProficiencyListof the given proficiency genus type relating to the given objective effective during the entire given date range inclusive but not confined to the date range.ProficiencyLookupSession.getProficienciesByGenusTypeForResource(Id resourceId, Type proficiencyGenusType) Gets aProficiencyListrelating to the given resource and proficiency genusType.ProficiencyLookupSession.getProficienciesByGenusTypeForResourceOnDate(Id resourceId, Type proficiencyGenusType, DateTime from, DateTime to) Gets aProficiencyListof the given proficiency genus type relating to the given resource effective during the entire given date range inclusive but not confined to the date range.ProficiencyLookupSession.getProficienciesByGenusTypeOnDate(Type proficiencyGenusType, DateTime from, DateTime to) Gets aProficiencyListof the given proficiency genus type effective during the entire given date range inclusive but not confined to the date range.ProficiencyLookupSession.getProficienciesByIds(IdList proficiencyIds) Gets aProficiencyListcorresponding to the givenIdList.ProficiencyObjectiveBankSession.getProficienciesByObjectiveBank(Id objectiveBankId) Gets the list ofProficienciesassociated with aObjectiveBank.ProficiencyObjectiveBankSession.getProficienciesByObjectiveBanks(IdList objectiveBankIds) Gets the list ofProficienciescorresponding to a list ofObjectiveBanks.ProficiencyLookupSession.getProficienciesByParentGenusType(Type proficiencyGenusType) Gets aProficiencyListcorresponding to the given proficiency genusTypeand include any additional proficiencies with genus types derived from the specifiedType.ProficiencyQuerySession.getProficienciesByQuery(ProficiencyQuery proficiencyQuery) Gets a list ofProficienciesmatching the given proficiency query.ProficiencyLookupSession.getProficienciesByRecordType(Type proficiencyRecordType) Gets aProficiencyListcontaining the given proficiency recordType.ProficiencyLookupSession.getProficienciesForObjective(Id objectiveId) Gets aProficiencyListrelating to the given objective.ProficiencyLookupSession.getProficienciesForObjectiveAndResource(Id objectiveId, Id resourceId) Gets aProficiencyListrelating to the given objective and resource.ProficiencyLookupSession.getProficienciesForObjectiveAndResourceOnDate(Id objectiveId, Id resourceId, DateTime from, DateTime to) Gets aProficiencyListrelating to the given resource and objective effective during the entire given date range inclusive but not confined to the date range.ProficiencyLookupSession.getProficienciesForObjectiveOnDate(Id objectiveId, DateTime from, DateTime to) Gets aProficiencyListrelating to the given objective effective during the entire given date range inclusive but not confined to the date range.ProficiencyLookupSession.getProficienciesForObjectives(IdList objectiveIds) Gets aProficiencyListrelating to the given objectives.ProficiencyLookupSession.getProficienciesForResource(Id resourceId) Gets aProficiencyListrelating to the given resource.ProficiencyLookupSession.getProficienciesForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets aProficiencyListrelating to the given resource effective during the entire given date range inclusive but not confined to the date range.ProficiencyLookupSession.getProficienciesForResources(IdList resourceIds) Gets aProficiencyListrelating to the given resources.ProficiencyLookupSession.getProficienciesOnDate(DateTime from, DateTime to) Gets aProficiencyListeffecyive during the entire given date range inclusive but not confined to the date range.