Uses of Interface
org.osid.financials.BusinessList
Packages that use BusinessList
Package
Description
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 BusinessList in org.osid.financials
Methods in org.osid.financials that return BusinessListModifier and TypeMethodDescriptionBusinessLookupSession.getBusinesses()Gets allBusinesses.BusinessSearchResults.getBusinesses()Gets the business list resulting from a search.AccountBusinessSession.getBusinessesByAccount(Id accountId) Gets theBusinessobjects mapped to anAccount.ActivityBusinessSession.getBusinessesByActivity(Id activityId) Gets theBusinessobjects mapped to anActivity.FiscalPeriodBusinessSession.getBusinessesByFiscalPeriod(Id fiscalPeriodId) Gets theBusinessobjects mapped to aFiscalPeriod.BusinessLookupSession.getBusinessesByGenusType(Type businessGenusType) Gets aBusinessListcorresponding to the given business genusTypewhich does not include businesses of types derived from the specifiedType.In plenary mode, the returned list contains all known businesses or an error results.BusinessLookupSession.getBusinessesByIds(IdList businessIds) Gets aBusinessListcorresponding to the givenIdList.BusinessLookupSession.getBusinessesByParentGenusType(Type businessGenusType) Gets aBusinessListcorresponding to the given business genusTypeand include any additional businesses with genus types derived from the specifiedType.In plenary mode, the returned list contains all known businesses or an error results.BusinessLookupSession.getBusinessesByProvider(Id resourceId) Gets aBusinessListfor the given provider.BusinessQuerySession.getBusinessesByQuery(BusinessQuery businessQuery) Gets a list ofBusinessesmatching the given business query.BusinessLookupSession.getBusinessesByRecordType(Type businessRecordType) Gets aBusinessListcontaining the given business recordType.BusinessHierarchySession.getChildBusinesses(Id businessId) Gets the children of the given business.BusinessHierarchySession.getParentBusinesses(Id businessId) Gets the parents of the given business.BusinessHierarchySession.getRootBusinesses()Gets the root businesses in the business hierarchy. -
Uses of BusinessList in org.osid.financials.budgeting
Methods in org.osid.financials.budgeting that return BusinessListModifier and TypeMethodDescriptionBudgetBusinessSession.getBusinessesByBudget(Id budgetId) Gets theBusinessobjects mapped to aBudget.BudgetEntryBusinessSession.getBusinessesByBudgetEntry(Id budgetEntryId) Gets theBusinessobjects mapped to anBudgetEntry. -
Uses of BusinessList in org.osid.financials.posting
Methods in org.osid.financials.posting that return BusinessListModifier and TypeMethodDescriptionPostBusinessSession.getBusinessesByPost(Id postId) Gets theBusinessobjects mapped to aPost.PostEntryBusinessSession.getBusinessesByPostEntry(Id postEntryId) Gets theBusinessobjects mapped to aPostEntry.