Uses of Interface
org.osid.acknowledgement.CreditQuery
Packages that use CreditQuery
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.acknowledgement
service.
-
Uses of CreditQuery in org.osid
Methods in org.osid that return CreditQueryModifier and TypeMethodDescriptionOsidObjectQuery.getCreditQuery()Gets the query for an ackowledgement credit. -
Uses of CreditQuery in org.osid.acknowledgement
Methods in org.osid.acknowledgement that return CreditQueryModifier and TypeMethodDescriptionBillingQuery.getCreditQuery()Gets the query for a billing.CreditQuerySession.getCreditQuery()Gets a credit query.CreditSmartBillingSession.getCreditQuery()Gets a credit query.CreditSearchSession.getCreditQueryFromInspector(CreditQueryInspector creditQueryInspector) Gets a credit query from an inspector.CreditSmartBillingSession.getCreditQueryFromInspector(CreditQueryInspector creditQueryInspector) Gets a credit query from an inspector.Methods in org.osid.acknowledgement with parameters of type CreditQueryModifier and TypeMethodDescriptionvoidCreditSmartBillingSession.applyCreditQuery(CreditQuery creditQuery) Applies a credit query to this billing.CreditQuerySession.getCreditsByQuery(CreditQuery creditQuery) Gets a list of credits matching the given credit query.CreditSearchSession.getCreditsBySearch(CreditQuery creditQuery, CreditSearch creditSearch) Gets the search results matching the given search.