public class AdminUtil
extends Object
Constructor and Description |
---|
AdminUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getUpdateUserPassword(ActionRequest actionRequest,
long userId) |
static String |
getUpdateUserPassword(javax.servlet.http.HttpServletRequest request,
long userId) |
static com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.model.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) |
public static String getUpdateUserPassword(ActionRequest actionRequest, long userId)
public static String getUpdateUserPassword(javax.servlet.http.HttpServletRequest request, long userId)
public static com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.model.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 com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException