@CTAware
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface MBStatsUserLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
MBStatsUserLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getLastPostDateByUserId(long groupId,
long userId) |
int |
getMessageCount(long groupId,
long userId) |
long |
getMessageCountByGroupId(long groupId) |
long |
getMessageCountByUserId(long userId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.util.List<MBStatsUser> |
getStatsUsersByGroupId(long groupId,
int start,
int end) |
int |
getStatsUsersByGroupIdCount(long groupId) |
java.lang.String[] |
getUserRank(long groupId,
java.lang.String languageId,
long userId) |
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.Date getLastPostDateByUserId(long groupId,
long userId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getMessageCount(long groupId,
long userId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
long getMessageCountByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
long getMessageCountByUserId(long userId)
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getStatsUsersByGroupIdCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
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