| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<CategoryDefinition> |
CategoryDefinition.orderComparator |
| Modifier and Type | Method and Description |
|---|---|
List<CategoryDefinition> |
GradebookInformation.getCategories() |
List<CategoryDefinition> |
GradebookService.getCategoryDefinitions(String gradebookUid)
Get the categories for the given gradebook
|
| Modifier and Type | Method and Description |
|---|---|
Optional<CategoryScoreData> |
GradebookService.calculateCategoryScore(Object gradebook,
String studentUuid,
CategoryDefinition category,
List<Assignment> categoryAssignments,
Map<Long,String> gradeMap)
Calculate the category score for the given gradebook, category, assignments in the category and grade map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GradebookInformation.setCategories(List<CategoryDefinition> categories) |
Copyright © 2003–2018 Sakai Project. All rights reserved.