com.liferay.portlet.messageboards.service.impl
Class MBStatsUserLocalServiceImpl
java.lang.Object
com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
com.liferay.portlet.messageboards.service.impl.MBStatsUserLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portlet.messageboards.service.MBStatsUserLocalService
- public class MBStatsUserLocalServiceImpl
- extends MBStatsUserLocalServiceBaseImpl
View Source
- Author:
- Brian Wing Shun Chan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBStatsUserLocalServiceImpl
public MBStatsUserLocalServiceImpl()
deleteStatsUserByGroupId
public void deleteStatsUserByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteStatsUserByUserId
public void deleteStatsUserByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getStatsUser
public com.liferay.portlet.messageboards.model.MBStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getStatsUsers
public java.util.List getStatsUsers(long groupId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getStatsUsersCount
public int getStatsUsersCount(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateStatsUser
public void updateStatsUser(long groupId,
long userId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException