Class 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 Detail

      • GradebookConfiguration

        public GradebookConfiguration()
    • Method Detail

      • init

        public void init()
      • setAvailableGradingScales

        public void setAvailableGradingScales​(Collection gradingScaleDefinitions)
      • setDefaultGradingScale

        public void setDefaultGradingScale​(String defaultGradingScale)
      • setGradebookFrameworkService

        public void setGradebookFrameworkService​(GradebookFrameworkService gradebookFrameworkService)