Package com.narirelays.ems.services

Examples of com.narirelays.ems.services.PrivilegeManagementService.query4UserNameByID()


    {
      String userID = request.getParameter("id");
      String userName = null;
      if(privilegeManagementService!=null)
      {
        userName = privilegeManagementService.query4UserNameByID(userID);
      }
      String newPass = request.getParameter("newPass");
      try{
        iChangePassword.changePassword(userName,newPass);//pass能否为空?
        resultInfo.setSucceed();
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.