public interface FinancialsPostingProfile extends OsidProfile
The financials profile describes the interoperability among financials management services.
| Modifier and Type | Method and Description |
|---|---|
TypeList |
getPostEntryRecordTypes()
Gets the supported
PostEntry record types. |
TypeList |
getPostEntrySearchRecordTypes()
Gets the supported
PostEntry search record types. |
TypeList |
getPostRecordTypes()
Gets the supported
Post record types. |
TypeList |
getPostSearchRecordTypes()
Gets the supported
Post search record types. |
boolean |
supportsFinancialsPostingBatch()
Tests if a posting batch service is available.
|
boolean |
supportsPostAdmin()
Tests if post
administrative service is supported. |
boolean |
supportsPostBusiness()
Tests if a post cataloging service is supported.
|
boolean |
supportsPostBusinessAssignment()
Tests if a post cataloging service is supported.
|
boolean |
supportsPostEntryAdmin()
Tests if post entry administrative service is supported.
|
boolean |
supportsPostEntryBusiness()
Tests if an post entry cataloging service is supported.
|
boolean |
supportsPostEntryBusinessAssignment()
Tests if an post entry cataloging service is supported.
|
boolean |
supportsPostEntryLookup()
Tests if looking up post entries is supported.
|
boolean |
supportsPostEntryNotification()
Tests if an entry
notification service is supported. |
boolean |
supportsPostEntryQuery()
Tests if querying post entries is supported.
|
boolean |
supportsPostEntryRecordType(Type postEntryRecordType)
Tests if the given
PostEntry record type is supported. |
boolean |
supportsPostEntrySearch()
Tests if searching post entries is supported.
|
boolean |
supportsPostEntrySearchRecordType(Type postEntrySearchRecordType)
Tests if the given
PostEntry search record type is
supported. |
boolean |
supportsPostEntrySmartBusiness()
Tests if an post entry smart business session is available.
|
boolean |
supportsPostLookup()
Tests if looking up posts is supported.
|
boolean |
supportsPostNotification()
Tests if a post
notification service is supported. |
boolean |
supportsPostQuery()
Tests if querying posts is supported.
|
boolean |
supportsPostRecordType(Type postRecordType)
Tests if the given
Post record type is supported. |
boolean |
supportsPostSearch()
Tests if searching posts is supported.
|
boolean |
supportsPostSearchRecordType(Type postSearchRecordType)
Tests if the given
Post search record type is
supported. |
boolean |
supportsPostSmartBusiness()
Tests if a post smart business session is available.
|
boolean |
supportsVisibleFederation()
Tests if any business federation is exposed.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostLookup()
true if post lookup is supported, false
otherwisemandatory - This method must be implemented. boolean supportsPostQuery()
true if post query is supported, false
otherwisemandatory - This method must be implemented. boolean supportsPostSearch()
true if post search is supported, false
otherwisemandatory - This method must be implemented. boolean supportsPostAdmin()
administrative service is supported. true if post administration is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostNotification()
notification service is supported. true if post notification is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostBusiness()
true if post catalog is supported, false
otherwisemandatory - This method must be implemented. boolean supportsPostBusinessAssignment()
true if post cataloging is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostSmartBusiness()
true if a post smart business session is
supported, false otherwisemandatory - This method must be implemented. boolean supportsPostEntryLookup()
true if post entry lookup is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostEntryQuery()
true if post entry query is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostEntrySearch()
true if post entry search is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostEntryAdmin()
true if post entry administration is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostEntryNotification()
notification service is supported. true if post entry notification is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostEntryBusiness()
true if post entry catalog is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostEntryBusinessAssignment()
true if post entry cataloging is supported,
false otherwisemandatory - This method must be implemented. boolean supportsPostEntrySmartBusiness()
true if an post entry smart business session is
supported, false otherwisemandatory - This method must be implemented. boolean supportsFinancialsPostingBatch()
true if a posting batch service is supported,
false otherwisemandatory - This method must be implemented. TypeList getPostRecordTypes()
Post record types. Post record
typesmandatory - This method must be implemented. boolean supportsPostRecordType(Type postRecordType)
Post record type is supported.postRecordType - a Type indicating an Post
record type true if the given record type is supported,
false otherwiseNullArgumentException - postRecordType
is null mandatory - This method must be implemented. TypeList getPostSearchRecordTypes()
Post search record types. Post search
record typesmandatory - This method must be implemented. boolean supportsPostSearchRecordType(Type postSearchRecordType)
Post search record type is
supported.postSearchRecordType - a Type indicating an
Post search record type true if the given Type is
supported, false otherwiseNullArgumentException - postSearchRecordType
is null mandatory - This method must be implemented. TypeList getPostEntryRecordTypes()
PostEntry record types. PostEntry
record typesmandatory - This method must be implemented. boolean supportsPostEntryRecordType(Type postEntryRecordType)
PostEntry record type is supported.postEntryRecordType - a Type indicating an
PostEntry record type true if the given Type is
supported, false otherwiseNullArgumentException - postEntryRecordType
is null mandatory - This method must be implemented. TypeList getPostEntrySearchRecordTypes()
PostEntry search record types. PostEntry
search record typesmandatory - This method must be implemented. boolean supportsPostEntrySearchRecordType(Type postEntrySearchRecordType)
PostEntry search record type is
supported.postEntrySearchRecordType - a Type indicating an
PostEntry search record type true if the given Type is
supported, false otherwiseNullArgumentException -
postEntrySearchRecordType is null mandatory - This method must be implemented.