Uses of Interface
org.osid.offering.OfferingQuery
Packages that use OfferingQuery
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
-
Uses of OfferingQuery in org.osid.offering
Methods in org.osid.offering that return OfferingQueryModifier and TypeMethodDescriptionCatalogueQuery.getOfferingQuery()Gets the query for an offering.OfferingQuerySession.getOfferingQuery()Gets an offering query.OfferingSmartCatalogueSession.getOfferingQuery()Gets an offering query.ParticipantQuery.getOfferingQuery()Gets the query for an offering query.OfferingSearchSession.getOfferingQueryFromInspector(OfferingQueryInspector offeringQueryInspector) Gets an offering query from an inspector.OfferingSmartCatalogueSession.getOfferingQueryFromInspector(OfferingQueryInspector offeringQueryInspector) Gets an offering query from an inspector.Methods in org.osid.offering with parameters of type OfferingQueryModifier and TypeMethodDescriptionvoidOfferingSmartCatalogueSession.applyOfferingQuery(OfferingQuery offeringQuery) Applies an offering query to this catalogue.OfferingQuerySession.getOfferingsByQuery(OfferingQuery offeringQuery) Gets a list of offerings matching the given offering query.OfferingSearchSession.getOfferingsBySearch(OfferingQuery offeringQuery, OfferingSearch offeringSearch) Gets the search results matching the given search.