com.liferay.portlet.blogs.service
Class BlogsStatsUserLocalServiceWrapper
java.lang.Object
com.liferay.portlet.blogs.service.BlogsStatsUserLocalServiceWrapper
- All Implemented Interfaces:
- BlogsStatsUserLocalService
public class BlogsStatsUserLocalServiceWrapper
- extends java.lang.Object
- implements BlogsStatsUserLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for BlogsStatsUserLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
BlogsStatsUserLocalService
- Generated:
Method Summary |
BlogsStatsUser |
addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
BlogsStatsUser |
createBlogsStatsUser(long statsUserId)
|
void |
deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
void |
deleteBlogsStatsUser(long statsUserId)
|
void |
deleteStatsUserByGroupId(long groupId)
|
void |
deleteStatsUserByUserId(long userId)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
BlogsStatsUser |
getBlogsStatsUser(long statsUserId)
|
java.util.List<BlogsStatsUser> |
getBlogsStatsUsers(int start,
int end)
|
int |
getBlogsStatsUsersCount()
|
java.util.List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end)
|
java.util.List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getCompanyStatsUsersCount(long companyId)
|
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end)
|
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupStatsUsersCount(long groupId)
|
java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getOrganizationStatsUsersCount(long organizationId)
|
BlogsStatsUser |
getStatsUser(long groupId,
long userId)
|
BlogsStatsUserLocalService |
getWrappedBlogsStatsUserLocalService()
|
BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
|
void |
updateStatsUser(long groupId,
long userId)
|
void |
updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsStatsUserLocalServiceWrapper
public BlogsStatsUserLocalServiceWrapper(BlogsStatsUserLocalService blogsStatsUserLocalService)
addBlogsStatsUser
public BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createBlogsStatsUser
public BlogsStatsUser createBlogsStatsUser(long statsUserId)
- Specified by:
createBlogsStatsUser
in interface BlogsStatsUserLocalService
deleteBlogsStatsUser
public void deleteBlogsStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteBlogsStatsUser
public void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getBlogsStatsUser
public BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getBlogsStatsUsers
public java.util.List<BlogsStatsUser> getBlogsStatsUsers(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getBlogsStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getBlogsStatsUsersCount
public int getBlogsStatsUsersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getBlogsStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateBlogsStatsUser
public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateBlogsStatsUser
public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteStatsUserByGroupId
public void deleteStatsUserByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteStatsUserByGroupId
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
deleteStatsUserByUserId
public void deleteStatsUserByUserId(long userId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteStatsUserByUserId
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyStatsUsers
public java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyStatsUsers
public java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyStatsUsersCount
public int getCompanyStatsUsersCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupStatsUsers
public java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupStatsUsers
public java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getGroupStatsUsersCount
public int getGroupStatsUsersCount(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getGroupStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationStatsUsers
public java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationStatsUsers
public java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getOrganizationStatsUsersCount
public int getOrganizationStatsUsersCount(long organizationId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getOrganizationStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getStatsUser
public BlogsStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateStatsUser
public void updateStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateStatsUser
public void updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateStatsUser
in interface BlogsStatsUserLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedBlogsStatsUserLocalService
public BlogsStatsUserLocalService getWrappedBlogsStatsUserLocalService()