Package com.liferay.portlet
Class UserInfoFactory
Object
com.liferay.portlet.UserInfoFactory
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) static LinkedHashMap<String,
String> getUserInfo
(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet)
-
Constructor Details
-
UserInfoFactory
public UserInfoFactory()
-
-
Method Details
-
getUserInfo
public static LinkedHashMap<String,String> getUserInfo(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.model.Portlet portlet) -
getUserInfo
public static LinkedHashMap<String,String> getUserInfo(long userId, com.liferay.portal.kernel.model.Portlet portlet) -
getUserInfo
public static LinkedHashMap<String,String> getUserInfo(com.liferay.portal.kernel.model.User user, LinkedHashMap<String, String> userInfo, com.liferay.portal.kernel.model.Portlet portlet)
-