Interface | osid.financials.posting.FinancialsPostingProfile | ||
---|---|---|---|
Implements | osid.OsidProfile | ||
Description |
The financials profile describes the interoperability among financials management services. | ||
Method | supportsVisibleFederation | ||
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. | ||
Return | boolean | true if visible federation is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostLookup | ||
Description |
Tests if looking up posts is supported. | ||
Return | boolean | true if post lookup is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostQuery | ||
Description |
Tests if querying posts is supported. | ||
Return | boolean | true if post query is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostSearch | ||
Description |
Tests if searching posts is supported. | ||
Return | boolean | true if post search is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostAdmin | ||
Description |
Tests if post | ||
Return | boolean | true if post administration is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostNotification | ||
Description |
Tests if a post | ||
Return | boolean | true if post notification is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostBusiness | ||
Description |
Tests if a post cataloging service is supported. | ||
Return | boolean | true if post catalog is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostBusinessAssignment | ||
Description |
Tests if a post cataloging service is supported. A cataloging service maps posts to catalogs. | ||
Return | boolean | true if post cataloging is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostSmartBusiness | ||
Description |
Tests if a post smart business session is available. | ||
Return | boolean | true if a post smart business session is supported,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntryLookup | ||
Description |
Tests if looking up post entries is supported. | ||
Return | boolean | true if post entry lookup is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntryQuery | ||
Description |
Tests if querying post entries is supported. | ||
Return | boolean | true if post entry query is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntrySearch | ||
Description |
Tests if searching post entries is supported. | ||
Return | boolean | true if post entry search is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntryAdmin | ||
Description |
Tests if post entry administrative service is supported. | ||
Return | boolean | true if post entry administration is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntryNotification | ||
Description |
Tests if an entry | ||
Return | boolean | true if post entry notification is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntryBusiness | ||
Description |
Tests if an post entry cataloging service is supported. | ||
Return | boolean | true if post entry catalog is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntryBusinessAssignment | ||
Description |
Tests if an post entry cataloging service is supported. A cataloging service maps post entries to catalogs. | ||
Return | boolean | true if post entry cataloging is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntrySmartBusiness | ||
Description |
Tests if an post entry smart business session is available. | ||
Return | boolean | true if an post entry smart business session is supported,
false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsFinancialsPostingBatch | ||
Description |
Tests if a posting batch service is available. | ||
Return | boolean | true if a posting batch service is supported, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getPostRecordTypes | ||
Description |
Gets the supported | ||
Return | osid.type.TypeList | a list containing the supported Post record types | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostRecordType | ||
Description |
Tests if the given | ||
Parameters | osid.type.Type | postRecordType | a Type indicating an Post record type |
Return | boolean | true if the given record type is supported, false
otherwise | |
Errors | NULL_ARGUMENT | postRecordType is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getPostSearchRecordTypes | ||
Description |
Gets the supported | ||
Return | osid.type.TypeList | a list containing the supported Post search record types | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostSearchRecordType | ||
Description |
Tests if the given | ||
Parameters | osid.type.Type | postSearchRecordType | a Type indicating an Post search record type |
Return | boolean | true if the given Type is supported,
false otherwise | |
Errors | NULL_ARGUMENT | postSearchRecordType is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getPostEntryRecordTypes | ||
Description |
Gets the supported | ||
Return | osid.type.TypeList | a list containing the supported PostEntry record types | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntryRecordType | ||
Description |
Tests if the given | ||
Parameters | osid.type.Type | postEntryRecordType | a Type indicating an PostEntry record type |
Return | boolean | true if the given Type is supported,
false otherwise | |
Errors | NULL_ARGUMENT | postEntryRecordType is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getPostEntrySearchRecordTypes | ||
Description |
Gets the supported | ||
Return | osid.type.TypeList | a list containing the supported PostEntry search record
types | |
Compliance | mandatory | This method must be implemented. | |
Method | supportsPostEntrySearchRecordType | ||
Description |
Tests if the given | ||
Parameters | osid.type.Type | postEntrySearchRecordType | a Type indicating an PostEntry search record
type |
Return | boolean | true if the given Type is supported,
false otherwise | |
Errors | NULL_ARGUMENT | postEntrySearchRecordType is null | |
Compliance | mandatory | This method must be implemented. |