org.sakaiproject.service.gradebook.shared
Class GradebookConfiguration
java.lang.Object
org.sakaiproject.service.gradebook.shared.GradebookConfiguration
public class GradebookConfiguration
- extends Object
Simple configuration bean. Set up the properties you want changed and
call init() when the GradebookService is wired up. (We can't set them
directly by injecting the GradebookService bean because that would
bypass transaction proxying.)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GradebookConfiguration
public GradebookConfiguration()
init
public void init()
setAvailableGradingScales
public void setAvailableGradingScales(Collection gradingScaleDefinitions)
setDefaultGradingScale
public void setDefaultGradingScale(String defaultGradingScale)
setGradebookFrameworkService
public void setGradebookFrameworkService(GradebookFrameworkService gradebookFrameworkService)
Copyright © 2003-2013 Sakai Project. All Rights Reserved.