Uses of Interface
org.osid.offering.ResultList
Packages that use ResultList
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
-
Uses of ResultList in org.osid.offering
Methods in org.osid.offering that return ResultListModifier and TypeMethodDescriptionResultLookupSession.getResults()Gets all results.ResultSearchResults.getResults()Gets the result list resulting from a search.ResultCatalogueSession.getResultsByCatalogue(Id catalogueId) Gets the list ofResultsassociated with aCatalogue.ResultCatalogueSession.getResultsByCatalogues(IdList catalogueIds) Gets the list ofResultscorresponding to a list ofCatalogues.ResultLookupSession.getResultsByGenusType(Type resultGenusType) Gets aResultListcorresponding to the given result genusTypewhich does not include results of types derived from the specifiedType.ResultLookupSession.getResultsByGenusTypeForParticipant(Id participantId, Type resultGenusType) Gets aResultListfor the given participantId.ResultLookupSession.getResultsByGenusTypeForParticipantOnDate(Id participantId, Type resultGenusType, DateTime from, DateTime to) Gets a list of results for a participant and effective during the entire given date range inclusive but not confined to the date range.ResultLookupSession.getResultsByGenusTypeOnDate(Type resultGenusType, DateTime from, DateTime to) Gets aResultListby genus type effective during the entire given date range inclusive but not confined to the date range.ResultLookupSession.getResultsByIds(IdList resultIds) Gets aResultListcorresponding to the givenIdList.ResultLookupSession.getResultsByParentGenusType(Type resultGenusType) Gets aResultListcorresponding to the given result genusTypeand include any additional results with genus types derived from the specifiedType.ResultQuerySession.getResultsByQuery(ResultQuery resultQuery) Gets a list of results matching the given result query.ResultLookupSession.getResultsByRecordType(Type resultRecordType) Gets aResultListcontaining the given result recordType.ResultLookupSession.getResultsForParticipant(Id participantId) Gets aResultListfor the given participantId.ResultLookupSession.getResultsForParticipantOnDate(Id participantId, DateTime from, DateTime to) Gets a list of results for a participant and effective during the entire given date range inclusive but not confined to the date range.ResultLookupSession.getResultsOnDate(DateTime from, DateTime to) Gets aResultListeffective during the entire given date range inclusive but not confined to the date range.