Class MBStatsUserLocalServiceUtil

java.lang.Object
com.liferay.message.boards.service.MBStatsUserLocalServiceUtil

public class MBStatsUserLocalServiceUtil extends Object
Provides the local service utility for MBStatsUser. This utility wraps com.liferay.message.boards.service.impl.MBStatsUserLocalServiceImpl 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

    • MBStatsUserLocalServiceUtil

      public MBStatsUserLocalServiceUtil()
  • Method Details

    • getLastPostDateByUserId

      public static Date getLastPostDateByUserId(long groupId, long userId)
    • getMessageCount

      public static int getMessageCount(long groupId, long userId)
    • getMessageCountByGroupId

      public static long getMessageCountByGroupId(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getMessageCountByUserId

      public static long getMessageCountByUserId(long userId)
    • getOSGiServiceIdentifier

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

      public static List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStatsUsersByGroupIdCount

      public static int getStatsUsersByGroupIdCount(long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getUserRank

      public static String[] getUserRank(long groupId, String languageId, long userId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static MBStatsUserLocalService getService()