public interface AccountSearchOrder extends OsidObjectSearchOrder, OsidFederateableSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
AccountSearchOrderRecord |
getAccountSearchOrderRecord(Type accountRecordType)
Gets the account search order record corresponding to the given
account record
Type. |
void |
orderByCode(SearchOrderStyle style)
Specifies a preference for ordering the result set by the code.
|
void |
orderByCreditBalance(SearchOrderStyle style)
Specifies a preference for ordering the result set by the credit
balance flag.
|
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypevoid orderByCreditBalance(SearchOrderStyle style)
style - a search order styleNullArgumentException - style is
null mandatory - This method must be implemented. void orderByCode(SearchOrderStyle style)
style - a search order styleNullArgumentException - style is
null mandatory - This method must be implemented. AccountSearchOrderRecord getAccountSearchOrderRecord(Type accountRecordType) throws OperationFailedException
Type. Multiple retrievals return the
same underlying object.accountRecordType - an account record typeNullArgumentException - accountRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(accountRecordType) is false
mandatory - This method must be implemented.