Interface | osid.ordering.PriceScheduleSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing price schedule searches. | ||
Method | searchAmongPriceSchedules | ||
Description |
Execute this search among the given list of price schedules. | ||
Parameters | osid.id.IdList | priceScheduleIds | list of price schedules |
Errors | NULL_ARGUMENT | priceScheduleIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderPriceScheduleResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.ordering.PriceScheduleSearchOrder | priceScheduleSearchOrder | price schedule search order |
Errors | NULL_ARGUMENT | priceScheduleSearchOrder is null | |
UNSUPPORTED | priceScheduleSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPriceScheduleSearchRecord | ||
Description |
Gets the price schedule search record corresponding to
the given price schedule search record | ||
Parameters | osid.type.Type | priceScheduleSearchRecordType | a price schedule search record type |
Return | osid.ordering.records.PriceScheduleSearchRecord | the price schedule search record | |
Errors | NULL_ARGUMENT | priceScheduleSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(priceScheduleSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |