Examples of submitProjectToAward()


Examples of org.sete.service.project.ScoreProjectService.submitProjectToAward()

       
        ScoreProjectService service = getService(ScoreProjectService.class);
        ScoreProjectVo spvo = new ScoreProjectVo();
        BeanUtils.copyProperties(spvo, form);
        spvo.setScorer(getAuthenticatedUser(request).getUserId().toString());
        service.submitProjectToAward(spvo);
        displaySuccessMessage(request,"scienceProject.award.success",true);
        return mapping.findForward(WebConstants.FORWARD_VIEW);
       
    }
   
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.