Interface | osid.ordering.rules.PriceEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining price enabler queries. | ||
Method | getRuledPriceIdTerms | ||
Description |
Gets the price | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledPriceTerms | ||
Description |
Gets the price query terms. | ||
Return | osid.ordering.StoreQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStoreIdTerms | ||
Description |
Gets the store | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStoreTerms | ||
Description |
Gets the store query terms. | ||
Return | osid.ordering.StoreQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPriceEnablerQueryInspectorRecord | ||
Description |
Gets the price enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | priceEnablerRecordType | a price enabler record type |
Return | osid.ordering.rules.records.PriceEnablerQueryInspectorRecord | the price enabler query inspector record | |
Errors | NULL_ARGUMENT | priceEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(priceEnablerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |