com.liferay.portlet.blogs.service.impl
Class BlogsStatsUserLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl
com.liferay.portlet.blogs.service.impl.BlogsStatsUserLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, PersistedModelLocalService, BlogsStatsUserLocalService
public class BlogsStatsUserLocalServiceImpl
- extends BlogsStatsUserLocalServiceBaseImpl
| Fields inherited from class com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl |
blogsEntryFinder, blogsEntryLocalService, blogsEntryPersistence, blogsStatsUserFinder, blogsStatsUserLocalService, blogsStatsUserPersistence, counterLocalService, groupFinder, groupLocalService, groupPersistence, persistedModelLocalServiceRegistry |
|
Method Summary |
void |
deleteStatsUser(BlogsStatsUser statsUsers)
|
void |
deleteStatsUser(long statsUserId)
|
void |
deleteStatsUserByGroupId(long groupId)
|
void |
deleteStatsUserByUserId(long userId)
|
List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end)
|
List<BlogsStatsUser> |
getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
int |
getCompanyStatsUsersCount(long companyId)
|
List<BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end)
|
List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
int |
getGroupStatsUsersCount(long groupId)
|
List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end)
|
List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
|
int |
getOrganizationStatsUsersCount(long organizationId)
|
BlogsStatsUser |
getStatsUser(long groupId,
long userId)
|
void |
updateStatsUser(long groupId,
long userId)
|
void |
updateStatsUser(long groupId,
long userId,
Date displayDate)
|
| Methods inherited from class com.liferay.portlet.blogs.service.base.BlogsStatsUserLocalServiceBaseImpl |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsStatsUserLocalServiceImpl
public BlogsStatsUserLocalServiceImpl()
deleteStatsUser
public void deleteStatsUser(BlogsStatsUser statsUsers)
deleteStatsUser
public void deleteStatsUser(long statsUserId)
throws PortalException
- Throws:
PortalException
deleteStatsUserByGroupId
public void deleteStatsUserByGroupId(long groupId)
deleteStatsUserByUserId
public void deleteStatsUserByUserId(long userId)
getCompanyStatsUsers
public List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end)
getCompanyStatsUsers
public List<BlogsStatsUser> getCompanyStatsUsers(long companyId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
getCompanyStatsUsersCount
public int getCompanyStatsUsersCount(long companyId)
getGroupsStatsUsers
public List<BlogsStatsUser> getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
getGroupStatsUsers
public List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
getGroupStatsUsers
public List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
getGroupStatsUsersCount
public int getGroupStatsUsersCount(long groupId)
getOrganizationStatsUsers
public List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
getOrganizationStatsUsers
public List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end,
OrderByComparator<BlogsStatsUser> obc)
getOrganizationStatsUsersCount
public int getOrganizationStatsUsersCount(long organizationId)
getStatsUser
public BlogsStatsUser getStatsUser(long groupId,
long userId)
throws PortalException
- Throws:
PortalException
updateStatsUser
public void updateStatsUser(long groupId,
long userId)
throws PortalException
- Throws:
PortalException
updateStatsUser
public void updateStatsUser(long groupId,
long userId,
Date displayDate)
throws PortalException
- Throws:
PortalException