public interface BudgetEntrySearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
BudgetEntryList |
getBudgetEntries()
Gets the budget entry list resulting from a search.
|
BudgetEntryQueryInspector |
getBudgetEntryQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
BudgetEntrySearchResultsRecord |
getBudgetEntrySearchResultsRecord(Type budgetEntrySearchRecordType)
Gets the budget entry search results record corresponding to the given
budget entry search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeBudgetEntryList getBudgetEntries()
IllegalStateException - the budget entry list has
already been retrievedmandatory - This method must be implemented. BudgetEntryQueryInspector getBudgetEntryQueryInspector()
mandatory - This method must be implemented. BudgetEntrySearchResultsRecord getBudgetEntrySearchResultsRecord(Type budgetEntrySearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.budgetEntrySearchRecordType - a budget entry search record typeNullArgumentException -
budgetEntrySearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(budgetEntrySearchRecordType) is
false mandatory - This method must be implemented.