Package com.liferay.client.soap.portal.service.http

Examples of com.liferay.client.soap.portal.service.http.UserServiceSoap


   

    try {
     
      UserServiceSoapServiceLocator uService = new UserServiceSoapServiceLocator();
      UserServiceSoap userService = uService.getPortal_UserService(_getURL("Portal_UserService"));
      UserSoap user = userService.getUserById(Integer.parseInt(userId));  

      if (user != null) {
        // user attributes
        HashMap<String, String> userAttributes = new HashMap<String, String>();
View Full Code Here

TOP

Related Classes of com.liferay.client.soap.portal.service.http.UserServiceSoap

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.