Interface | osid.offering.rules.OfferingConstrainerEnablerSearchOrder | ||
---|---|---|---|
Implements | osid.OsidEnablerSearchOrder | ||
Description |
An interface for specifying the ordering of search results. | ||
Method | getOfferingConstrainerEnablerSearchOrderRecord | ||
Description |
Gets the offering constrainer enabler search order
record corresponding to the given offering constrainer
enabler record | ||
Parameters | osid.type.Type | offeringConstrainerEnablerRecordType | an offering constrainer enabler record type |
Return | osid.offering.rules.records.OfferingConstrainerEnablerSearchOrderRecord | the offering constrainer enabler search order record | |
Errors | NULL_ARGUMENT | offeringConstrainerEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(offeringConstrainerEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |