Uses of Interface
org.osid.assessment.AssessmentOfferedList
Packages that use AssessmentOfferedList
Package
Description
The Open Service Interface Definitions for the org.osid.assessment
service.
-
Uses of AssessmentOfferedList in org.osid.assessment
Methods in org.osid.assessment that return AssessmentOfferedListModifier and TypeMethodDescriptionAssessmentOfferedLookupSession.getAssessmentsOffered()Gets allAssessmentOfferedelements.AssessmentOfferedSearchResults.getAssessmentsOffered()Gets the assessment offered list resulting from the search.AssessmentOfferedBankSession.getAssessmentsOfferedByBank(Id bankId) Gets the list ofAssessmentOfferedsassociated with aBank.AssessmentOfferedBankSession.getAssessmentsOfferedByBanks(IdList bankIds) Gets the list ofAssessmentOfferedobjects corresponding to a list ofBanks.AssessmentOfferedLookupSession.getAssessmentsOfferedByDate(DateTime start, DateTime end) Gets anAssessmentOfferedListthat have designated start times where the start times fall in the given range inclusive.AssessmentOfferedLookupSession.getAssessmentsOfferedByGenusType(Type assessmentOfferedGenusType) Gets anAssessmentOfferedListcorresponding to the given assessment offered genusTypewhich does not include assessments of types derived from the specifiedType.AssessmentOfferedLookupSession.getAssessmentsOfferedByIds(IdList assessmentOfferedIds) Gets anAssessmentOfferedListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the assessments specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.AssessmentOfferedLookupSession.getAssessmentsOfferedByParentGenusType(Type assessmentOfferedGenusType) Gets anAssessmentOfferedListcorresponding to the given assessment offered genusTypeand include any additional assessments with genus types derived from the specifiedType.AssessmentOfferedQuerySession.getAssessmentsOfferedByQuery(AssessmentOfferedQuery assessmentOfferedQuery) Gets a list ofAssessmentOfferedelements matching the given assessment offered query.AssessmentOfferedLookupSession.getAssessmentsOfferedByRecordType(Type assessmentRecordType) Gets anAssessmentOfferedListcorresponding to the given assessment offered recordType.AssessmentOfferedLookupSession.getAssessmentsOfferedForAssessment(Id assessmentId) Gets anAssessmentOfferedListby the given assessment.