| Interface | osid.metering.StatisticSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing statistic searches.  | ||
| Method | orderStatisticResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.metering.StatisticSearchOrder | statisticSearchOrder | statistic search order | 
| Errors | NULL_ARGUMENT |  statisticSearchOrder  is  null   |                 |
| UNSUPPORTED |  statisticSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getStatisticSearchRecord | ||
| Description | 
                     Gets the statistic search record corresponding to the 
                    given statistic search record   | ||
| Parameters | osid.type.Type | statisticSearchRecordType | a statistic search record type | 
| Return | osid.metering.records.StatisticSearchRecord | the statistic search record | |
| Errors | NULL_ARGUMENT |  statisticSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordTypeType(statisticSearchRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |