Interface MBStatsUserLocalService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseLocalService
- All Known Implementing Classes:
MBStatsUserLocalServiceWrapper
@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
Provides the local service interface for MBStatsUser. 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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetLastPostDateByUserId
(long groupId, long userId) int
getMessageCount
(long groupId, long userId) long
getMessageCountByGroupId
(long groupId) long
getMessageCountByUserId
(long userId) Returns the OSGi service identifier.getStatsUsersByGroupId
(long groupId, int start, int end) int
getStatsUsersByGroupIdCount
(long groupId) String[]
getUserRank
(long groupId, String languageId, long userId)
-
Method Details
-
getLastPostDateByUserId
@Transactional(propagation=SUPPORTS, readOnly=true) Date getLastPostDateByUserId(long groupId, long userId) -
getMessageCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getMessageCount(long groupId, long userId) -
getMessageCountByGroupId
@Transactional(propagation=SUPPORTS, readOnly=true) long getMessageCountByGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMessageCountByUserId
@Transactional(propagation=SUPPORTS, readOnly=true) long getMessageCountByUserId(long userId) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getStatsUsersByGroupId
@Transactional(propagation=SUPPORTS, readOnly=true) List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStatsUsersByGroupIdCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUserRank
@Transactional(propagation=SUPPORTS, readOnly=true) String[] getUserRank(long groupId, String languageId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-