Uses of Class
org.sakaiproject.service.gradebook.shared.CategoryDefinition
-
Packages that use CategoryDefinition Package Description org.sakaiproject.service.gradebook.shared -
-
Uses of CategoryDefinition in org.sakaiproject.service.gradebook.shared
Fields in org.sakaiproject.service.gradebook.shared with type parameters of type CategoryDefinition Modifier and Type Field Description static Comparator<CategoryDefinition>CategoryDefinition. orderComparatorMethods in org.sakaiproject.service.gradebook.shared that return types with arguments of type CategoryDefinition Modifier and Type Method Description List<CategoryDefinition>GradebookService. getCategoryDefinitions(String gradebookUid)Get the categories for the given gradebookMethods in org.sakaiproject.service.gradebook.shared with parameters of type CategoryDefinition Modifier and Type Method Description Optional<CategoryScoreData>GradebookService. calculateCategoryScore(Object gradebook, String studentUuid, CategoryDefinition category, List<Assignment> categoryAssignments, Map<Long,String> gradeMap, boolean includeNonReleasedItems)Calculate the category score for the given gradebook, category, assignments in the category and grade map.
-