Package com.liferay.blogs.service
Interface BlogsStatsUserLocalService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseLocalService
- All Known Implementing Classes:
BlogsStatsUserLocalServiceWrapper
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface BlogsStatsUserLocalService
extends com.liferay.portal.kernel.service.BaseLocalService
Provides the local service interface for BlogsStatsUser. 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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupsStatsUsers
(long companyId, long groupId, int start, int end) getGroupStatsUsers
(long groupId, int start, int end) getOrganizationStatsUsers
(long organizationId, int start, int end) Returns the OSGi service identifier.getStatsUser
(long groupId, long userId)
-
Method Details
-
getGroupsStatsUsers
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsStatsUser> getGroupsStatsUsers(long companyId, long groupId, int start, int end) -
getGroupStatsUsers
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end) -
getOrganizationStatsUsers
@Transactional(propagation=SUPPORTS, readOnly=true) List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end) -
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
getStatsUser
@Transactional(propagation=SUPPORTS, readOnly=true) BlogsStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-