Class BlogsStatsUserLocalServiceUtil

java.lang.Object
com.liferay.blogs.service.BlogsStatsUserLocalServiceUtil

public class BlogsStatsUserLocalServiceUtil extends Object
Provides the local service utility for BlogsStatsUser. This utility wraps com.liferay.blogs.service.impl.BlogsStatsUserLocalServiceImpl and is an access point for service operations in application layer code running on the local server. 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:
  • Constructor Details

    • BlogsStatsUserLocalServiceUtil

      public BlogsStatsUserLocalServiceUtil()
  • Method Details

    • getGroupsStatsUsers

      public static List<BlogsStatsUser> getGroupsStatsUsers(long companyId, long groupId, int start, int end)
    • getGroupStatsUsers

      public static List<BlogsStatsUser> getGroupStatsUsers(long groupId, int start, int end)
    • getOrganizationStatsUsers

      public static List<BlogsStatsUser> getOrganizationStatsUsers(long organizationId, int start, int end)
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • getStatsUser

      public static BlogsStatsUser getStatsUser(long groupId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static BlogsStatsUserLocalService getService()