Uploaded image for project: 'PUBLIC - Liferay Portal Enterprise Edition'
  1. PUBLIC - Liferay Portal Enterprise Edition
  2. LPE-1018

New method to get the number of message board post across all communities

Details

    Description

      A new method has been added to MBStatsUserLocalService that returns the total number of message board post by a user across all communities/organizations. The new method is:

      public int getMessageCountByUserId(long userId)

      As part of this improvement, the following methods in MBStatsUserLocalService has been deprecated:

      public void deleteStatsUserByGroupId(long groupId)
      public void deleteStatsUserByUserId(long userId)
      public List<MBStatsUser> getStatsUsers(long groupId, int start, int end)
      public int getStatsUsersCount(long groupId)

      Please use the following methods instead:

      public void deleteStatsUsersByGroupId(long groupId)
      public void deleteStatsUsersByUserId(long userId)
      public List<MBStatsUser> getStatsUsersByGroupId(long groupId, int start, int end)
      public int getStatsUsersByGroupIdCount(long groupId)

      Attachments

        Issue Links

          Activity

            People

              support-ee EE Support
              samuel.kong Samuel Kong
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Packages

                  Version Package
                  5.1 EE SP3 (5.1.6)
                  5.2 EE SP1 (5.2.5)