| Interface | osid.tracking.IssueSmartFrontOfficeSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session manages queries and sequencing to create 
                "smart" dynamic catalogs. An   This   | ||
| Method | getFrontOfficeId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  FrontOffice Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFrontOffice | ||
| Description | 
                     Gets the   | ||
| Return | osid.tracking.FrontOffice | the front office | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartFrontOffices | ||
| Description | 
                     Tests if this user can manage smart frontOffices. A 
                    return of true does not guarantee successful 
                    authorization. A return of false indicates that it is 
                    known methods in this session will result in a   | ||
| Return | boolean |  false  if smart front office management is not authorized, 
 true  otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueQuery | ||
| Description | 
                     Gets an issue query.  | ||
| Return | osid.tracking.IssueQuery | the issue query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueSearchOrder | ||
| Description | 
                     Gets an issue search order.  | ||
| Return | osid.tracking.IssueSearchOrder | the issue search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyIssueQuery | ||
| Description | 
                     Applies an issue query to this front office.  | ||
| Parameters | osid.tracking.IssueQuery | issueQuery | the issue query | 
| Errors | NULL_ARGUMENT |  issueQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  issueQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspecIssueQuery | ||
| Description | 
                     Gets an issue query inspector for this front office.  | ||
| Return | osid.tracking.IssueQueryInspector | the issue query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyIssueSequencing | ||
| Description | 
                     Applies an issue search order to this front office.  | ||
| Parameters | osid.tracking.IssueSearchOrder | issueSearchOrder | the issue search order | 
| Errors | NULL_ARGUMENT |  issueSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  issueSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueQueryFromInspector | ||
| Description | 
                     Gets an issue query from an inspector.  | ||
| Parameters | osid.tracking.IssueQueryInspector | issueQueryInspector | an issue query inspector | 
| Return | osid.tracking.IssueQuery | the issue query | |
| Errors | NULL_ARGUMENT |  issueQueryInspector  is  null   |                 |
| UNSUPPORTED |  issueQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |