Interface | osid.ordering.rules.PriceEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getPriceEnablers | ||
Description |
Gets the | ||
Return | osid.ordering.rules.PriceEnablerList | the price enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getPriceEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.ordering.rules.PriceEnablerQueryInspector | the price enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getPriceEnablerSearchResultsRecord | ||
Description |
Gets the price enabler search results record
corresponding to the given price enabler search record
| ||
Parameters | osid.type.Type | priceEnablerSearchRecordType | a price enabler search record type |
Return | osid.ordering.rules.records.PriceEnablerSearchResultsRecord | the price enabler search results record | |
Errors | NULL_ARGUMENT | priceEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(priceEnablerSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |