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 MBStatsUserLocalService
public int getMessageCount(long groupId, long userId)
getMessageCount
in interface MBStatsUserLocalService
public long getMessageCountByGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getMessageCountByGroupId
in interface MBStatsUserLocalService
com.liferay.portal.kernel.exception.PortalException
public long getMessageCountByUserId(long userId)
getMessageCountByUserId
in interface MBStatsUserLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface MBStatsUserLocalService
public java.util.List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getStatsUsersByGroupId
in interface MBStatsUserLocalService
com.liferay.portal.kernel.exception.PortalException
public int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
getStatsUsersByGroupIdCount
in interface MBStatsUserLocalService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String[] getUserRank(long groupId, java.lang.String languageId, long userId) throws com.liferay.portal.kernel.exception.PortalException
getUserRank
in interface MBStatsUserLocalService
com.liferay.portal.kernel.exception.PortalException
public 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>