org.sakaiproject.tool.assessment.integration.helper.ifc
Interface GradebookHelper

All Superinterfaces:
Serializable
All Known Implementing Classes:
GradebookHelperImpl, GradebookHelperImpl

public interface GradebookHelper
extends Serializable

Description: This is a context implementation helper delegate interface for the GradebookFacade class. Using Spring injection via the integrationContext.xml selected by the build process for the implementation.

Sakai Project Copyright (c) 2005

Author:
Ed Smiley

Method Summary
 String getDefaultGradebookUId()
           
 String getGradebookUId(String siteId)
           
 

Method Detail

getGradebookUId

String getGradebookUId(String siteId)

getDefaultGradebookUId

String getDefaultGradebookUId()


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