Interface | osid.financials.posting.PostSmartBusinessSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
Method | getBusinessId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Business Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getBusiness | ||
Description |
Gets the | ||
Return | osid.financials.Business | the business | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canManageSmartBusinesses | ||
Description |
Tests if this user can manage smart businesses. A
return of true does not guarantee successful assessment. A
return of false indicates that it is known methods in this
session will result in a | ||
Return | boolean | false if smart business management is not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getPostQuery | ||
Description |
Gets a post query. | ||
Return | osid.financials.posting.PostQuery | the post query | |
Compliance | mandatory | This method must be implemented. | |
Method | getPostSearchOrder | ||
Description |
Gets a post search order. | ||
Return | osid.financials.posting.PostSearchOrder | the post search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyPostQuery | ||
Description |
Applies a post query to this business. | ||
Parameters | osid.financials.posting.PostQuery | postQuery | the post query |
Errors | NULL_ARGUMENT | postQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | postQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectPostQuery | ||
Description |
Gets a post query inspector for this business. | ||
Return | osid.financials.posting.PostQueryInspector | the post query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyPostSequencing | ||
Description |
Applies a post search order to this business. | ||
Parameters | osid.financials.posting.PostSearchOrder | postSearchOrder | the post search order |
Errors | NULL_ARGUMENT | postSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | postSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPostQueryFromInspector | ||
Description |
Gets a post query from an inspector. | ||
Parameters | osid.financials.posting.PostQueryInspector | postQueryInspector | a query inspector |
Return | osid.financials.posting.PostQuery | the post query | |
Errors | NULL_ARGUMENT | postQueryInspector is null | |
UNSUPPORTED | postQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |