com.liferay.portlet.admin.util
Class AdminUtil
java.lang.Object
com.liferay.portlet.admin.util.AdminUtil
public class AdminUtil
- extends Object
|
Method Summary |
static String |
getUpdateUserPassword(ActionRequest actionRequest,
long userId)
|
static String |
getUpdateUserPassword(javax.servlet.http.HttpServletRequest request,
long userId)
|
static User |
updateUser(ActionRequest actionRequest,
long userId,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn)
|
static User |
updateUser(javax.servlet.http.HttpServletRequest request,
long userId,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdminUtil
public AdminUtil()
getUpdateUserPassword
public static String getUpdateUserPassword(ActionRequest actionRequest,
long userId)
getUpdateUserPassword
public static String getUpdateUserPassword(javax.servlet.http.HttpServletRequest request,
long userId)
updateUser
public static User updateUser(ActionRequest actionRequest,
long userId,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn)
throws PortalException
- Throws:
PortalException
updateUser
public static User updateUser(javax.servlet.http.HttpServletRequest request,
long userId,
String screenName,
String emailAddress,
long facebookId,
String openId,
String languageId,
String timeZoneId,
String greeting,
String comments,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn)
throws PortalException
- Throws:
PortalException