Uses of Interface
org.osid.acknowledgement.BillingQuery
Packages that use BillingQuery
Package
Description
The Open Service Interface Definitions for the org.osid.acknowledgement
service.
-
Uses of BillingQuery in org.osid.acknowledgement
Methods in org.osid.acknowledgement that return BillingQueryModifier and TypeMethodDescriptionBillingQuery.getAncestorBillingQuery()Gets the query for a billing.BillingQuerySession.getBillingQuery()Gets a billing query.CreditQuery.getBillingQuery()Gets the query for a billing query.BillingSearchSession.getBillingQueryFromInspector(BillingQueryInspector billingQueryInspector) Gets a billing query from an inspector.BillingQuery.getDescendantBillingQuery()Gets the query for a billing.Methods in org.osid.acknowledgement with parameters of type BillingQueryModifier and TypeMethodDescriptionBillingQuerySession.getBillingsByQuery(BillingQuery billingQuery) Gets a list ofBillingsmatching the given search.BillingSearchSession.getBillingsBySearch(BillingQuery billingQuery, BillingSearch billingSearch) Gets the search results matching the given search.