Uses of Class
com.atlassian.confluence.pages.BlogPostStatisticsDTO
-
-
Uses of BlogPostStatisticsDTO in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type BlogPostStatisticsDTO Modifier and Type Method Description Optional<BlogPostStatisticsDTO>
DefaultPageManager. getBlogStatistics()
-
Uses of BlogPostStatisticsDTO in com.atlassian.confluence.pages
Methods in com.atlassian.confluence.pages that return types with arguments of type BlogPostStatisticsDTO Modifier and Type Method Description Optional<BlogPostStatisticsDTO>
PageManager. getBlogStatistics()
Fetches statistics about blogs -
Uses of BlogPostStatisticsDTO in com.atlassian.confluence.pages.persistence.dao
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type BlogPostStatisticsDTO Modifier and Type Method Description Optional<BlogPostStatisticsDTO>
BlogPostDao. getBlogPostStatistics()
Fetches statistics about blog posts -
Uses of BlogPostStatisticsDTO in com.atlassian.confluence.pages.persistence.dao.hibernate
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type BlogPostStatisticsDTO Modifier and Type Method Description Optional<BlogPostStatisticsDTO>
HibernateBlogPostDao. getBlogPostStatistics()
-