Package net.sf.pmr.core.service

Examples of net.sf.pmr.core.service.UserService.addUserToProject()


    UserService userService = CoreObjectFactory.getUserService();
    // get the form
    UserProjectForm userProjectForm = (UserProjectForm) form;

    // call the service
    userService.addUserToProject(userProjectForm.getUserPersistanceId(), userProjectForm.getBasicProjectPersistanceId());

    // return to the detail
      return mapping.findForward("userList");
     
  }
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.