org.sakaiproject.tool.assessment.facade
Class GradebookFacade

java.lang.Object
  extended by org.sakaiproject.tool.assessment.facade.GradebookFacade
All Implemented Interfaces:
Serializable

public class GradebookFacade
extends Object
implements Serializable

Description: Implements the internal gradebook information. Uses helper to determine integration context impelmentation.

Sakai Project Copyright (c) 2005

Author:
Ed Smiley
See Also:
Serialized Form

Constructor Summary
GradebookFacade()
           
 
Method Summary
static String getDefaultGradebookUId()
          Get the default gradebook uid.
static String getGradebookUId()
           
static String getGradebookUId(String siteId)
          Get current gradebook uid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradebookFacade

public GradebookFacade()
Method Detail

getGradebookUId

public static String getGradebookUId(String siteId)
Get current gradebook uid.

Returns:
the current gradebook uid.

getGradebookUId

public static String getGradebookUId()

getDefaultGradebookUId

public static String getDefaultGradebookUId()
Get the default gradebook uid.

Returns:
"Test Gradebook #1" (always)


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