com.liferay.portlet.blogs.service
Interface BlogsStatsUserLocalService
public interface BlogsStatsUserLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface defines the service. The default implementation is
com.liferay.portlet.blogs.service.impl.BlogsStatsUserLocalServiceImpl
.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
- Author:
- Brian Wing Shun Chan
- See Also:
BlogsStatsUserLocalServiceFactory
,
BlogsStatsUserLocalServiceUtil
Method Summary |
BlogsStatsUser |
addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
void |
deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
void |
deleteBlogsStatsUser(long statsUserId)
|
void |
deleteStatsUserByGroupId(long groupId)
|
void |
deleteStatsUserByUserId(long userId)
|
java.util.List<BlogsStatsUser> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<BlogsStatsUser> |
dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getCompanyStatsUsersCount(long companyId)
|
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupStatsUsersCount(long groupId)
|
java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getOrganizationStatsUsersCount(long organizationId)
|
BlogsStatsUser |
getStatsUser(long groupId,
long userId)
|
BlogsStatsUser |
updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
|
void |
updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate)
|
addBlogsStatsUser
BlogsStatsUser addBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteBlogsStatsUser
void deleteBlogsStatsUser(long statsUserId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
deleteBlogsStatsUser
void deleteBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
dynamicQuery
java.util.List<BlogsStatsUser> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
dynamicQuery
java.util.List<BlogsStatsUser> dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateBlogsStatsUser
BlogsStatsUser updateBlogsStatsUser(BlogsStatsUser blogsStatsUser)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteStatsUserByGroupId
void deleteStatsUserByGroupId(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
deleteStatsUserByUserId
void deleteStatsUserByUserId(long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getCompanyStatsUsers
java.util.List<BlogsStatsUser> 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
int getCompanyStatsUsersCount(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getGroupStatsUsers
java.util.List<BlogsStatsUser> 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
int getGroupStatsUsersCount(long groupId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getOrganizationStatsUsers
java.util.List<BlogsStatsUser> 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
int getOrganizationStatsUsersCount(long organizationId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getStatsUser
BlogsStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException
updateStatsUser
void updateStatsUser(long groupId,
long userId,
java.util.Date lastPostDate)
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException