Examples of reinitAutoBMGoalEvalUserConfigBean()


Examples of eu.planets_project.tb.gui.backing.Manager.reinitAutoBMGoalEvalUserConfigBean()

      AutoBMGoalEvalUserConfigBean evalConfBean = new AutoBMGoalEvalUserConfigBean();
      //BenchmarkBean contains the BMGoal+EvaluationSerTemplate to configure
      evalConfBean.initBean(BMGoalID,autoEvalSerUUID);
      Manager manager_backing = (Manager)JSFUtil.getManagedObject("Manager_Backing");
      //takes the bean and puts it into the session map
      manager_backing.reinitAutoBMGoalEvalUserConfigBean(evalConfBean);
      //load screen for configuring the autoEvalSerivce
      return "configAutoEvalSer";
    }
    else{
      //an error has occured - display the page with error message
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.