Uses of Interface
org.osid.recognition.AcademyList
Packages that use AcademyList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition
service.
-
Uses of AcademyList in org.osid.recognition
Methods in org.osid.recognition that return AcademyListModifier and TypeMethodDescriptionAcademyLookupSession.getAcademies()Gets allAcademies.AcademySearchResults.getAcademies()Gets the academy list resulting from a search.AwardAcademySession.getAcademiesByAward(Id awardId) Gets the list ofAcademyobjects mapped to anAward.ConferralAcademySession.getAcademiesByConferral(Id conferralId) Gets the list ofAcademyobjects mapped to aConferral.ConvocationAcademySession.getAcademiesByConvocation(Id convocationId) Gets the list ofAcademyobjects mapped to aConvocation.AcademyLookupSession.getAcademiesByGenusType(Type academyGenusType) Gets anAcademyListcorresponding to the given academy genusTypewhich does not include academies of genus types derived from the specifiedType.In plenary mode, the returned list contains all known academies or an error results.AcademyLookupSession.getAcademiesByIds(IdList academyIds) Gets anAcademyListcorresponding to the givenIdList.AcademyLookupSession.getAcademiesByParentGenusType(Type academyGenusType) Gets anAcademyListcorresponding to the given academy genusTypeand include any additional academies with genus types derived from the specifiedType.In plenary mode, the returned list contains all known academies or an error results.AcademyLookupSession.getAcademiesByProvider(Id resourceId) Gets anAcademyListby the given provider.AcademyQuerySession.getAcademiesByQuery(AcademyQuery academyQuery) Gets a list ofAcademiesmatching the given search.AcademyLookupSession.getAcademiesByRecordType(Type academyRecordType) Gets anAcademyListcontaining the given academy recordType.AcademyHierarchySession.getChildAcademies(Id academyId) Gets the child academies of the givenid.AcademyHierarchySession.getParentAcademies(Id academyId) Gets the parent academies of the givenid.AcademyHierarchySession.getRootAcademies()Gets the root academies in the academy hierarchy.