Uses of Interface
org.osid.financials.AccountQuery
Packages that use AccountQuery
Package
Description
The Open Service Interface Definitions for the org.osid.billing
service.
The Open Service Interface Definitions for the org.osid.financials
service.
The Open Service Interface Definitions for the org.osid.financials.budgeting
service.
The Open Service Interface Definitions for the org.osid.financials.posting
service.
-
Uses of AccountQuery in org.osid.billing
Methods in org.osid.billing that return AccountQuery -
Uses of AccountQuery in org.osid.financials
Methods in org.osid.financials that return AccountQueryModifier and TypeMethodDescriptionAccountQuerySession.getAccountQuery()Gets an account query.AccountSmartBusinessSession.getAccountQuery()Gets an account query.BusinessQuery.getAccountQuery()Gets the query for an account.SummaryQuery.getAccountQuery()Gets the query for an account.AccountSearchSession.getAccountQueryFromInspector(ItemQueryInspector accountQueryInspector) Gets an account query from an inspector.AccountSmartBusinessSession.getAccountQueryFromInspector(AccountQueryInspector accountQueryInspector) Gets an account query from an inspector.AccountQuery.getAncestorAccountQuery()Gets the query for an account.AccountQuery.getDescendantAccountQuery()Gets the query for an account.Methods in org.osid.financials with parameters of type AccountQueryModifier and TypeMethodDescriptionvoidAccountSmartBusinessSession.applyAccountQuery(AccountQuery accountQuery) Applies an account query to this business.AccountQuerySession.getAccountsByQuery(AccountQuery accountsQuery) Gets a list ofAccountsmatching the given account query.AccountSearchSession.getAccountsBySearch(AccountQuery accountQuery, AccountSearch accountSearch) Gets the search results matching the given search query using the given search. -
Uses of AccountQuery in org.osid.financials.budgeting
Methods in org.osid.financials.budgeting that return AccountQueryModifier and TypeMethodDescriptionBudgetEntryQuery.getAccountQuery()Gets the query for an account. -
Uses of AccountQuery in org.osid.financials.posting
Methods in org.osid.financials.posting that return AccountQueryModifier and TypeMethodDescriptionPostEntryQuery.getAccountQuery()Gets the query for an account.