public class MBStatsUserLocalServiceWrapper extends java.lang.Object implements MBStatsUserLocalService, com.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>
MBStatsUserLocalService.MBStatsUserLocalService| Constructor and Description |
|---|
MBStatsUserLocalServiceWrapper() |
MBStatsUserLocalServiceWrapper(MBStatsUserLocalService mbStatsUserLocalService) |
| 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) |
MBStatsUserLocalService |
getWrappedService() |
void |
setWrappedService(MBStatsUserLocalService mbStatsUserLocalService) |
public MBStatsUserLocalServiceWrapper()
public MBStatsUserLocalServiceWrapper(MBStatsUserLocalService mbStatsUserLocalService)
public java.util.Date getLastPostDateByUserId(long groupId,
long userId)
getLastPostDateByUserId in interface MBStatsUserLocalServicepublic int getMessageCount(long groupId,
long userId)
getMessageCount in interface MBStatsUserLocalServicepublic long getMessageCountByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getMessageCountByGroupId in interface MBStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long getMessageCountByUserId(long userId)
getMessageCountByUserId in interface MBStatsUserLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface MBStatsUserLocalServicepublic java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getStatsUsersByGroupId in interface MBStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getStatsUsersByGroupIdCount(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getStatsUsersByGroupIdCount in interface MBStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String[] getUserRank(long groupId,
java.lang.String languageId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
getUserRank in interface MBStatsUserLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic MBStatsUserLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>public void setWrappedService(MBStatsUserLocalService mbStatsUserLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>