OSID Logo
OSID Specifications
financials budgeting batch package
Version 3.1.0
Interfaceosid.financials.budgeting.batch.BudgetEntryBatchForm
Implementsosid.financials.BusinessForm
Used Byosid.financials.budgeting.batch.BudgetEntryBatchFormList
Description

This is the form for creating and updating budget entries in bulk. Like all OsidForms, various data elements may be set here for use in the create and update methods in the BudgetEntryBatchAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetBudgetId
Description

Gets the Id of the budget if this is a create transaction.

Returnosid.id.Id the budget Id
ErrorsILLEGAL_STATE isForUpdate() is true
Compliancemandatory This method must be implemented.
MethodgetAccountId
Description

Gets the Id of the account if this is a create transaction.

Returnosid.id.Id the account Id
ErrorsILLEGAL_STATE isForUpdate() is true
Compliancemandatory This method must be implemented.
MethodgetBudgetEntryId
Description

Gets the Id of the budget entry to be updated if this is an update transaction.

Returnosid.id.Id the budget entry Id
ErrorsILLEGAL_STATE isForUpdate() is false
Compliancemandatory This method must be implemented.