com.liferay.portlet.blogs.service.impl
Class BlogsStatsUserLocalServiceImpl

java.lang.Object
  extended by com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
      extended by com.liferay.portlet.blogs.service.impl.BlogsStatsUserLocalServiceImpl
All Implemented Interfaces:
com.liferay.portlet.blogs.service.BlogsStatsUserLocalService

public class BlogsStatsUserLocalServiceImpl
extends BlogsStatsUserLocalServiceBaseImpl

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, counterService, groupFinder, groupLocalService, groupPersistence, groupService
 
Constructor Summary
BlogsStatsUserLocalServiceImpl()
           
 
Method Summary
 void deleteStatsUserByGroupId(long groupId)
           
 void deleteStatsUserByUserId(long userId)
           
 java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end)
           
 java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int getCompanyStatsUsersCount(long companyId)
           
 java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end)
           
 java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int getGroupStatsUsersCount(long groupId)
           
 java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end)
           
 java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc)
           
 int getOrganizationStatsUsersCount(long organizationId)
           
 com.liferay.portlet.blogs.model.BlogsStatsUser getStatsUser(long groupId, long userId)
           
 void updateStatsUser(long groupId, long userId)
           
 void updateStatsUser(long groupId, long userId, java.util.Date displayDate)
           
 
Methods inherited from class com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
addBlogsStatsUser, createBlogsStatsUser, deleteBlogsStatsUser, deleteBlogsStatsUser, dynamicQuery, dynamicQuery, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUser, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getBlogsStatsUsers, getBlogsStatsUsersCount, getCounterLocalService, getCounterService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setCounterLocalService, setCounterService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, updateBlogsStatsUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsStatsUserLocalServiceImpl

public BlogsStatsUserLocalServiceImpl()
Method Detail

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

getCompanyStatsUsers

public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(long companyId,
                                                                                           int start,
                                                                                           int end)
                                                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getCompanyStatsUsers

public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(long companyId,
                                                                                           int start,
                                                                                           int end,
                                                                                           com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                                    throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getCompanyStatsUsersCount

public int getCompanyStatsUsersCount(long companyId)
                              throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getGroupStatsUsers

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

getGroupStatsUsers

public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(long groupId,
                                                                                         int start,
                                                                                         int end,
                                                                                         com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                                  throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getGroupStatsUsersCount

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

getOrganizationStatsUsers

public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
                                                                                                int start,
                                                                                                int end)
                                                                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getOrganizationStatsUsers

public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
                                                                                                int start,
                                                                                                int end,
                                                                                                com.liferay.portal.kernel.util.OrderByComparator obc)
                                                                                         throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getOrganizationStatsUsersCount

public int getOrganizationStatsUsersCount(long organizationId)
                                   throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getStatsUser

public com.liferay.portlet.blogs.model.BlogsStatsUser getStatsUser(long groupId,
                                                                   long userId)
                                                            throws com.liferay.portal.PortalException,
                                                                   com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
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

updateStatsUser

public void updateStatsUser(long groupId,
                            long userId,
                            java.util.Date displayDate)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException