Interface | osid.financials.ActivitySmartBusinessSession | ||
---|---|---|---|
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 | getActivityQuery | ||
Description |
Gets an activity query. | ||
Return | osid.financials.ActivityQuery | the activity query | |
Compliance | mandatory | This method must be implemented. | |
Method | getActivitySearchOrder | ||
Description |
Gets an activity search order. | ||
Return | osid.financials.ActivitySearchOrder | the activity search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyActivityQuery | ||
Description |
Applies an activity query to this business. | ||
Parameters | osid.financials.ActivityQuery | activityQuery | the activity query |
Errors | NULL_ARGUMENT | activityQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | activityQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectActivityQuery | ||
Description |
Gets an activity query inspector for this business. | ||
Return | osid.financials.ActivityQueryInspector | the activity query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyActivitySequencing | ||
Description |
Applies an activity search order to this business. | ||
Parameters | osid.financials.ActivitySearchOrder | activitySearchOrder | the activity search order |
Errors | NULL_ARGUMENT | activitySearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | activitySearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getActivityQueryFromInspector | ||
Description |
Gets an activity query from an inspector. | ||
Parameters | osid.financials.ActivityQueryInspector | activityQueryInspector | a query inspector |
Return | osid.financials.ActivityQuery | the activity query | |
Errors | NULL_ARGUMENT | activityQueryInspector is null | |
UNSUPPORTED | activityQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |