OSID Logo
OSID Specifications
financials posting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.financials.posting.FinancialsPostingProfile
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.
MethodsupportsPostLookup
Description

Tests if looking up posts is supported.

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

Tests if querying posts is supported.

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

Tests if searching posts is supported.

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

Tests if post administrative service is supported.

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

Tests if a post notification service is supported.

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

Tests if a post cataloging service is supported.

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

Tests if a post cataloging service is supported. A cataloging service maps posts to catalogs.

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

Tests if a post smart business session is available.

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

Tests if looking up post entries is supported.

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

Tests if querying post entries is supported.

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

Tests if searching post entries is supported.

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

Tests if post entry administrative service is supported.

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

Tests if an entry notification service is supported.

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

Tests if an post entry cataloging service is supported.

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

Tests if an post entry cataloging service is supported. A cataloging service maps post entries to catalogs.

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

Tests if an post entry smart business session is available.

Returnboolean true if an post entry smart business session is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodsupportsFinancialsPostingBatch
Description

Tests if a posting batch service is available.

Returnboolean true if a posting batch service is supported, false otherwise
CompliancemandatoryThis method must be implemented.
MethodgetPostRecordTypes
Description

Gets the supported Post record types.

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

Tests if the given Post record type is supported.

Parametersosid.type.TypepostRecordTypea Type indicating an Post record type
Returnboolean true if the given record type is supported, false otherwise
ErrorsNULL_ARGUMENT postRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetPostSearchRecordTypes
Description

Gets the supported Post search record types.

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

Tests if the given Post search record type is supported.

Parametersosid.type.TypepostSearchRecordTypea Type indicating an Post search record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT postSearchRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetPostEntryRecordTypes
Description

Gets the supported PostEntry record types.

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

Tests if the given PostEntry record type is supported.

Parametersosid.type.TypepostEntryRecordTypea Type indicating an PostEntry record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT postEntryRecordType is null
CompliancemandatoryThis method must be implemented.
MethodgetPostEntrySearchRecordTypes
Description

Gets the supported PostEntry search record types.

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

Tests if the given PostEntry search record type is supported.

Parametersosid.type.TypepostEntrySearchRecordTypea Type indicating an PostEntry search record type
Returnboolean true if the given Type is supported, false otherwise
ErrorsNULL_ARGUMENT postEntrySearchRecordType is null
CompliancemandatoryThis method must be implemented.