public interface CyclicTimePeriodSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
CyclicTimePeriodSearchOrderRecord |
getCyclicTimePeriodSearchOrderRecord(Type cyclicTimePeriodRecordType)
Gets the cyclic time period search order record corresponding to the
given cyclic time period record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
CyclicTimePeriodSearchOrderRecord getCyclicTimePeriodSearchOrderRecord(Type cyclicTimePeriodRecordType) throws OperationFailedException
Type.
Multiple
retrievals return the same underlying object.cyclicTimePeriodRecordType
- a cyclic time period record typeNullArgumentException
-
cyclicTimePeriodRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(cyclicTimePeriodRecordType)
is
false
mandatory
- This method must be implemented.