com.liferay.portal.util
Class LiveUsers
java.lang.Object
com.liferay.portal.util.LiveUsers
- public class LiveUsers
- extends java.lang.Object
View Source
- Author:
- Charles May, Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deleteGroup
public static void deleteGroup(long groupId)
getGroupUsers
public static java.util.Set getGroupUsers(long groupId)
getGroupUsersCount
public static int getGroupUsersCount(long groupId)
getSessionUsers
public static java.util.Map getSessionUsers()
getSessionUsersCount
public static int getSessionUsersCount()
getUserTracker
public static com.liferay.portal.model.UserTracker getUserTracker(java.lang.String sesId)
joinGroup
public static void joinGroup(long userId,
long groupId)
joinGroup
public static void joinGroup(long[] userIds,
long groupId)
leaveGroup
public static void leaveGroup(long userId,
long groupId)
leaveGroup
public static void leaveGroup(long[] userIds,
long groupId)
signIn
public static void signIn(javax.servlet.http.HttpServletRequest req)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
signOut
public static void signOut(java.lang.String sesId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException