Uses of Interface
org.osid.billing.CustomerQuery
Packages that use CustomerQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.billing.payment
service.
-
Uses of CustomerQuery in org.osid.billing
Methods in org.osid.billing that return CustomerQueryModifier and TypeMethodDescriptionBusinessQuery.getCustomerQuery()Gets the query for a customer.CustomerQuerySession.getCustomerQuery()Gets a customer query.CustomerSmartBusinessSession.getCustomerQuery()Gets a customer query.EntryQuery.getCustomerQuery()Gets the query for a customer.CustomerSearchSession.getCustomerQueryFromInspector(CustomerQueryInspector customerQueryInspector) Gets a customer query from an inspector.CustomerSmartBusinessSession.getCustomerQueryFromInspector(CustomerQueryInspector customerQueryInspector) Gets a customer query from an inspector.Methods in org.osid.billing with parameters of type CustomerQueryModifier and TypeMethodDescriptionvoidCustomerSmartBusinessSession.applyCustomerQuery(CustomerQuery customerQuery) Applies a customer query to this business.CustomerQuerySession.getCustomersByQuery(CustomerQuery customerQuery) Gets a list ofCustomersmatching the given customer query.CustomerSearchSession.getCustomersBySearch(CustomerQuery customerQuery, CustomerSearch customerSearch) Gets the search results matching the given search query using the given search. -
Uses of CustomerQuery in org.osid.billing.payment
Methods in org.osid.billing.payment that return CustomerQueryModifier and TypeMethodDescriptionPayerQuery.getCustomerQuery()Gets the query for a customer.PaymentQuery.getCustomerQuery()Gets the query for a customer.