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 |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
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,
OrderByComparator obc)
|
int |
getCompanyStatsUsersCount(long companyId)
|
java.util.List<BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end)
|
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end,
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,
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 SystemException
- Specified by:
addBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
SystemException
createBlogsStatsUser
public BlogsStatsUser createBlogsStatsUser(long statsUserId)
- Specified by:
createBlogsStatsUser
in interface BlogsStatsUserLocalService
deleteBlogsStatsUser
public void deleteBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
- Specified by:
deleteBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
PortalException
SystemException
deleteBlogsStatsUser
public void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
- Specified by:
deleteBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface BlogsStatsUserLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getBlogsStatsUser
public BlogsStatsUser getBlogsStatsUser(long statsUserId)
throws PortalException,
SystemException
- Specified by:
getBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
PortalException
SystemException
getBlogsStatsUsers
public java.util.List<BlogsStatsUser> getBlogsStatsUsers(int start,
int end)
throws SystemException
- Specified by:
getBlogsStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getBlogsStatsUsersCount
public int getBlogsStatsUsersCount()
throws SystemException
- Specified by:
getBlogsStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
SystemException
updateBlogsStatsUser
public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws SystemException
- Specified by:
updateBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
SystemException
updateBlogsStatsUser
public BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser,
boolean merge)
throws SystemException
- Specified by:
updateBlogsStatsUser
in interface BlogsStatsUserLocalService
- Throws:
SystemException
deleteStatsUserByGroupId
public void deleteStatsUserByGroupId(long groupId)
throws SystemException
- Specified by:
deleteStatsUserByGroupId
in interface BlogsStatsUserLocalService
- Throws:
SystemException
deleteStatsUserByUserId
public void deleteStatsUserByUserId(long userId)
throws SystemException
- Specified by:
deleteStatsUserByUserId
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getCompanyStatsUsers
public java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end)
throws SystemException
- Specified by:
getCompanyStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getCompanyStatsUsers
public java.util.List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getCompanyStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getCompanyStatsUsersCount
public int getCompanyStatsUsersCount(long companyId)
throws SystemException
- Specified by:
getCompanyStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getGroupsStatsUsers
public java.util.List<BlogsStatsUser> getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
throws SystemException
- Specified by:
getGroupsStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getGroupStatsUsers
public java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
throws SystemException
- Specified by:
getGroupStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getGroupStatsUsers
public java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getGroupStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getGroupStatsUsersCount
public int getGroupStatsUsersCount(long groupId)
throws SystemException
- Specified by:
getGroupStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getOrganizationStatsUsers
public java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
throws SystemException
- Specified by:
getOrganizationStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getOrganizationStatsUsers
public java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getOrganizationStatsUsers
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getOrganizationStatsUsersCount
public int getOrganizationStatsUsersCount(long organizationId)
throws SystemException
- Specified by:
getOrganizationStatsUsersCount
in interface BlogsStatsUserLocalService
- Throws:
SystemException
getStatsUser
public BlogsStatsUser getStatsUser(long groupId,
long userId)
throws PortalException,
SystemException
- Specified by:
getStatsUser
in interface BlogsStatsUserLocalService
- Throws:
PortalException
SystemException
updateStatsUser
public void updateStatsUser(long groupId,
long userId)
throws PortalException,
SystemException
- Specified by:
updateStatsUser
in interface BlogsStatsUserLocalService
- Throws:
PortalException
SystemException
updateStatsUser
public void updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
throws PortalException,
SystemException
- Specified by:
updateStatsUser
in interface BlogsStatsUserLocalService
- Throws:
PortalException
SystemException
getWrappedBlogsStatsUserLocalService
public BlogsStatsUserLocalService getWrappedBlogsStatsUserLocalService()