com.liferay.portlet.messageboards.service.impl
Class MBStatsUserLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
      extended by 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

Field Summary
 
Fields inherited from class com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
counterLocalService, counterService, mbBanLocalService, mbBanPersistence, mbBanService, mbCategoryFinder, mbCategoryLocalService, mbCategoryPersistence, mbCategoryService, mbDiscussionLocalService, mbDiscussionPersistence, mbMailingListLocalService, mbMailingListPersistence, mbMessageFinder, mbMessageFlagLocalService, mbMessageFlagPersistence, mbMessageFlagService, mbMessageLocalService, mbMessagePersistence, mbMessageService, mbStatsUserLocalService, mbStatsUserPersistence, mbThreadFinder, mbThreadLocalService, mbThreadPersistence, mbThreadService
 
Constructor Summary
MBStatsUserLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.messageboards.model.MBStatsUser addStatsUser(long groupId, long userId)
           
 void deleteStatsUserByGroupId(long groupId)
           
 void deleteStatsUserByUserId(long userId)
           
 com.liferay.portlet.messageboards.model.MBStatsUser getStatsUser(long groupId, long userId)
           
 java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsers(long groupId, int start, int end)
           
 int getStatsUsersCount(long groupId)
           
 com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId, long userId)
           
 com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId, long userId, java.util.Date lastPostDate)
           
 
Methods inherited from class com.liferay.portlet.messageboards.service.base.MBStatsUserLocalServiceBaseImpl
addMBStatsUser, createMBStatsUser, deleteMBStatsUser, deleteMBStatsUser, dynamicQuery, dynamicQuery, getCounterLocalService, getCounterService, getMBBanLocalService, getMBBanPersistence, getMBBanService, getMBCategoryFinder, getMBCategoryLocalService, getMBCategoryPersistence, getMBCategoryService, getMBDiscussionLocalService, getMBDiscussionPersistence, getMBMailingListLocalService, getMBMailingListPersistence, getMBMessageFinder, getMBMessageFlagLocalService, getMBMessageFlagPersistence, getMBMessageFlagService, getMBMessageLocalService, getMBMessagePersistence, getMBMessageService, getMBStatsUser, getMBStatsUserLocalService, getMBStatsUserPersistence, getMBStatsUsers, getMBStatsUsersCount, getMBThreadFinder, getMBThreadLocalService, getMBThreadPersistence, getMBThreadService, runSQL, setCounterLocalService, setCounterService, setMBBanLocalService, setMBBanPersistence, setMBBanService, setMBCategoryFinder, setMBCategoryLocalService, setMBCategoryPersistence, setMBCategoryService, setMBDiscussionLocalService, setMBDiscussionPersistence, setMBMailingListLocalService, setMBMailingListPersistence, setMBMessageFinder, setMBMessageFlagLocalService, setMBMessageFlagPersistence, setMBMessageFlagService, setMBMessageLocalService, setMBMessagePersistence, setMBMessageService, setMBStatsUserLocalService, setMBStatsUserPersistence, setMBThreadFinder, setMBThreadLocalService, setMBThreadPersistence, setMBThreadService, updateMBStatsUser, updateMBStatsUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBStatsUserLocalServiceImpl

public MBStatsUserLocalServiceImpl()
Method Detail

addStatsUser

public com.liferay.portlet.messageboards.model.MBStatsUser addStatsUser(long groupId,
                                                                        long userId)
                                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

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.SystemException
Throws:
com.liferay.portal.SystemException

getStatsUsers

public java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsers(long groupId,
                                                                                         int start,
                                                                                         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 com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId,
                                                                           long userId)
                                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

updateStatsUser

public com.liferay.portlet.messageboards.model.MBStatsUser updateStatsUser(long groupId,
                                                                           long userId,
                                                                           java.util.Date lastPostDate)
                                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException