Liferay 6.0.5

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:
BlogsStatsUserLocalService

public class BlogsStatsUserLocalServiceImpl
extends BlogsStatsUserLocalServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Constructor Summary
BlogsStatsUserLocalServiceImpl()
           
 
Method Summary
 void deleteStatsUserByGroupId(long groupId)
           
 void deleteStatsUserByUserId(long userId)
           
 List<BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end)
           
 List<BlogsStatsUser> getCompanyStatsUsers(long companyId, int start, int end, OrderByComparator obc)
           
 int getCompanyStatsUsersCount(long companyId)
           
 List<BlogsStatsUser> getGroupsStatsUsers(long companyId, long groupId, int start, int end)
           
 List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end)
           
 List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end, OrderByComparator obc)
           
 int getGroupStatsUsersCount(long groupId)
           
 List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end)
           
 List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end, OrderByComparator obc)
           
 int getOrganizationStatsUsersCount(long organizationId)
           
 BlogsStatsUser getStatsUser(long groupId, long userId)
           
 void updateStatsUser(long groupId, long userId)
           
 void updateStatsUser(long groupId, long userId, Date displayDate)
           
 
Methods inherited from class com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
addBlogsStatsUser, createBlogsStatsUser, deleteBlogsStatsUser, deleteBlogsStatsUser, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUser, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getBlogsStatsUsers, getBlogsStatsUsersCount, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateBlogsStatsUser, 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 SystemException
Throws:
SystemException

deleteStatsUserByUserId

public void deleteStatsUserByUserId(long userId)
                             throws SystemException
Throws:
SystemException

getCompanyStatsUsers

public List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
                                                 int start,
                                                 int end)
                                          throws SystemException
Throws:
SystemException

getCompanyStatsUsers

public List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
                                                 int start,
                                                 int end,
                                                 OrderByComparator obc)
                                          throws SystemException
Throws:
SystemException

getCompanyStatsUsersCount

public int getCompanyStatsUsersCount(long companyId)
                              throws SystemException
Throws:
SystemException

getGroupsStatsUsers

public List<BlogsStatsUser> getGroupsStatsUsers(long companyId,
                                                long groupId,
                                                int start,
                                                int end)
                                         throws SystemException
Throws:
SystemException

getGroupStatsUsers

public List<BlogsStatsUser> getGroupStatsUsers(long groupId,
                                               int start,
                                               int end)
                                        throws SystemException
Throws:
SystemException

getGroupStatsUsers

public List<BlogsStatsUser> getGroupStatsUsers(long groupId,
                                               int start,
                                               int end,
                                               OrderByComparator obc)
                                        throws SystemException
Throws:
SystemException

getGroupStatsUsersCount

public int getGroupStatsUsersCount(long groupId)
                            throws SystemException
Throws:
SystemException

getOrganizationStatsUsers

public List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
                                                      int start,
                                                      int end)
                                               throws SystemException
Throws:
SystemException

getOrganizationStatsUsers

public List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
                                                      int start,
                                                      int end,
                                                      OrderByComparator obc)
                                               throws SystemException
Throws:
SystemException

getOrganizationStatsUsersCount

public int getOrganizationStatsUsersCount(long organizationId)
                                   throws SystemException
Throws:
SystemException

getStatsUser

public BlogsStatsUser getStatsUser(long groupId,
                                   long userId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

updateStatsUser

public void updateStatsUser(long groupId,
                            long userId)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

updateStatsUser

public void updateStatsUser(long groupId,
                            long userId,
                            Date displayDate)
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5