| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
Assignment |
GradebookService.getAssignment(String gradebookUid,
Long gbItemId) |
Assignment |
GradebookService.getAssignment(String gradebookUid,
String assignmentName) |
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
CategoryDefinition.getAssignmentList()
Get the list of Assignments associated with this category
|
List<Assignment> |
GradebookService.getViewableAssignmentsForCurrentUser(String gradebookUid) |
| Modifier and Type | Method and Description |
|---|---|
void |
GradebookService.addAssignment(String gradebookUid,
Assignment assignmentDefinition)
Create a new Gradebook-managed assignment.
|
GradebookService.PointsPossibleValidation |
GradebookService.isPointsPossibleValid(String gradebookUid,
Assignment gradebookItem,
Double pointsPossible) |
void |
GradebookService.updateAssignment(String gradebookUid,
String assignmentName,
Assignment assignmentDefinition)
Modify the definition of an existing Gradebook-managed assignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDefinition.setAssignmentList(List<Assignment> assignmentList)
Set the list of Assignments for this category
|
Copyright © 2003-2015 Sakai Project. All Rights Reserved.