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 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