OSID Logo
OSID Specifications
financials budgeting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.budgeting.FinancialsBudgetingProfile
Implementsosid.OsidProfile
Description

The financials profile describes the interoperability among financials management services.

MethodsupportsVisibleFederation
Description

Tests if any business federation is exposed. Federation is exposed when a specific business may be identified, selected and used to create a lookup or admin session. Federation is not exposed when a set of catalogs appears as a single catalog.

Returnboolean true if visible federation is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetLookup
Description

Tests if looking up budgets is supported.

Returnboolean true if budget lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetQuery
Description

Tests if querying budgets is supported.

Returnboolean true if budget query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetSearch
Description

Tests if searching budgets is supported.

Returnboolean true if budget search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetAdmin
Description

Tests if budget administrative service is supported.

Returnboolean true if budget administration is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetNotification
Description

Tests if a budget notification service is supported.

Returnboolean true if budget notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetBusiness
Description

Tests if a budget cataloging service is supported.

Returnboolean true if budget catalog is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetBusinessAssignment
Description

Tests if a budget cataloging service is supported. A cataloging service maps budgets to catalogs.

Returnboolean true if budget cataloging is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetSmartBusiness
Description

Tests if a budget smart business session is available.

Returnboolean true if a budget smart business session is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntryLookup
Description

Tests if looking up budget entries is supported.

Returnboolean true if budget entry lookup is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntryQuery
Description

Tests if querying budget entries is supported.

Returnboolean true if budget entry query is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntrySearch
Description

Tests if searching budget entries is supported.

Returnboolean true if budget entry search is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntryAdmin
Description

Tests if budget entry administrative service is supported.

Returnboolean true if budget entry administration is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntryNotification
Description

Tests if an entry notification service is supported.

Returnboolean true if budget entry notification is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntryBusiness
Description

Tests if a budget entry cataloging service is supported.

Returnboolean true if budget entry catalog is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntryBusinessAssignment
Description

Tests if a budget entry cataloging service is supported.

Returnboolean true if budget entry cataloging is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntrySmartBusiness
Description

Tests if a budget entry smart business session is available.

Returnboolean true if a budget entry smart business session is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsFinancialsBudgetingBatch
Description

Tests for the availability of a financials budgeting batch service.

Returnboolean true if a financials budgeting batch service is available, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetBudgetRecordTypes
Description

Gets the supported Budget record types.

Returnosid.type.TypeLista list containing the supported Budget record types
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetRecordType
Description

Tests if the given Budget record type is supported.

Parametersosid.type.TypebudgetRecordTypea Type indicating a Budget record type
Returnboolean true if the given record type is supported, false otherwise
ErrorsNULL_ARGUMENT budgetRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetBudgetSearchRecordTypes
Description

Gets the supported Budget search record types.

Returnosid.type.TypeLista list containing the supported Budget search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetSearchRecordType
Description

Tests if the given Budget search record type is supported.

Parametersosid.type.TypebudgetSearchRecordTypea Type indicating a Budget search record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT budgetSearchRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetBudgetEntryRecordTypes
Description

Gets the supported BudgetEntry record types.

Returnosid.type.TypeLista list containing the supported BudgetEntry record types
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntryRecordType
Description

Tests if the given BudgetEntry record type is supported.

Parametersosid.type.TypebudgetEntryRecordTypea Type indicating a BudgetEntry record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT budgetEntryRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetBudgetEntrySearchRecordTypes
Description

Gets the supported BudgetEntry search record types.

Returnosid.type.TypeLista list containing the supported BudgetEntry search record types
CompliancemandatoryThis method must be implemented.
MethodsupportsBudgetEntrySearchRecordType
Description

Tests if the given BudgetEntry search record type is supported.

Parametersosid.type.TypebudgetEntrySearchRecordTypea Type indicating a BudgetEntry search record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT budgetEntrySearchRecordType is null
CompliancemandatoryThis method must be implemented.