public class GradebookHelperImpl extends Object implements GradebookHelper
Description: This is a stub standalone context implementation helper delegate class for the GradebookFacade class. The helper methods use hardcoded values. "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.
Sakai Project Copyright (c) 2005
| Constructor and Description |
|---|
GradebookHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultGradebookUId()
Hardcoded stub.
|
String |
getGradebookUId(String siteId)
Hardcoded stub.
|
public String getGradebookUId(String siteId)
getGradebookUId in interface GradebookHelperpublic String getDefaultGradebookUId()
getDefaultGradebookUId in interface GradebookHelperCopyright © 2005-2014 Sakai Project. All Rights Reserved.