| Interface | osid.ordering.PriceScheduleQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidObjectQueryInspector | ||
osid.OsidAggregateableQueryInspector | |||
| Description |
This is the query inspector for examining price schedule queries. | ||
| Method | getPriceIdTerms | ||
| Description |
Gets the price | ||
| Return | osid.search.terms.IdTerm[] | the price Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceTerms | ||
| Description |
Gets the price terms. | ||
| Return | osid.ordering.PriceQueryInspector[] | the price terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProductIdTerms | ||
| Description |
Gets the product | ||
| Return | osid.search.terms.IdTerm[] | the product Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProductTerms | ||
| Description |
Gets the product terms. | ||
| Return | osid.ordering.ProductQueryInspector[] | the product terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStoreIdTerms | ||
| Description |
Gets the store | ||
| Return | osid.search.terms.IdTerm[] | the store Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStoreTerms | ||
| Description |
Gets the store terms. | ||
| Return | osid.ordering.StoreQueryInspector[] | the store terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceScheduleQueryInspectorRecord | ||
| Description |
Gets the price schedule query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | priceScheduleRecordType | an price schedule record type |
| Return | osid.ordering.records.PriceScheduleQueryInspectorRecord | the price schedule query inspector record | |
| Errors | NULL_ARGUMENT | priceScheduleRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(priceScheduleRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |