Class BlogPostStatisticsDTO

    • Constructor Detail

      • BlogPostStatisticsDTO

        public BlogPostStatisticsDTO​(int allBlogsCount,
                                     int currentBlogsCount,
                                     int draftBlogsCount,
                                     int blogsWithUnpublishedChangesCount,
                                     int deletedBlogsCount)
    • Method Detail

      • getAllBlogsCount

        public int getAllBlogsCount()
      • getCurrentBlogsCount

        public int getCurrentBlogsCount()
      • getDraftBlogsCount

        public int getDraftBlogsCount()
      • getBlogsWithUnpublishedChangesCount

        public int getBlogsWithUnpublishedChangesCount()
      • getDeletedBlogsCount

        public int getDeletedBlogsCount()
        Returns:
        the count of all deleted blogs. Historical versions of deleted blogs are not counted.
        Since:
        7.14