public class BlogPostStatisticsDTO extends Object
BlogPostDao.getBlogPostStatistics()
Constructor and Description |
---|
BlogPostStatisticsDTO(int allBlogsCount,
int currentBlogsCount,
int draftBlogsCount,
int blogsWithUnpublishedChangesCount) |
Modifier and Type | Method and Description |
---|---|
int |
getAllBlogsCount() |
int |
getBlogsWithUnpublishedChangesCount() |
int |
getCurrentBlogsCount() |
int |
getDraftBlogsCount() |
Copyright © 2003–2020 Atlassian. All rights reserved.