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.)
-
-
Constructor Summary
Constructors Constructor Description GradebookConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidsetAvailableGradingScales(Collection gradingScaleDefinitions)voidsetDefaultGradingScale(String defaultGradingScale)voidsetGradebookFrameworkService(GradebookFrameworkService gradebookFrameworkService)
-
-
-
Method Detail
-
init
public void init()
-
setAvailableGradingScales
public void setAvailableGradingScales(Collection gradingScaleDefinitions)
-
setDefaultGradingScale
public void setDefaultGradingScale(String defaultGradingScale)
-
setGradebookFrameworkService
public void setGradebookFrameworkService(GradebookFrameworkService gradebookFrameworkService)
-
-