| Interface | osid.calendaring.ScheduleSlotSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
| ||
| Method | searchAmongScheduleSlots | ||
| Description |
Execute this search among the given list of schedule slots. | ||
| Parameters | osid.id.IdList | scheduleSlotIds | list of schedule slots |
| Errors | NULL_ARGUMENT | scheduleSlotIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderScheduleSlotResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.calendaring.ScheduleSlotSearchOrder | scheduleSlotSearchOrder | schedule slot search order |
| Errors | NULL_ARGUMENT | scheduleSlotSearchOrder is null | |
| UNSUPPORTED | scheduleSlotSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getScheduleSlotSearchRecord | ||
| Description |
Gets the schedule slot search record corresponding to
the given schedule slot search record | ||
| Parameters | osid.type.Type | scheduleSlotSearchRecordType | a schedule slot search record type |
| Return | osid.calendaring.records.ScheduleSlotSearchRecord | the schedule slot search record | |
| Errors | NULL_ARGUMENT | scheduleSlotSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(scheduleSlotSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |