public interface DemographicSearchOrder extends OsidRuleSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
DemographicSearchOrderRecord |
getDemographicSearchOrderRecord(Type demographicRecordType)
Gets the demographic search order record corresponding to the given
demographic record
Type. |
getRuleSearchOrder, orderByRule, supportsRuleSearchOrderorderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByActive, orderByDisabled, orderByEnabled, orderByOperationalDemographicSearchOrderRecord getDemographicSearchOrderRecord(Type demographicRecordType) throws OperationFailedException
Type. Multiple retrievals return the
same underlying object.demographicRecordType - a demographic record typeNullArgumentException - demographicRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(demographicRecordType) is false
mandatory - This method must be implemented.