Uses of Class
org.sakaiproject.tool.gradebook.GradableObject

Uses of GradableObject in org.sakaiproject.tool.gradebook
 

Subclasses of GradableObject in org.sakaiproject.tool.gradebook
 class Assignment
          An Assignment is the basic unit that composes a gradebook.
 class CourseGrade
          A CourseGrade is a GradableObject that represents the overall course grade in a gradebook.
 

Fields in org.sakaiproject.tool.gradebook declared as GradableObject
protected  GradableObject AbstractGradeRecord.gradableObject
           
 

Fields in org.sakaiproject.tool.gradebook with type parameters of type GradableObject
static Comparator<GradableObject> GradableObject.defaultComparator
           
static Comparator<GradableObject> GradableObject.idComparator
           
static Comparator<GradableObject> GradableObject.meanComparator
           
static Comparator<GradableObject> GradableObject.nameComparator
           
static Comparator<GradableObject> GradableObject.sortingComparator
           
 

Methods in org.sakaiproject.tool.gradebook that return GradableObject
 GradableObject GradingEvent.getGradableObject()
           
 GradableObject AbstractGradeRecord.getGradableObject()
           
 GradableObject Comment.getGradableObject()
           
 

Methods in org.sakaiproject.tool.gradebook with parameters of type GradableObject
 void GradingEvent.setGradableObject(GradableObject gradableObject)
           
 void AbstractGradeRecord.setGradableObject(GradableObject gradableObject)
           
 void Comment.setGradableObject(GradableObject gradableObject)
           
 

Constructors in org.sakaiproject.tool.gradebook with parameters of type GradableObject
Comment(String studentId, String comment, GradableObject gradableObject)
           
GradingEvent(GradableObject gradableObject, String graderId, String studentId, Object grade)
           
 



Copyright © 2003-2013 Sakai Project. All Rights Reserved.