| com.liferay.portlet.blogs.service.BlogsStatsUserLocalService
All known Subclasses: com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl,
BlogsStatsUserLocalService | public interface BlogsStatsUserLocalService (Code) | | 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: com.liferay.portlet.blogs.service.BlogsStatsUserLocalServiceFactory See Also: com.liferay.portlet.blogs.service.BlogsStatsUserLocalServiceUtil |
Method Summary | |
public com.liferay.portlet.blogs.model.BlogsStatsUser | addBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser model) | public void | afterPropertiesSet() | public void | deleteStatsUserByGroupId(long groupId) | public void | deleteStatsUserByUserId(long userId) | public java.util.List | dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) | public java.util.List | dynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) | public com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder | getBlogsEntryFinder() | public com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence | getBlogsEntryPersistence() | public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder | getBlogsStatsUserFinder() | public com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence | getBlogsStatsUserPersistence() | public java.util.List | getCompanyStatsUsers(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public int | getCompanyStatsUsersCount(long companyId) | public com.liferay.portal.service.persistence.GroupFinder | getGroupFinder() | public com.liferay.portal.service.persistence.GroupPersistence | getGroupPersistence() | public java.util.List | getGroupStatsUsers(long groupId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public int | getGroupStatsUsersCount(long groupId) | public java.util.List | getOrganizationStatsUsers(long organizationId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) | public int | getOrganizationStatsUsersCount(long organizationId) | public com.liferay.portlet.blogs.model.BlogsStatsUser | getStatsUser(long groupId, long userId) | public void | setBlogsEntryFinder(com.liferay.portlet.blogs.service.persistence.BlogsEntryFinder blogsEntryFinder) | public void | setBlogsEntryPersistence(com.liferay.portlet.blogs.service.persistence.BlogsEntryPersistence blogsEntryPersistence) | public void | setBlogsStatsUserFinder(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserFinder blogsStatsUserFinder) | public void | setBlogsStatsUserPersistence(com.liferay.portlet.blogs.service.persistence.BlogsStatsUserPersistence blogsStatsUserPersistence) | public void | setGroupFinder(com.liferay.portal.service.persistence.GroupFinder groupFinder) | public void | setGroupPersistence(com.liferay.portal.service.persistence.GroupPersistence groupPersistence) | public com.liferay.portlet.blogs.model.BlogsStatsUser | updateBlogsStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser model) | public void | updateStatsUser(long groupId, long userId, java.util.Date lastPostDate) |
afterPropertiesSet | public void afterPropertiesSet()(Code) | | |
|
|