Package net.sf.pmr.web.aso

Examples of net.sf.pmr.web.aso.CurrentProject


       // set the default selected project for the first rendering of the page
       if (getSelectedProject() == null) {
            setSelectedProject((net.sf.pmr.core.domain.project.Project) iPropertySelectionModel.getOption(0));
       }
      
       CurrentProject currentProject = this.getCurrentProject();
       currentProject.setProject(this.getSelectedProject());
      
    }
View Full Code Here

TOP

Related Classes of net.sf.pmr.web.aso.CurrentProject

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.