Class MBStatsUserLocalServiceWrapper
java.lang.Object
com.liferay.message.boards.service.MBStatsUserLocalServiceWrapper
- All Implemented Interfaces:
MBStatsUserLocalService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>
public class MBStatsUserLocalServiceWrapper
extends Object
implements MBStatsUserLocalService, com.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>
Provides a wrapper for
MBStatsUserLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionMBStatsUserLocalServiceWrapper
(MBStatsUserLocalService mbStatsUserLocalService) -
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) void
setWrappedService
(MBStatsUserLocalService mbStatsUserLocalService)
-
Constructor Details
-
MBStatsUserLocalServiceWrapper
public MBStatsUserLocalServiceWrapper() -
MBStatsUserLocalServiceWrapper
-
-
Method Details
-
getLastPostDateByUserId
- Specified by:
getLastPostDateByUserId
in interfaceMBStatsUserLocalService
-
getMessageCount
public int getMessageCount(long groupId, long userId) - Specified by:
getMessageCount
in interfaceMBStatsUserLocalService
-
getMessageCountByGroupId
public long getMessageCountByGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getMessageCountByGroupId
in interfaceMBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMessageCountByUserId
public long getMessageCountByUserId(long userId) - Specified by:
getMessageCountByUserId
in interfaceMBStatsUserLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceMBStatsUserLocalService
- Returns:
- the OSGi service identifier
-
getStatsUsersByGroupId
public List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStatsUsersByGroupId
in interfaceMBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStatsUsersByGroupIdCount
public int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStatsUsersByGroupIdCount
in interfaceMBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUserRank
public String[] getUserRank(long groupId, String languageId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getUserRank
in interfaceMBStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>
-