public class UserInfoFactory
extends Object
| Constructor and Description |
|---|
UserInfoFactory() |
| Modifier and Type | Method and Description |
|---|---|
static LinkedHashMap<String,String> |
getUserInfo(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet) |
static LinkedHashMap<String,String> |
getUserInfo(long userId,
com.liferay.portal.kernel.model.Portlet portlet) |
static LinkedHashMap<String,String> |
getUserInfo(com.liferay.portal.kernel.model.User user,
LinkedHashMap<String,String> userInfo,
com.liferay.portal.kernel.model.Portlet portlet) |
public static LinkedHashMap<String,String> getUserInfo(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet)
public static LinkedHashMap<String,String> getUserInfo(long userId,
com.liferay.portal.kernel.model.Portlet portlet)
public static LinkedHashMap<String,String> getUserInfo(com.liferay.portal.kernel.model.User user,
LinkedHashMap<String,String> userInfo,
com.liferay.portal.kernel.model.Portlet portlet)