Interface | osid.personnel.OrganizationSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
osid.OsidFederateableSearchOrder | |||
osid.OsidTemporalSearchOrder | |||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderByDisplayLabel | ||
Description |
Specifies a preference for ordering the result set by the display label. | ||
Parameters | osid.SearchOrderStyle | style | search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getOrganizationSearchOrderRecord | ||
Description |
Gets the organization search order record corresponding
to the given organization record | ||
Parameters | osid.type.Type | organizationRecordType | an organization record type |
Return | osid.personnel.records.OrganizationSearchOrderRecord | the organization search order record | |
Errors | NULL_ARGUMENT | organizationRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(organizationRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |