| Interface | osid.billing.EntrySearchSession | ||
|---|---|---|---|
| Implements | osid.billing.EntryQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Entries may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getEntrySearch | ||
| Description |
Gets an entry search. | ||
| Return | osid.billing.EntrySearch | the entry search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntrySearchOrder | ||
| Description |
Gets an entry search order. The | ||
| Return | osid.billing.EntrySearchOrder | the entry search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntriesBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.billing.EntryQuery | entryQuery | the entry query |
osid.billing.EntrySearch | entrySearch | the entry search | |
| Return | osid.billing.EntrySearchResults | the entry search results | |
| Errors | NULL_ARGUMENT | entryQuery or entrySearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | entryQuery or entrySearch is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getEntryQueryFromInspector | ||
| Description |
Gets an entry query from an inspector. The inspector is
available from an | ||
| Parameters | osid.billing.EntryQueryInspector | entryQueryInspector | an entry query inspector |
| Return | osid.billing.EntryQuery | the entry query | |
| Errors | NULL_ARGUMENT | entryQueryInspector is null | |
| UNSUPPORTED | entryQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |