public interface RenovationSearchOrder extends OsidObjectSearchOrder, OsidTemporalSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
RenovationSearchOrderRecord |
getRenovationSearchOrderRecord(Type renovationRecordType)
Gets the renovation search order record corresponding to the given
renovation record Type.
|
void |
orderByCost(SearchOrderStyle style)
Specifies a preference for ordering the result set by the cost.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByEffective, orderByEndDate, orderByStartDatevoid orderByCost(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. RenovationSearchOrderRecord getRenovationSearchOrderRecord(Type renovationRecordType) throws OperationFailedException
renovationRecordType - a renovation record typeNullArgumentException - renovationRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(renovationRecordType) is false
mandatory - This method must be implemented.