| Interface | osid.ordering.PriceScheduleSearchSession | ||
|---|---|---|---|
| Implements | osid.ordering.PriceScheduleQuerySession | ||
| Description |
This session provides methods for searching Price schedules may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getPriceScheduleSearch | ||
| Description |
Gets a price schedule search. | ||
| Return | osid.ordering.PriceScheduleSearch | the price search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceScheduleSearchOrder | ||
| Description |
Gets a price schedule search order. The | ||
| Return | osid.ordering.PriceScheduleSearchOrder | the price schedule search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceSchedulesBySearch | ||
| Description |
Gets the price schedule search results matching the given search. | ||
| Parameters | osid.ordering.PriceScheduleQuery | priceScheduleQuery | the price schedule query |
osid.ordering.PriceScheduleSearch | priceScheduleSearch | the price schedule search | |
| Return | osid.ordering.PriceScheduleSearchResults | the price schedule search results | |
| Errors | NULL_ARGUMENT | priceScheduleQuery or priceScheduleSearch is
null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | priceScheduleQuery or priceScheduleSearch is
not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceScheduleQueryFromInspector | ||
| Description |
Gets a price schedule query from an inspector. The
inspector is available from a | ||
| Parameters | osid.ordering.PriceScheduleQueryInspector | priceScheduleQueryInspector | a query inspector |
| Return | osid.ordering.PriceScheduleQuery | the price schedule query | |
| Errors | NULL_ARGUMENT | priceScheduleQueryInspector is null | |
| UNSUPPORTED | priceScheduleQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |