Uses of Interface
org.osid.recognition.ConferralList
Packages that use ConferralList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition
service.
-
Uses of ConferralList in org.osid.recognition
Methods in org.osid.recognition that return ConferralListModifier and TypeMethodDescriptionConferralLookupSession.getConferrals()Gets all conferrals.ConferralSearchResults.getConferrals()Gets the conferral list resulting from a search.ConferralAcademySession.getConferralsByAcademies(IdList academyIds) Gets the list ofConferralscorresponding to a list ofAcademies.ConferralAcademySession.getConferralsByAcademy(Id academyId) Gets the list ofConferralsassociated with anAcademy.ConferralLookupSession.getConferralsByConvocation(Id convocationId) Gets a list of all conferrals corresponding to a convocationId.ConferralLookupSession.getConferralsByConvocationOnDate(Id convocationId, DateTime from, DateTime to) Gets a list of all conferrals corresponding to a convocationIdand effective during the entire given date range inclusive but not confined to the date range.ConferralLookupSession.getConferralsByGenusType(Type conferralGenusType) Gets aConferralListcorresponding to the given conferral genusTypewhich does not include conferrals of genus types derived from the specifiedType.ConferralLookupSession.getConferralsByIds(IdList conferralIds) Gets aConferralListcorresponding to the givenIdList.ConferralLookupSession.getConferralsByParentGenusType(Type conferralGenusType) Gets aConferralListcorresponding to the given conferral genusTypeand include any additional conferrals with genus types derived from the specifiedType.ConferralQuerySession.getConferralsByQuery(ConferralQuery conferralQuery) Gets a list of conferrals matching the given conferral query.ConferralLookupSession.getConferralsByRecordType(Type conferralRecordType) Gets aConferralListcontaining the given conferral recordType.ConferralLookupSession.getConferralsByReference(Id referenceId) Gets a list of conferrals corresponding to a referenceId.ConferralLookupSession.getConferralsByReferenceOnDate(Id referenceId, DateTime from, DateTime to) Gets a list of all conferrals corresponding to a referenceIdand effective during the entire given date range inclusive but not confined to the date range.ConferralLookupSession.getConferralsForAward(Id awardId) Gets a list of all conferrals corresponding to an awardId.ConferralLookupSession.getConferralsForAwardOnDate(Id awardId, DateTime from, DateTime to) Gets a list of all conferrals corresponding to an awardIdand effective during the entire given date range inclusive but not confined to the date range.ConferralLookupSession.getConferralsForRecipient(Id resourceId) Gets a list of conferrals corresponding to a resourceId.ConferralLookupSession.getConferralsForRecipientAndAward(Id resourceId, Id awardid) Gets a list of conferralsfor the given resource and award.ConferralLookupSession.getConferralsForRecipientAndAwardOnDate(Id resourceId, Id awardid, DateTime from, DateTime to) Gets a list of all conferrals for the given resource, award, and effective during the entire given date range inclusive but not confined to the date range.ConferralLookupSession.getConferralsForRecipientOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of all conferrals corresponding to a resourceIdand effective during the entire given date range inclusive but not confined to the date range.ConferralLookupSession.getConferralsOnDate(DateTime from, DateTime to) Gets a list of conferrals effective during the entire given date range inclusive but not confined to the date range.