Uses of Class
org.sakaiproject.service.gradebook.shared.SortType
-
Packages that use SortType Package Description org.sakaiproject.service.gradebook.shared -
-
Uses of SortType in org.sakaiproject.service.gradebook.shared
Methods in org.sakaiproject.service.gradebook.shared that return SortType Modifier and Type Method Description static SortTypeSortType. 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.Methods in org.sakaiproject.service.gradebook.shared with parameters of type SortType Modifier and Type Method Description List<Assignment>GradebookService. getAssignments(String gradebookUid, SortType sortBy)List<Assignment>GradebookService. getViewableAssignmentsForCurrentUser(String gradebookUid, SortType sortBy)
-