public interface GradeEntrySearch extends OsidSearch
GradeEntrySearch
defines the interface for specifying
package search options.
Modifier and Type | Method and Description |
---|---|
GradeEntrySearchRecord |
getGradeEntrySearchRecord(Type gradeEntrySearchRecordType)
Gets the grade entry search record corresponding to the given package
search record
Type. |
void |
orderGradeEntryResults(GradeEntrySearchOrder gradeEntrySearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongGradeEntries(IdList gradeEntryIds)
Execute this search among the given list of grade entries.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongGradeEntries(IdList gradeEntryIds)
gradeEntryIds
- list of grade entriesNullArgumentException
- gradeEntryIds
is
null
mandatory
- This method must be implemented. void orderGradeEntryResults(GradeEntrySearchOrder gradeEntrySearchOrder)
gradeEntrySearchOrder
- package search orderNullArgumentException
- gradeEntrySearchOrder
is null
UnsupportedException
- gradeEntrySearchOrder
is not of this servicemandatory
- This method must be implemented. GradeEntrySearchRecord getGradeEntrySearchRecord(Type gradeEntrySearchRecordType) throws OperationFailedException
Type.
This method ie used to retrieve an
object implementing the requested record.gradeEntrySearchRecordType
- a grade entry search record typeNullArgumentException
-
gradeEntrySearchRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(gradeEntrySearchRecordType)
is
false
mandatory
- This method must be implemented.