public interface GradebookSearch extends OsidSearch
The interface for governing gradebook searches.
| Modifier and Type | Method and Description |
|---|---|
GradebookSearchRecord |
getGradebookSearchRecord(Type gradebookSearchRecordType)
Gets the gradebook search record corresponding to the given gradebook
search record
Type. |
void |
orderGradebookResults(GradebookSearchOrder gradebookSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongGradebooks(IdList gradebookIds)
Execute this search among the given list of gradebooks.
|
limitResultSetgetRecordTypes, hasRecordTypevoid searchAmongGradebooks(IdList gradebookIds)
gradebookIds - list of gradebooksNullArgumentException - gradebookIds is
null mandatory - This method must be implemented. void orderGradebookResults(GradebookSearchOrder gradebookSearchOrder)
gradebookSearchOrder - gradebook search orderNullArgumentException - gradebookSearchOrder
is null UnsupportedException - gradebookSearchOrder
is not of this servicemandatory - This method must be implemented. GradebookSearchRecord getGradebookSearchRecord(Type gradebookSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an
object implementing the requested record.gradebookSearchRecordType - a gradebook search record typeNullArgumentException -
gradebookSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradebookSearchRecordType) is
false mandatory - This method must be implemented.