Examples of invokeSelectGetAValue()


Examples of com.exedosoft.plat.bo.DOService.invokeSelectGetAValue()

      SessionContext sc = LoginMain.makeLogin(user, DOGlobals.getInstance()
          .getServletContext().getRequest());
      String deptuid = "";
     
      DOService findDeptByUserId = DOService.getService("findDeptByUserId");
      deptuid = findDeptByUserId.invokeSelectGetAValue(sc.getUser().getUid());
      sc.getUser().putValue("deptuid", deptuid);
      //保存用户名和密码
      sc.getUser().putValue("username_email", userName);
      sc.getUser().putValue("password_email", pwd);
      return "success";
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.