public class BlogsStatsUserLocalServiceImpl extends BlogsStatsUserLocalServiceBaseImpl
blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsEntryService, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, persistedModelLocalServiceRegistry| Constructor and Description |
|---|
BlogsStatsUserLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser statsUsers) |
void |
deleteStatsUser(long statsUserId) |
void |
deleteStatsUserByGroupId(long groupId) |
void |
deleteStatsUserByUserId(long userId) |
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end) |
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.blogs.model.BlogsStatsUser> obc) |
int |
getCompanyStatsUsersCount(long companyId) |
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end) |
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end) |
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.blogs.model.BlogsStatsUser> obc) |
int |
getGroupStatsUsersCount(long groupId) |
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end) |
java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.blogs.model.BlogsStatsUser> obc) |
int |
getOrganizationStatsUsersCount(long organizationId) |
com.liferay.portlet.blogs.model.BlogsStatsUser |
getStatsUser(long groupId,
long userId) |
void |
updateStatsUser(long groupId,
long userId) |
void |
updateStatsUser(long groupId,
long userId,
java.util.Date displayDate) |
addBlogsStatsUser, afterPropertiesSet, createBlogsStatsUser, deleteBlogsStatsUser, deleteBlogsStatsUser, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchBlogsStatsUser, getActionableDynamicQuery, getBlogsEntryFinder, getBlogsEntryLocalService, getBlogsEntryPersistence, getBlogsEntryService, getBlogsStatsUser, getBlogsStatsUserFinder, getBlogsStatsUserLocalService, getBlogsStatsUserPersistence, getBlogsStatsUsers, getBlogsStatsUsersCount, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setBlogsEntryFinder, setBlogsEntryLocalService, setBlogsEntryPersistence, setBlogsEntryService, setBlogsStatsUserFinder, setBlogsStatsUserLocalService, setBlogsStatsUserPersistence, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, updateBlogsStatsUserpublic void deleteStatsUser(com.liferay.portlet.blogs.model.BlogsStatsUser statsUsers)
public void deleteStatsUser(long statsUserId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteStatsUserByGroupId(long groupId)
public void deleteStatsUserByUserId(long userId)
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end)
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.blogs.model.BlogsStatsUser> obc)
public int getCompanyStatsUsersCount(long companyId)
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.blogs.model.BlogsStatsUser> obc)
public int getGroupStatsUsersCount(long groupId)
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
public java.util.List<com.liferay.portlet.blogs.model.BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.blogs.model.BlogsStatsUser> obc)
public int getOrganizationStatsUsersCount(long organizationId)
public com.liferay.portlet.blogs.model.BlogsStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void updateStatsUser(long groupId,
long userId,
java.util.Date displayDate)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException