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) intgetMessageCount(long groupId, long userId) longgetMessageCountByGroupId(long groupId) longgetMessageCountByUserId(long userId) Returns the OSGi service identifier.getStatsUsersByGroupId(long groupId, int start, int end) intgetStatsUsersByGroupIdCount(long groupId) String[]getUserRank(long groupId, String languageId, long userId) voidsetWrappedService(MBStatsUserLocalService mbStatsUserLocalService)
-
Constructor Details
-
MBStatsUserLocalServiceWrapper
public MBStatsUserLocalServiceWrapper() -
MBStatsUserLocalServiceWrapper
-
-
Method Details
-
getLastPostDateByUserId
- Specified by:
getLastPostDateByUserIdin interfaceMBStatsUserLocalService
-
getMessageCount
public int getMessageCount(long groupId, long userId) - Specified by:
getMessageCountin interfaceMBStatsUserLocalService
-
getMessageCountByGroupId
public long getMessageCountByGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getMessageCountByGroupIdin interfaceMBStatsUserLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMessageCountByUserId
public long getMessageCountByUserId(long userId) - Specified by:
getMessageCountByUserIdin interfaceMBStatsUserLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
getStatsUsersByGroupIdin interfaceMBStatsUserLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getStatsUsersByGroupIdCount
public int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getStatsUsersByGroupIdCountin 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:
getUserRankin interfaceMBStatsUserLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<MBStatsUserLocalService>
-