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, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
MBStatsUserLocalServiceImpl()
           
 
Method Summary
 com.liferay.portlet.messageboards.model.MBStatsUser addStatsUser(long groupId, long userId)
           
 void deleteStatsUserByGroupId(long groupId)
          Deprecated.  
 void deleteStatsUserByUserId(long userId)
          Deprecated.  
 void deleteStatsUsersByGroupId(long groupId)
           
 void deleteStatsUsersByUserId(long userId)
           
 int getMessageCountByUserId(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)
          Deprecated.  
 java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end)
           
 int getStatsUsersByGroupIdCount(long groupId)
           
 java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByUserId(long userId)
           
 int getStatsUsersCount(long groupId)
          Deprecated.  
 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, dynamicQuery, dynamicQueryCount, 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, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, 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, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, 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
Deprecated. 

Throws:
com.liferay.portal.SystemException

deleteStatsUserByUserId

public void deleteStatsUserByUserId(long userId)
                             throws com.liferay.portal.SystemException
Deprecated. 

Throws:
com.liferay.portal.SystemException

deleteStatsUsersByGroupId

public void deleteStatsUsersByGroupId(long groupId)
                               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

deleteStatsUsersByUserId

public void deleteStatsUsersByUserId(long userId)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getMessageCountByUserId

public int getMessageCountByUserId(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
Deprecated. 

Throws:
com.liferay.portal.SystemException

getStatsUsersByGroupId

public java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByGroupId(long groupId,
                                                                                                  int start,
                                                                                                  int end)
                                                                                           throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getStatsUsersByGroupIdCount

public int getStatsUsersByGroupIdCount(long groupId)
                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getStatsUsersByUserId

public java.util.List<com.liferay.portlet.messageboards.model.MBStatsUser> getStatsUsersByUserId(long userId)
                                                                                          throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getStatsUsersCount

public int getStatsUsersCount(long groupId)
                       throws com.liferay.portal.SystemException
Deprecated. 

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