Uses of Interface
org.osid.billing.payment.PaymentQuery
Packages that use PaymentQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing.payment
service.
-
Uses of PaymentQuery in org.osid.billing.payment
Methods in org.osid.billing.payment that return PaymentQueryModifier and TypeMethodDescriptionPaymentQuerySession.getPaymentQuery()Gets a payment query.PaymentSmartBusinessSession.getPaymentQuery()Gets a payment query.PaymentSearchSession.getPaymentQueryFromInspector(ItemQueryInspector paymentQueryInspector) Gets a payment query from an inspector.PaymentSmartBusinessSession.getPaymentQueryFromInspector(PaymentQueryInspector paymentQueryInspector) Gets a payment query from an inspector.Methods in org.osid.billing.payment with parameters of type PaymentQueryModifier and TypeMethodDescriptionvoidPaymentSmartBusinessSession.applyPaymentQuery(PaymentQuery paymentQuery) Applies a payment query to this business.PaymentQuerySession.getPaymentsByQuery(PaymentQuery paymentQuery) Gets a list ofPaymentsmatching the given payment query.PaymentSearchSession.getPaymentsBySearch(PaymentQuery paymentQuery, PaymentSearch paymentSearch) Gets the search results matching the given search query using the given search.