Uses of Interface
org.osid.recognition.AwardList
Packages that use AwardList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition
service.
-
Uses of AwardList in org.osid.recognition
Methods in org.osid.recognition that return AwardListModifier and TypeMethodDescriptionAwardLookupSession.getAwards()Gets allAwards.AwardSearchResults.getAwards()Gets the award list resulting from a search.Convocation.getAwards()Gets the awards.AwardAcademySession.getAwardsByAcademies(IdList academyIds) Gets the list ofAwardscorresponding to a list ofAcademies.AwardAcademySession.getAwardsByAcademy(Id academyId) Gets the list ofAwardsassociated with anAcademy.AwardLookupSession.getAwardsByGenusType(Type awardGenusType) Gets anAwardListcorresponding to the given award genusTypewhich does not include awards of genus types derived from the specifiedType.AwardLookupSession.getAwardsByIds(IdList awardIds) Gets anAwardListcorresponding to the givenIdList.AwardLookupSession.getAwardsByParentGenusType(Type awardGenusType) Gets anAwardListcorresponding to the given award genusTypeand include any additional awards with genus types derived from the specifiedType.AwardQuerySession.getAwardsByQuery(AwardQuery awardQuery) Gets a list ofAwardsmatching the given search.AwardLookupSession.getAwardsByRecordType(Type awardRecordType) Gets anAwardListcontaining the given award recordType.