Interface | osid.financials.posting.PostEntrySearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing post entry searches. | ||
Method | searchAmongPostEntries | ||
Description |
Execute this search among the given list of post entries. | ||
Parameters | osid.id.IdList | postEntryIds | list of entries |
Errors | NULL_ARGUMENT | postEntryIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderPostEntryResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.financials.posting.PostEntrySearchOrder | postEntrySearchOrder | post entry search order |
Errors | NULL_ARGUMENT | postEntrySearchOrder is null | |
UNSUPPORTED | postEntrySearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPostEntrySearchRecord | ||
Description |
Gets the post entry search record corresponding to the
given post entry search record | ||
Parameters | osid.type.Type | postEntrySearchRecordType | a post entry search record type |
Return | osid.financials.posting.records.PostEntrySearchRecord | the post entry search record | |
Errors | NULL_ARGUMENT | postEntrySearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(postEntrySearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |