public interface GradebookColumnQuery extends OsidObjectQuery
This is the query for searching gradings. Each method match request
produces an AND term while multiple invocations of a method
produces a nested OR.
| Modifier and Type | Method and Description |
|---|---|
void |
clearGradebookColumnSummaryTerms()
Clears the gradebook column summary terms.
|
void |
clearGradebookIdTerms()
Clears the gradebook
Id terms. |
void |
clearGradebookTerms()
Clears the gradebook terms.
|
void |
clearGradeEntryIdTerms()
Clears the grade entry
Id terms. |
void |
clearGradeEntryTerms()
Clears the grade entry terms.
|
void |
clearGradeSystemIdTerms()
Clears the grade system
Id terms. |
void |
clearGradeSystemTerms()
Clears the grade system terms.
|
GradebookColumnQueryRecord |
getGradebookColumnQueryRecord(Type gradebookColumnRecordType)
Gets the gradebook column query record corresponding to the given
GradebookColumn record Type. |
GradebookColumnSummaryQuery |
getGradebookColumnSummaryQuery()
Gets the query interface for a gradebook column summary.
|
GradebookQuery |
getGradebookQuery()
Gets the query interface for a gradebook.
|
GradeEntryQuery |
getGradeEntryQuery()
Gets the query for a grade entry.
|
GradeSystemQuery |
getGradeSystemQuery()
Gets the query for a grade system.
|
void |
matchAnyGradeEntry(boolean match)
Matches gradebook columns with any grade entry assigned.
|
void |
matchAnyGradeSystem(boolean match)
Matches gradebook columns with any grade system assigned.
|
void |
matchGradebookId(Id gradebookId,
boolean match)
Sets the gradebook
Id for this query. |
void |
matchGradeEntryId(Id gradeEntryId,
boolean match)
Sets the grade entry
Id for this query. |
void |
matchGradeSystemId(Id gradeSystemId,
boolean match)
Sets the grade system
Id for this query. |
boolean |
supportsGradebookColumnSummaryQuery()
Tests if a
GradebookColumnSummaryQuery is available for
querying grade systems. |
boolean |
supportsGradebookQuery()
Tests if a
GradebookQuery is available for querying
grade systems. |
boolean |
supportsGradeEntryQuery()
Tests if a
GradeEntryQuery is available for querying
grade entries. |
boolean |
supportsGradeSystemQuery()
Tests if a
GradeSystemQuery is available for querying
grade systems. |
clearCommentIdTerms, clearCommentTerms, clearCreditIdTerms, clearCreditTerms, clearDescriptionTerms, clearDisplayNameTerms, clearGenusTypeTerms, clearJournalEntryIdTerms, clearJournalEntryTerms, clearParentGenusTypeTerms, clearRelationshipIdTerms, clearRelationshipPeerIdTerms, clearRelationshipTerms, clearStateIdTerms, clearStateTerms, clearStatisticTerms, clearSubjectIdTerms, clearSubjectRelevancyTerms, clearSubjectTerms, getCommentQuery, getCreditQuery, getJournalEntryQuery, getRelationshipQuery, getStateQuery, getStatisticQuery, getSubjectQuery, getSubjectRelevancyQuery, matchAnyComment, matchAnyCredit, matchAnyDescription, matchAnyDisplayName, matchAnyGenusType, matchAnyJournalEntry, matchAnyRelationship, matchAnyState, matchAnyStatistic, matchAnySubject, matchCommentId, matchCreditId, matchDescription, matchDisplayName, matchGenusType, matchJournalEntryId, matchParentGenusType, matchRelationshipId, matchRelationshipPeerId, matchStateId, matchSubjectId, supportsCommentQuery, supportsCreditQuery, supportsJournalEntryQuery, supportsRelationshipQuery, supportsStateQuery, supportsStatisticQuery, supportsSubjectQuery, supportsSubjectRelevancyQueryclearIdTerms, matchIdclearRecordTerms, matchAnyRecord, matchRecordTypegetRecordTypes, hasRecordTypeclearAnyTerms, clearKeywordTerms, getStringMatchTypes, matchAny, matchKeyword, supportsStringMatchTypevoid matchGradeSystemId(Id gradeSystemId, boolean match)
Id for this query.gradeSystemId - a grade system Id match - true for a positive match, false
for a negative matchNullArgumentException - gradeSystemId is
null mandatory - This method must be implemented. void clearGradeSystemIdTerms()
Id terms.mandatory - This method must be implemented. boolean supportsGradeSystemQuery()
GradeSystemQuery is available for querying
grade systems. true if a grade system query is available,
false otherwisemandatory - This method must be implemented. GradeSystemQuery getGradeSystemQuery()
OR term.UnimplementedException -
supportsGradeSystemQuery() is false optional - This method must be implemented if
supportsGradeSystemQuery() is true. void matchAnyGradeSystem(boolean match)
match - true to match columns with any grade
system, false to match columns with no grade
systemmandatory - This method must be implemented. void clearGradeSystemTerms()
mandatory - This method must be implemented. void matchGradeEntryId(Id gradeEntryId, boolean match)
Id for this query.gradeEntryId - a grade entry Id match - true for a positive match, false
for a negative matchNullArgumentException - gradeEntryId is
null mandatory - This method must be implemented. void clearGradeEntryIdTerms()
Id terms.mandatory - This method must be implemented. boolean supportsGradeEntryQuery()
GradeEntryQuery is available for querying
grade entries. true if a grade entry query is available,
false otherwisemandatory - This method must be implemented. GradeEntryQuery getGradeEntryQuery()
OR term.UnimplementedException -
supportsGradeEntryQuery() is false optional - This method must be implemented if
supportsGradeEntryQuery() is true. void matchAnyGradeEntry(boolean match)
match - true to match columns with any grade
entry, false to match columns with no grade
entriesmandatory - This method must be implemented. void clearGradeEntryTerms()
mandatory - This method must be implemented. boolean supportsGradebookColumnSummaryQuery()
GradebookColumnSummaryQuery is available for
querying grade systems. true if a gradebook column summary query
interface is available, false otherwisemandatory - This method must be implemented. GradebookColumnSummaryQuery getGradebookColumnSummaryQuery()
OR term.UnimplementedException -
supportsGradebookColumnSummaryQuery() is false
optional - This method must be implemented if
supportsGradebookColumnSummaryQuery() is
true. void clearGradebookColumnSummaryTerms()
mandatory - This method must be implemented. void matchGradebookId(Id gradebookId, boolean match)
Id for this query.gradebookId - a gradebook Id match - true for a positive match, false
for a negative matchNullArgumentException - gradebookId is
null mandatory - This method must be implemented. void clearGradebookIdTerms()
Id terms.mandatory - This method must be implemented. boolean supportsGradebookQuery()
GradebookQuery is available for querying
grade systems. true if a gradebook query interface is
available, false otherwisemandatory - This method must be implemented. GradebookQuery getGradebookQuery()
OR term.UnimplementedException -
supportsGradebookQuery() is false optional - This method must be implemented if
supportsGradebookQuery() is true. void clearGradebookTerms()
mandatory - This method must be implemented. GradebookColumnQueryRecord getGradebookColumnQueryRecord(Type gradebookColumnRecordType) throws OperationFailedException
GradebookColumn record Type. Multiple
retrievals produce a nested OR term.gradebookColumnRecordType - a gradebook column record typeNullArgumentException -
gradebookColumnRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(gradebookColumnRecordType) is
false mandatory - This method must be implemented.