Interface | osid.financials.AccountSearchOrder | ||
---|---|---|---|
Implements | osid.OsidObjectSearchOrder | ||
osid.OsidFederateableSearchOrder | |||
Description |
An interface for specifying the ordering of search results. | ||
Method | orderByCreditBalance | ||
Description |
Specifies a preference for ordering the result set by the credit balance flag. | ||
Parameters | osid.SearchOrderStyle | style | a search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderByCode | ||
Description |
Specifies a preference for ordering the result set by the code. | ||
Parameters | osid.SearchOrderStyle | style | a search order style |
Errors | NULL_ARGUMENT | style is null | |
Compliance | mandatory | This method must be implemented. | |
Method | getAccountSearchOrderRecord | ||
Description |
Gets the account search order record corresponding to
the given account record | ||
Parameters | osid.type.Type | accountRecordType | an account record type |
Return | osid.financials.records.AccountSearchOrderRecord | the account search order record | |
Errors | NULL_ARGUMENT | accountRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(accountRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |