Uses of Interface
org.osid.financials.budgeting.batch.BudgetBatchFormList
Packages that use BudgetBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.financials.budgeting.batch
service.
-
Uses of BudgetBatchFormList in org.osid.financials.budgeting.batch
Methods in org.osid.financials.budgeting.batch that return BudgetBatchFormListModifier and TypeMethodDescriptionBudgetBatchAdminSession.getBudgetFormsForCreate(BudgetPeerList peers, Type[] budgetRecordTypes) Gets the budget forms for creating a bunch of new budgets.BudgetBatchAdminSession.getBudgetFormsForUpdate(IdList budgetIds) Gets the budget forms for updating an existing set of budgets.Methods in org.osid.financials.budgeting.batch with parameters of type BudgetBatchFormListModifier and TypeMethodDescriptionBudgetBatchAdminSession.createBudgets(BudgetBatchFormList budgetForms) Creates a new set ofBudgets.BudgetBatchAdminSession.updateBudgets(BudgetBatchFormList budgetForms) Updates existing budgets.