| Interface | osid.course.plan.PlanSearchSession | ||
|---|---|---|---|
| Implements | osid.course.plan.PlanQuerySession | ||
| Description |
This session provides methods for searching Plans may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getPlanSearch | ||
| Description |
Gets a plan search. | ||
| Return | osid.course.plan.PlanSearch | the plan search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPlanSearchOrder | ||
| Description |
Gets a plan search order. The | ||
| Return | osid.course.plan.PlanSearchOrder | the plan search order interface | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPlansBySearch | ||
| Description |
Gets the search results matching the given search. | ||
| Parameters | osid.course.plan.PlanQuery | planQuery | the plan query |
osid.course.plan.PlanSearch | planSearch | the plan search | |
| Return | osid.course.plan.PlanSearchResults | the plan search results | |
| Errors | NULL_ARGUMENT | planQuery or planSearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | planQuery or planSearch is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPlanQueryFromInspector | ||
| Description |
Gets a plan query from an inspector. The inspector is
available from an | ||
| Parameters | osid.course.plan.PlanQueryInspector | planQueryInspector | a plan query inspector |
| Return | osid.course.plan.PlanQuery | the plan query | |
| Errors | NULL_ARGUMENT | planQueryInspector is null | |
| UNSUPPORTED | planQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |