Uses of Interface
org.osid.financials.budgeting.BudgetForm
Packages that use BudgetForm
Package
Description
The Open Service Interface Definitions for the org.osid.financials.budgeting
service.
-
Uses of BudgetForm in org.osid.financials.budgeting
Methods in org.osid.financials.budgeting that return BudgetFormModifier and TypeMethodDescriptionBudgetAdminSession.getBudgetFormForCreate(Id activityId, Id fiscalPeriodId, Type[] budgetRecordTypes) Gets the budget form for creating new budgets.BudgetAdminSession.getBudgetFormForUpdate(Id budgetId) Gets the budget form for updating an existing budget.Methods in org.osid.financials.budgeting with parameters of type BudgetFormModifier and TypeMethodDescriptionBudgetAdminSession.createBudget(BudgetForm budgetForm) Creates a newBudget.voidBudgetAdminSession.updateBudget(BudgetForm budgetForm) Updates an existing budget.