com.liferay.portlet.blogs.service.impl
Class BlogsStatsUserLocalServiceImpl
java.lang.Object
com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
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
Method Summary |
void |
deleteStatsUserByGroupId(long groupId)
|
void |
deleteStatsUserByUserId(long userId)
|
java.util.List |
getCompanyStatsUsers(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getCompanyStatsUsersCount(long companyId)
|
java.util.List |
getGroupStatsUsers(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupStatsUsersCount(long groupId)
|
java.util.List |
getOrganizationStatsUsers(long organizationId,
int begin,
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,
java.util.Date lastPostDate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsStatsUserLocalServiceImpl
public BlogsStatsUserLocalServiceImpl()
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 getCompanyStatsUsers(long companyId,
int begin,
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 getGroupStatsUsers(long groupId,
int begin,
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 getOrganizationStatsUsers(long organizationId,
int begin,
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,
java.util.Date lastPostDate)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException