Package | Description |
---|---|
org.osid.financials.budgeting |
The Open Service Interface Definitions for the org.osid.financials.budgeting
service.
|
Modifier and Type | Method and Description |
---|---|
BudgetForm |
BudgetAdminSession.getBudgetFormForCreate(Id activityId,
Id fiscalPeriodId,
Type[] budgetRecordTypes)
Gets the budget form for creating new budgets.
|
BudgetForm |
BudgetAdminSession.getBudgetFormForUpdate(Id budgetId)
Gets the budget form for updating an existing budget.
|
Modifier and Type | Method and Description |
---|---|
Budget |
BudgetAdminSession.createBudget(BudgetForm budgetForm)
Creates a new
Budget. |
void |
BudgetAdminSession.updateBudget(BudgetForm budgetForm)
Updates an existing budget.
|