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