Uses of Interface
org.osid.financials.budgeting.BudgetEntryForm
Packages that use BudgetEntryForm
Package
Description
The Open Service Interface Definitions for the org.osid.financials.budgeting
service.
-
Uses of BudgetEntryForm in org.osid.financials.budgeting
Methods in org.osid.financials.budgeting that return BudgetEntryFormModifier and TypeMethodDescriptionBudgetEntryAdminSession.getBudgetEntryFormForCreate(Id budgetId, Id accountId, Type[] budgetEntryRecordTypes) Gets the budget entry form for creating new budget entries.BudgetEntryAdminSession.getBudgetEntryFormForUpdate(Id budgetEntryId) Gets the budget entry form for updating an existing budget entries.Methods in org.osid.financials.budgeting with parameters of type BudgetEntryFormModifier and TypeMethodDescriptionBudgetEntryAdminSession.createBudgetEntry(BudgetEntryForm entryForm) Creates a newBudgetEntry.voidBudgetEntryAdminSession.updateBudgetEntry(BudgetEntryForm budgetEntryForm) Updates an existing budget entries.