public interface OrganizationSearchOrder extends OsidObjectSearchOrder, OsidFederateableSearchOrder, OsidTemporalSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
OrganizationSearchOrderRecord |
getOrganizationSearchOrderRecord(Type organizationRecordType)
Gets the organization search order record corresponding to the given
organization record
Type. |
void |
orderByDisplayLabel(SearchOrderStyle style)
Specifies a preference for ordering the result set by the display
label.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypeorderByEffective, orderByEndDate, orderByStartDatevoid orderByDisplayLabel(SearchOrderStyle style)
style - search order styleNullArgumentException - style is
null mandatory - This method must be implemented. OrganizationSearchOrderRecord getOrganizationSearchOrderRecord(Type organizationRecordType) throws OperationFailedException
Type. Multiple retrievals return
the same underlying object.organizationRecordType - an organization record typeNullArgumentException - organizationRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(organizationRecordType) is false
mandatory - This method must be implemented.