Uses of Interface
org.osid.financials.budgeting.batch.BudgetEntryBatchFormList
Packages that use BudgetEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.budgeting.batch
service.
-
Uses of BudgetEntryBatchFormList in org.osid.financials.budgeting.batch
Methods in org.osid.financials.budgeting.batch that return BudgetEntryBatchFormListModifier and TypeMethodDescriptionBudgetEntryBatchAdminSession.getBudgetEntryFormsForCreate(BudgetEntryPeerList peers, Type[] budgetRecordTypes) Gets the budget entry forms for creating a bunch of new budgets.BudgetEntryBatchAdminSession.getBudgetEntryFormsForUpdate(IdList budgetEntryIds) Gets the budget entry forms for updating an existing set of budgets.Methods in org.osid.financials.budgeting.batch with parameters of type BudgetEntryBatchFormListModifier and TypeMethodDescriptionBudgetEntryBatchAdminSession.createBudgetEntries(BudgetEntryBatchFormList budgetEntryForms) Creates a new set ofBudgetEntries.BudgetEntryBatchAdminSession.updateBudgetEntries(BudgetEntryBatchFormList budgetEntryForms) Updates existing budgets.