@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
BlogsStatsUserLocalServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.util.List<BlogsStatsUser> |
getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getGroupStatsUsers(long groupId,
int start,
int end) |
java.util.List<BlogsStatsUser> |
getOrganizationStatsUsers(long organizationId,
int start,
int end) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
BlogsStatsUser |
getStatsUser(long groupId,
long userId) |
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BlogsStatsUser> getGroupsStatsUsers(long companyId,
long groupId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BlogsStatsUser> getGroupStatsUsers(long groupId,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId,
int start,
int end)
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
BlogsStatsUser getStatsUser(long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException