Uses of Class
org.sakaiproject.tool.gradebook.GradableObject
-
-
Uses of GradableObject in org.sakaiproject.tool.gradebook
Subclasses of GradableObject in org.sakaiproject.tool.gradebook Modifier and Type Class Description classCourseGradeA CourseGrade is a GradableObject that represents the overall course grade in a gradebook.classGradebookAssignmentAn GradebookAssignment is the basic unit that composes a gradebook.Fields in org.sakaiproject.tool.gradebook declared as GradableObject Modifier and Type Field Description protected GradableObjectAbstractGradeRecord. gradableObjectFields in org.sakaiproject.tool.gradebook with type parameters of type GradableObject Modifier and Type Field Description static Comparator<GradableObject>GradableObject. defaultComparatorstatic Comparator<GradableObject>GradableObject. idComparatorstatic Comparator<GradableObject>GradableObject. meanComparatorstatic Comparator<GradableObject>GradableObject. nameComparatorstatic Comparator<GradableObject>GradableObject. sortingComparatorMethods in org.sakaiproject.tool.gradebook that return GradableObject Modifier and Type Method Description GradableObjectAbstractGradeRecord. getGradableObject()GradableObjectComment. getGradableObject()Methods in org.sakaiproject.tool.gradebook with parameters of type GradableObject Modifier and Type Method Description voidAbstractGradeRecord. setGradableObject(GradableObject gradableObject)voidComment. setGradableObject(GradableObject gradableObject)Constructors in org.sakaiproject.tool.gradebook with parameters of type GradableObject Constructor Description Comment(String studentId, String comment, GradableObject gradableObject)GradingEvent(GradableObject gradableObject, String graderId, String studentId, Object grade)
-