Uses of Interface
org.osid.course.chronicle.AwardEntryQuery
Packages that use AwardEntryQuery
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
-
Uses of AwardEntryQuery in org.osid.course.chronicle
Methods in org.osid.course.chronicle that return AwardEntryQueryModifier and TypeMethodDescriptionAwardEntryQuerySession.getAwardEntryQuery()Gets an award entry query.AwardEntrySmartCourseCatalogSession.getAwardEntryQuery()Gets an award entry query.AwardEntrySearchSession.getAwardEntryQueryFromInspector(AwardEntryQueryInspector awardEntryQueryInspector) Gets an award entry query from an inspector.AwardEntrySmartCourseCatalogSession.getAwardEntryQueryFromInspector(AwardEntryQueryInspector awardEntryQueryInspector) Gets an award entry query from an inspector.Methods in org.osid.course.chronicle with parameters of type AwardEntryQueryModifier and TypeMethodDescriptionvoidAwardEntrySmartCourseCatalogSession.applyAwardEntryQuery(AwardEntryQuery awardEntryQuery) Applies an award entry query to this course catalog.AwardEntryQuerySession.getAwardEntriesByQuery(AwardEntryQuery awardEntryQuery) Gets a list ofAwardEntriesmatching the given award entry query.AwardEntrySearchSession.getAwardEntriesBySearch(AwardEntryQuery awardEntryQuery, AwardEntrySearch awardEntrySearch) Gets the search results matching the given search query using the given search.