public interface GradebookServiceHelper extends Serializable
Description: This is a context implementation helper delegate interface for the GradebookService class. Using Spring injection via the integrationContext.xml selected by the build process for the implementation.
Sakai Project Copyright (c) 2005
boolean gradebookExists(String gradebookUId, GradebookExternalAssessmentService g)
boolean isGradebookExist(String SiteId)
void removeExternalAssessment(String gradebookUId, String publishedAssessmentId, GradebookExternalAssessmentService g) throws Exception
Exceptionboolean addToGradebook(PublishedAssessmentData publishedAssessment, Long categoryId, GradebookExternalAssessmentService g) throws Exception
Exceptionboolean updateGradebook(PublishedAssessmentIfc publishedAssessment, GradebookExternalAssessmentService g) throws Exception
Exceptionboolean isAssignmentDefined(String assessmentTitle, GradebookExternalAssessmentService g) throws Exception
Exceptionvoid updateExternalAssessmentScore(AssessmentGradingData ag, GradebookExternalAssessmentService g) throws Exception
Exceptionvoid updateExternalAssessmentScores(Long publishedAssessmentId, Map<String,Double> studentUidsToScores, GradebookExternalAssessmentService g) throws Exception
Exceptionvoid updateExternalAssessmentComment(Long publishedAssessmentId, String studentUid, String comment, GradebookExternalAssessmentService g) throws Exception
ExceptionLong getExternalAssessmentCategoryId(String gradebookUId, String publishedAssessmentId, GradebookExternalAssessmentService g)
String getAppName()
Copyright © 2003–2021 Sakai Project. All rights reserved.