|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssessmentNotFoundException | |
|---|---|
| org.sakaiproject.service.gradebook.shared | |
| Uses of AssessmentNotFoundException in org.sakaiproject.service.gradebook.shared |
|---|
| Methods in org.sakaiproject.service.gradebook.shared that throw AssessmentNotFoundException | |
|---|---|
Assignment |
GradebookService.getAssignment(String gradebookUid,
Long gbItemId)
|
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. |
GradeDefinition |
GradebookService.getGradeDefinitionForStudentForItem(String gradebookUid,
Long gbItemId,
String studentUid)
|
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 | |||||||||