| Interface | osid.ordering.PriceQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRuleQueryInspector | ||
osid.OsidSubjugateableQueryInspector | |||
| Description |
This is the query inspector for examining price queries. | ||
| Method | getPriceScheduleIdTerms | ||
| Description |
Gets the price schedule | ||
| Return | osid.search.terms.IdTerm[] | the price schedule Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPriceScheduleTerms | ||
| Description |
Gets the price schedule terms. | ||
| Return | osid.ordering.PriceScheduleQueryInspector[] | the price schedule terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumQuantityTerms | ||
| Description |
Gets the minimum quantity terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | the minimum quantity terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMaximumQuantityTerms | ||
| Description |
Gets the maximum quantity terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | the maximum quantity terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDemographicIdTerms | ||
| Description |
Gets the demographic | ||
| Return | osid.search.terms.IdTerm[] | the demographic Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDemographicTerms | ||
| Description |
Gets the demographic terms. | ||
| Return | osid.resource.ResourceQueryInspector[] | the demographic terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAmountTerms | ||
| Description |
Gets the amount terms. | ||
| Return | osid.search.terms.CurrencyRangeTerm[] | the amount terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMinimumAmountTerms | ||
| Description |
Gets the minimum amount terms. | ||
| Return | osid.search.terms.CurrencyTerm[] | the minimum amount terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRecurringIntervalTerms | ||
| Description |
Gets the recurring interval terms. | ||
| Return | osid.search.terms.DurationRangeTerm[] | the recurring interval terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemIdTerms | ||
| Description |
Gets the item | ||
| Return | osid.search.terms.IdTerm[] | the item Id terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemTerms | ||
| Description |
Gets the item terms. | ||
| Return | osid.ordering.ItemQueryInspector[] | the item 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 | getPriceQueryInspectorRecord | ||
| Description |
Gets the price query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | priceRecordType | an price record type |
| Return | osid.ordering.records.PriceQueryInspectorRecord | the price query inspector record | |
| Errors | NULL_ARGUMENT | priceRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(priceRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |