| java.lang.Object org.sakaiproject.tool.assessment.integration.helper.standalone.GradebookServiceHelperImpl
GradebookServiceHelperImpl | public class GradebookServiceHelperImpl implements GradebookServiceHelper(Code) | |
Description: This is a stub standalone context implementation helper delegate class for the GradebookService class.
The helper methods are stubs because in standalone there isn't gradebook integration.
"Standalone" means that Samigo (Tests and Quizzes) is running without the context of the Sakai portal and authentication mechanisms, and therefore we use stub methods.
Note: To customize behavior you can add your own helper class to the Spring injection via the integrationContext.xml for your context.
The particular integrationContext.xml to be used is selected by the build process.
author: Ed Smiley |
gradebookExists | public boolean gradebookExists(String gradebookUId, GradebookService g)(Code) | | Always returns false, because standalone.
Parameters: gradebookUId - the gradebook id Parameters: g - the Gradebook Service false, no gradebook integration |
isGradebookExist | public boolean isGradebookExist(String siteId)(Code) | | Always returns false, because standalone.
Parameters: siteId - the site id false, no gradebook integration |
removeExternalAssessment | public void removeExternalAssessment(String gradebookUId, String publishedAssessmentId, GradebookService g) throws Exception(Code) | | STUB. NO-OP.
Parameters: gradebookUId - the gradebook id Parameters: publishedAssessmentId - the id of the published assessment Parameters: g - the Gradebook Service throws: java.lang.Exception - |
|
|