Package eu.planets_project.tb.gui.backing

Examples of eu.planets_project.tb.gui.backing.Manager


    if((success.equals("success"))&&(!BMGoalID.equals(""))&&(!autoEvalSerUUID.equals(""))){
      //create the config gui backing bean
      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

Related Classes of eu.planets_project.tb.gui.backing.Manager

Copyright © 2018 www.massapicom. 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.