|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GradebookNotFoundException | |
|---|---|
| org.sakaiproject.service.gradebook.shared | |
| Uses of GradebookNotFoundException in org.sakaiproject.service.gradebook.shared |
|---|
| Methods in org.sakaiproject.service.gradebook.shared that throw GradebookNotFoundException | |
|---|---|
void |
GradebookExternalAssessmentService.addExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
double points,
Date dueDate,
String externalServiceDescription)
Deprecated. Replaced by GradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, Boolean) |
void |
GradebookService.addExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
double points,
Date dueDate,
String externalServiceDescription)
Deprecated. Replaced by addExternalAssessment(String, String, String, Boolean) |
void |
GradebookExternalAssessmentService.addExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
Double points,
Date dueDate,
String externalServiceDescription,
Boolean ungraded)
Add an externally-managed assessment to a gradebook to be treated as a read-only assignment. |
void |
GradebookService.addExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
Double points,
Date dueDate,
String externalServiceDescription,
Boolean ungraded)
Deprecated. Replaced by GradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, Boolean) |
void |
GradebookExternalAssessmentService.addExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
Double points,
Date dueDate,
String externalServiceDescription,
Boolean ungraded,
Long categoryId)
This method is identical to GradebookExternalAssessmentService.addExternalAssessment(String, String, String, String, Double, Date, String, Boolean) but
allows you to also specify the associated Category for this assignment. |
void |
GradebookService.deleteGradebook(String uid)
Deprecated. Replaced by GradebookFrameworkService.deleteGradebook(String) |
void |
GradebookFrameworkService.deleteGradebook(String uid)
Deletes the gradebook with the given UID, along with all its associated data. |
void |
GradebookService.finalizeGrades(String gradebookUid)
Finalize the gradebook's course grades by setting all still-unscored assignments to zero scores. |
Assignment |
GradebookService.getAssignment(String gradebookUid,
String assignmentName)
|
List |
GradebookService.getAssignments(String gradebookUid)
|
Double |
GradebookService.getAssignmentScore(String gradebookUid,
Long gbItemId,
String studentUid)
Deprecated. Replaced by GradebookService.getAssignmentScoreString(String, Long, String) |
Double |
GradebookService.getAssignmentScore(String gradebookUid,
String assignmentName,
String studentUid)
Deprecated. Replaced by GradebookService.getAssignmentScoreString(String, String, String) |
CommentDefinition |
GradebookService.getAssignmentScoreComment(String gradebookUid,
Long gbItemId,
String studentUid)
Get the comment (if any) currently provided for the given combination of student and assignment. |
CommentDefinition |
GradebookService.getAssignmentScoreComment(String gradebookUid,
String assignmentName,
String studentUid)
Get the comment (if any) currently provided for the given combination of student and assignment. |
String |
GradebookService.getAssignmentScoreString(String gradebookUid,
Long gbItemId,
String studentUid)
Get student's assignment's score as string. |
String |
GradebookService.getAssignmentScoreString(String gradebookUid,
String assignmentName,
String studentUid)
Get student's assignment's score as string. |
Map<String,String> |
GradebookExternalAssessmentService.getExternalAssignmentsForCurrentUser(String gradebookUid)
Retrieve all assignments for a gradebook that are marked as externally maintained and are visible to the current user. |
Object |
GradebookService.getGradebook(String uid)
return Object to avoid circular dependency with sakai-gradebook-tool |
GradeDefinition |
GradebookService.getGradeDefinitionForStudentForItem(String gradebookUid,
Long gbItemId,
String studentUid)
|
int |
GradebookService.getGradeEntryType(String gradebookUid)
|
Map<String,List<String>> |
GradebookExternalAssessmentService.getVisibleExternalAssignments(String gradebookUid,
Collection<String> studentIds)
Retrieve a list of all visible, external assignments |
List<String> |
GradebookService.identifyStudentsWithInvalidGrades(String gradebookUid,
Map<String,String> studentIdToGradeMap)
|
boolean |
GradebookExternalAssessmentService.isAssignmentDefined(String gradebookUid,
String assignmentTitle)
Check to see if an assignment with the given name already exists in the given gradebook. |
boolean |
GradebookService.isAssignmentDefined(String gradebookUid,
String assignmentTitle)
Check to see if an assignment with the given name already exists in the given gradebook. |
boolean |
GradebookExternalAssessmentService.isExternalAssignmentDefined(String gradebookUid,
String externalId)
Check to see if an assignment with the given external id already exists in the given gradebook. |
boolean |
GradebookService.isExternalAssignmentDefined(String gradebookUid,
String externalId)
Deprecated. Replaced by GradebookExternalAssessmentService.isExternalAssignmentDefined(String, String) |
boolean |
GradebookExternalAssessmentService.isExternalAssignmentGrouped(String gradebookUid,
String externalId)
Check with the appropriate external service if a specific assignment is available only to groups. |
boolean |
GradebookExternalAssessmentService.isExternalAssignmentVisible(String gradebookUid,
String externalId,
String userId)
Check with the appropriate external service if a specific assignment is available to a specific user (i.e., the user is in an appropriate group). |
boolean |
GradebookService.isGradeValid(String gradebookUuid,
String grade)
|
void |
GradebookExternalAssessmentService.removeExternalAssessment(String gradebookUid,
String externalId)
Remove the assessment reference from the gradebook. |
void |
GradebookService.removeExternalAssessment(String gradebookUid,
String externalId)
Deprecated. Replaced by GradebookExternalAssessmentService.removeExternalAssessment(String, String) |
void |
GradebookService.saveGradeAndCommentForStudent(String gradebookUid,
Long gradableObjectId,
String studentId,
String grade,
String comment)
Save a student score and comment for a gradebook item. |
void |
GradebookService.saveGradesAndComments(String gradebookUid,
Long gradableObjectId,
List<GradeDefinition> gradeDefList)
Given a list of GradeDefinitions for students for a given gradebook and gradable object, will save the associated scores and comments. |
void |
GradebookService.setAssignmentScore(String gradebookUid,
String assignmentName,
String studentUid,
Double score,
String clientServiceDescription)
Deprecated. Replaced by GradebookService.setAssignmentScoreString(String, String, String, String, String) |
void |
GradebookService.setAssignmentScoreComment(String gradebookUid,
String assignmentName,
String studentUid,
String comment)
Provide a student-viewable comment on the score (or lack of score) associated with the given assignment. |
void |
GradebookService.setAssignmentScoreString(String gradebookUid,
String assignmentName,
String studentUid,
String score,
String clientServiceDescription)
set student's score for assignment. |
void |
GradebookExternalAssessmentService.updateExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
double points,
Date dueDate)
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessment(String, String, String, String, Double, Date, Boolean) |
void |
GradebookService.updateExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
double points,
Date dueDate)
Deprecated. Replaced by GradebookService.updateExternalAssessment(String, String, String, String, Double, Date) |
void |
GradebookService.updateExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
Double points,
Date dueDate)
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessment(String, String, String, String, Double, Date, Boolean) |
void |
GradebookExternalAssessmentService.updateExternalAssessment(String gradebookUid,
String externalId,
String externalUrl,
String title,
Double points,
Date dueDate,
Boolean ungraded)
|
void |
GradebookService.updateExternalAssessmentScore(String gradebookUid,
String externalId,
String studentUid,
Double points)
Deprecated. Replaced by GradebookExternalAssessmentService#updateExternalAssessmentScore(String, String, String, Double) |
void |
GradebookExternalAssessmentService.updateExternalAssessmentScore(String gradebookUid,
String externalId,
String studentUid,
String points)
Updates an external score for an external assignment in the gradebook. |
void |
GradebookExternalAssessmentService.updateExternalAssessmentScores(String gradebookUid,
String externalId,
Map studentUidsToScores)
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessmentScoresString(String, String, Map) |
void |
GradebookService.updateExternalAssessmentScores(String gradebookUid,
String externalId,
Map studentUidsToScores)
Deprecated. Replaced by GradebookExternalAssessmentService.updateExternalAssessmentScoresString(String, String, Map) |
void |
GradebookExternalAssessmentService.updateExternalAssessmentScoresString(String gradebookUid,
String externalId,
Map studentUidsToScores)
Updates a set of external scores for an external assignment in the gradebook. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||