Uses of Interface
org.osid.billing.payment.PayerQuery
Packages that use PayerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing.payment
service.
-
Uses of PayerQuery in org.osid.billing.payment
Methods in org.osid.billing.payment that return PayerQueryModifier and TypeMethodDescriptionPayerQuerySession.getPayerQuery()Gets a payer query.PayerSmartBusinessSession.getPayerQuery()Gets a payer query.PaymentQuery.getPayerQuery()Gets the query for a payer.PayerSearchSession.getPayerQueryFromInspector(PayerQueryInspector payerQueryInspector) Gets a payer query from an inspector.PayerSmartBusinessSession.getPayerQueryFromInspector(PayerQueryInspector payerQueryInspector) Gets a payer query from an inspector.Methods in org.osid.billing.payment with parameters of type PayerQueryModifier and TypeMethodDescriptionvoidPayerSmartBusinessSession.applyPayerQuery(PayerQuery payerQuery) Applies a payer query to this business.PayerQuerySession.getPayersByQuery(PayerQuery payerQuery) Gets a list ofPayersmatching the given payer query.PayerSearchSession.getPayersBySearch(PayerQuery payerQuery, PayerSearch payerSearch) Gets the search results matching the given search query using the given search.