Uses of Interface
org.osid.financials.budgeting.BudgetList
Packages that use BudgetList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.budgeting
service.
-
Uses of BudgetList in org.osid.financials.budgeting
Methods in org.osid.financials.budgeting that return BudgetListModifier and TypeMethodDescriptionBudgetLookupSession.getBudgets()Gets allBudgets.BudgetSearchResults.getBudgets()Gets the budget list resulting from a search.BudgetBusinessSession.getBudgetsByBusiness(Id businessId) Gets the list ofBudgetsassociated with aBusiness.BudgetBusinessSession.getBudgetsByBusinesses(IdList businessIds) Gets the list ofBudgetscorresponding to a list ofBusinessobjects.BudgetLookupSession.getBudgetsByGenusType(Type budgetGenusType) Gets aBudgetListcorresponding to the given budget genusTypewhich does not include budgets of types derived from the specifiedType.BudgetLookupSession.getBudgetsByIds(IdList budgetIds) Gets aBudgetListcorresponding to the givenIdList.BudgetLookupSession.getBudgetsByParentGenusType(Type budgetGenusType) Gets aBudgetListcorresponding to the given budget genusTypeand include any additional budgets with genus types derived from the specifiedType.BudgetQuerySession.getBudgetsByQuery(BudgetQuery budgetQuery) Gets a list ofBudgetsmatching the given budget query.BudgetLookupSession.getBudgetsByRecordType(Type budgetRecordType) Gets aBudgetListcontaining the given budget recordType.BudgetLookupSession.getBudgetsForActivity(Id activityId) Gets aBudgetListfor the given activity.BudgetLookupSession.getBudgetsForActivityAndFiscalPeriod(Id activityId, Id fiscalPeriodId) Gets aBudgetListfor the given activity and fiscal period.BudgetLookupSession.getBudgetsForActivityAndFiscalPeriodOnDate(Id activityId, Id fiscalPeriodId, DateTime from, DateTime to) Gets aBudgetListfor the given activity, fiscal period, and effective during the entire given date range inclusive but not confined to the date range.BudgetLookupSession.getBudgetsForActivityOnDate(Id activityId, DateTime from, DateTime to) Gets aBudgetListfor the given activity and effective during the entire given date range inclusive but not confined to the date range.BudgetLookupSession.getBudgetsForFiscalPeriod(Id fiscalPeriodId) Gets aBudgetListfor the given fiscal period.BudgetLookupSession.getBudgetsForFiscalPeriodOnDate(Id fiscalPeriodId, DateTime from, DateTime to) Gets aBudgetListfor the given fiscal period and effective during the entire given date range inclusive but not confined to the date range.BudgetLookupSession.getBudgetsOnDate(DateTime from, DateTime to) Gets aBudgetListeffective during the entire given date range inclusive but not confined to the date range.