public class MBStatsUserLocalServiceUtil
extends java.lang.Object
com.liferay.message.boards.service.impl.MBStatsUserLocalServiceImpl
and
is an access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.MBStatsUserLocalService
Constructor and Description |
---|
MBStatsUserLocalServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
getLastPostDateByUserId(long groupId,
long userId) |
static int |
getMessageCount(long groupId,
long userId) |
static long |
getMessageCountByGroupId(long groupId) |
static long |
getMessageCountByUserId(long userId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static MBStatsUserLocalService |
getService() |
static java.util.List<MBStatsUser> |
getStatsUsersByGroupId(long groupId,
int start,
int end) |
static int |
getStatsUsersByGroupIdCount(long groupId) |
static java.lang.String[] |
getUserRank(long groupId,
java.lang.String languageId,
long userId) |
static void |
setService(MBStatsUserLocalService service) |
public static java.util.Date getLastPostDateByUserId(long groupId, long userId)
public static int getMessageCount(long groupId, long userId)
public static long getMessageCountByGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static long getMessageCountByUserId(long userId)
public static java.lang.String getOSGiServiceIdentifier()
public static java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static java.lang.String[] getUserRank(long groupId, java.lang.String languageId, long userId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public static MBStatsUserLocalService getService()
public static void setService(MBStatsUserLocalService service)