Interface | osid.financials.AccountSmartBusinessSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. An 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 | getAccountQuery | ||
Description |
Gets an account query. | ||
Return | osid.financials.AccountQuery | the account query | |
Compliance | mandatory | This method must be implemented. | |
Method | getAccountSearchOrder | ||
Description |
Gets an account search order. | ||
Return | osid.financials.AccountSearchOrder | the account search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyAccountQuery | ||
Description |
Applies an account query to this business. | ||
Parameters | osid.financials.AccountQuery | accountQuery | the account query |
Errors | NULL_ARGUMENT | accountQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | accountQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectAccountQuery | ||
Description |
Gets an account query inspector for this business. | ||
Return | osid.financials.AccountQueryInspector | the account query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyAccountSequencing | ||
Description |
Applies an account search order to this business. | ||
Parameters | osid.financials.AccountSearchOrder | accountSearchOrder | the account search order |
Errors | NULL_ARGUMENT | accountSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | accountSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getAccountQueryFromInspector | ||
Description |
Gets an account query from an inspector. | ||
Parameters | osid.financials.AccountQueryInspector | accountQueryInspector | a query inspector |
Return | osid.financials.AccountQuery | the account query | |
Errors | NULL_ARGUMENT | accountQueryInspector is null | |
UNSUPPORTED | accountQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |