Uses of Interface
org.osid.financials.AccountList
Packages that use AccountList
Package
Description
The Open Service Interface Definitions for the org.osid.financials
service.
-
Uses of AccountList in org.osid.financials
Methods in org.osid.financials that return AccountListModifier and TypeMethodDescriptionAccountLookupSession.getAccounts()Gets allAccounts.AccountSearchResults.getAccounts()Gets the account list resulting from a search.AccountBusinessSession.getAccountsByBusiness(Id businessId) Gets the list ofAccountsassociated with aBusiness.AccountBusinessSession.getAccountsByBusinesses(IdList businessIds) Gets the list ofAccountscorresponding to a list ofBusinessobjects.AccountLookupSession.getAccountsByCode(String code) Gets anAccountListassociated with the given code.AccountLookupSession.getAccountsByGenusType(Type accountGenusType) Gets anAccountListcorresponding to the given account genusTypewhich does not include accounts of types derived from the specifiedType.In plenary mode, the returned list contains all known accounts or an error results.AccountLookupSession.getAccountsByIds(IdList accountIds) Gets anAccountListcorresponding to the givenIdList.AccountLookupSession.getAccountsByParentGenusType(Type accountGenusType) Gets anAccountListcorresponding to the given account genusTypeand include any additional accounts with genus types derived from the specifiedType.In plenary mode, the returned list contains all known accounts or an error results.AccountQuerySession.getAccountsByQuery(AccountQuery accountsQuery) Gets a list ofAccountsmatching the given account query.AccountLookupSession.getAccountsByRecordType(Type accountRecordType) Gets anAccountListcontaining the given account recordType.AccountHierarchySession.getChildAccounts(Id accountId) Gets the children of the given account.AccountHierarchySession.getParentAccounts(Id accountId) Gets the parents of the given account.AccountHierarchySession.getRootAccounts()Gets the root accounts in this account hierarchy.