Uses of Interface
org.osid.recognition.ConvocationList
Packages that use ConvocationList
Package
Description
The Open Service Interface Definitions for the org.osid.recognition
service.
-
Uses of ConvocationList in org.osid.recognition
Methods in org.osid.recognition that return ConvocationListModifier and TypeMethodDescriptionConvocationLookupSession.getConvocations()Gets all convocations.ConvocationSearchResults.getConvocations()Gets the convocation list resulting from a search.ConvocationAcademySession.getConvocationsByAcademies(IdList academyIds) Gets the list ofConvocationscorresponding to a list ofAcademies.ConvocationAcademySession.getConvocationsByAcademy(Id academyId) Gets the list ofConvocationsassociated with anAcademy.ConvocationLookupSession.getConvocationsByAward(Id awardId) Gets a list of all convocations corresponding to an awardId.ConvocationLookupSession.getConvocationsByDate(DateTime from, DateTime to) Gets a list of convocations with a date within the given date range inclusive.ConvocationLookupSession.getConvocationsByGenusType(Type convocationGenusType) Gets aConvocationListcorresponding to the given convocation genusTypewhich does not include convocations of genus types derived from the specifiedType.ConvocationLookupSession.getConvocationsByIds(IdList convocationIds) Gets aConvocationListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the convocations 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.ConvocationLookupSession.getConvocationsByParentGenusType(Type convocationGenusType) Gets aConvocationListcorresponding to the given convocation genusTypeand include any additional convocations with genus types derived from the specifiedType.ConvocationQuerySession.getConvocationsByQuery(ConvocationQuery convocationQuery) Gets a list of convocations matching the given convocation query.ConvocationLookupSession.getConvocationsByRecordType(Type convocationRecordType) Gets aConvocationListcontaining the given convocation recordType.In plenary mode, the returned list contains all known convocations or an error results.ConvocationLookupSession.getConvocationsBySponsor(Id resourceId) Gets a list of all convocations for a given sponsor.ConvocationLookupSession.getConvocationsByTimePeriod(Id timePeriodId) Gets a list of all convocations corresponding to a time periodId.