org.sakaiproject.tool.assessment.services.gradebook
Class GradebookServiceHelper
java.lang.Object
org.sakaiproject.tool.assessment.services.gradebook.GradebookServiceHelper
public class GradebookServiceHelper
- extends Object
The GradingService calls the back end to get grading information from
the database.
- Author:
- Rachel Gollub
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GradebookServiceHelper
public GradebookServiceHelper()
addToGradebook
public static boolean addToGradebook(PublishedAssessmentData publishedAssessment)
throws Exception
- Throws:
Exception
isAssignmentDefined
public static boolean isAssignmentDefined(String assessmentTitle)
throws Exception
- Throws:
Exception
removeExternalAssessment
public static void removeExternalAssessment(String siteId,
String publishedAssessmentId)
throws Exception
- Throws:
Exception
updateExternalAssessment
public static void updateExternalAssessment(AssessmentGradingData ag,
String agentIdString)
gradebookExists
public static boolean gradebookExists(String siteId)
updateExternalAssessmentScore
public static void updateExternalAssessmentScore(AssessmentGradingIfc ag)
throws Exception
- Throws:
Exception
Copyright © 2005-2012 Sakai Project. All Rights Reserved.