| Package | Description |
|---|---|
| org.sakaiproject.service.gradebook.shared |
| Modifier and Type | Method and Description |
|---|---|
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Assignment> |
GradebookService.getAssignments(String gradebookUid,
SortType sortBy) |
List<Assignment> |
GradebookService.getViewableAssignmentsForCurrentUser(String gradebookUid,
SortType sortBy) |
Copyright © 2003–2019 Sakai Project. All rights reserved.