public interface BankSearchOrder extends OsidCatalogSearchOrder
An interface for specifying the ordering of search results.
| Modifier and Type | Method and Description |
|---|---|
BankSearchOrderRecord |
getBankSearchOrderRecord(Type bankRecordType)
Gets the bank search order record corresponding to the given bank
record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatisticorderByIdgetRecordTypes, hasRecordTypegetProviderSearchOrder, orderByProvider, supportsProviderSearchOrderBankSearchOrderRecord getBankSearchOrderRecord(Type bankRecordType) throws OperationFailedException
Type. Multiple retrievals return the same
underlying object.bankRecordType - a bank record typeNullArgumentException - bankRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(bankRecordType) is false mandatory - This method must be implemented.