public class AdminUtil
extends Object
Constructor and Description |
---|
AdminUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getUpdateUserPassword(javax.portlet.ActionRequest actionRequest,
long userId) |
static String |
getUpdateUserPassword(javax.servlet.http.HttpServletRequest httpServletRequest,
long userId) |
static com.liferay.portal.kernel.model.User |
updateUser(javax.portlet.ActionRequest actionRequest,
long userId,
String screenName,
String emailAddress,
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 httpServletRequest,
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
updateUser(
HttpServletRequest, long, String, String, String, String,
String, String, String, String, String, String, String) |
static com.liferay.portal.kernel.model.User |
updateUser(javax.servlet.http.HttpServletRequest httpServletRequest,
long userId,
String screenName,
String emailAddress,
String languageId,
String timeZoneId,
String greeting,
String comments,
String smsSn,
String facebookSn,
String jabberSn,
String skypeSn,
String twitterSn) |
public static String getUpdateUserPassword(javax.portlet.ActionRequest actionRequest, long userId)
public static String getUpdateUserPassword(javax.servlet.http.HttpServletRequest httpServletRequest, long userId)
public static com.liferay.portal.kernel.model.User updateUser(javax.portlet.ActionRequest actionRequest, long userId, String screenName, String emailAddress, 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
@Deprecated public static com.liferay.portal.kernel.model.User updateUser(javax.servlet.http.HttpServletRequest httpServletRequest, 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
updateUser(
HttpServletRequest, long, String, String, String, String,
String, String, String, String, String, String, String)
com.liferay.portal.kernel.exception.PortalException
public static com.liferay.portal.kernel.model.User updateUser(javax.servlet.http.HttpServletRequest httpServletRequest, long userId, String screenName, String emailAddress, 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