Uses of Interface
org.osid.financials.budgeting.BudgetEntryList
Packages that use BudgetEntryList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.budgeting
service.
-
Uses of BudgetEntryList in org.osid.financials.budgeting
Methods in org.osid.financials.budgeting that return BudgetEntryListModifier and TypeMethodDescriptionBudgetEntryBusinessSession.getActivitieByBusiness(Id businessId) Gets the list ofBudgetEntryassociated with aBusiness.BudgetEntryBusinessSession.getActivitieByBusinesses(IdList businessIds) Gets the list ofBudgetEntriescorresponding to a list ofBusinessobjects.BudgetEntryLookupSession.getBudgetEntries()Gets allBudgetEntries.BudgetEntrySearchResults.getBudgetEntries()Gets the budget entry list resulting from a search.BudgetEntryLookupSession.getBudgetEntriesByGenusType(Type entryGenusType) Gets aBudgetEntryListcorresponding to the given budget entry genusTypewhich does not include budget entries of genus types derived from the specifiedType.BudgetEntryLookupSession.getBudgetEntriesByIds(IdList budgetEntryIds) Gets anBudgetEntryListcorresponding to the givenIdList.BudgetEntryLookupSession.getBudgetEntriesByParentGenusType(Type entryGenusType) Gets aBudgetEntryListcorresponding to the given budget entry genusTypeand include any additional budget entries with genus types derived from the specifiedType.BudgetEntryQuerySession.getBudgetEntriesByQuery(BudgetEntryQuery budgetEntryQuery) Gets a list ofBudgetEntriesmatching the given budget entry query.BudgetEntryLookupSession.getBudgetEntriesByRecordType(Type budgetEntryRecordType) Gets aBudgetEntryListcontaining the given budget entry recordType.BudgetEntryLookupSession.getBudgetEntriesForAccount(Id accountId) Gets aBudgetEntryListfor the given account.BudgetEntryLookupSession.getBudgetEntriesForAccountOnDate(Id accountId, DateTime from, DateTime to) Gets aBudgetEntryListfor the given account and effective during the entire given date range inclusive but not confined to the date range.BudgetEntryLookupSession.getBudgetEntriesForBudget(Id budgetId) Gets aBudgetEntryListfor the given budget.BudgetEntryLookupSession.getBudgetEntriesForBudgetAndAccount(Id budgetId, Id accountId) Gets aBudgetEntryListfor the given budget and account.BudgetEntryLookupSession.getBudgetEntriesForBudgetAndAccountOnDate(Id budgetId, Id accountId, DateTime from, DateTime to) Gets aBudgetEntryListfor the given budget, account, and effective during the entire given date range inclusive but not confined to the date range.BudgetEntryLookupSession.getBudgetEntriesForBudgetOnDate(Id budgetId, DateTime from, DateTime to) Gets aBudgetEntryListfor the given budget and effective during the entire given date range inclusive but not confined to the date range.BudgetEntryLookupSession.getBudgetEntriesOnDate(DateTime from, DateTime to) Gets aBudgetEntryListeffective during the entire given date range inclusive but not confined to the date range.