Uses of Class
com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
-
-
Uses of LabelSearchResult in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type LabelSearchResult Modifier and Type Method Description List<LabelSearchResult>CachingLabelManager. getMostPopularLabels()List<LabelSearchResult>CachingLabelManager. getMostPopularLabels(int maxResults)List<LabelSearchResult>CachingLabelManager. getMostPopularLabelsInSpace(String key)List<LabelSearchResult>CachingLabelManager. getMostPopularLabelsInSpace(String spaceKey, int maxResults) -
Uses of LabelSearchResult in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return types with arguments of type LabelSearchResult Modifier and Type Method Description List<LabelSearchResult>DefaultLabelManager. getMostPopularLabels()List<LabelSearchResult>DefaultLabelManager. getMostPopularLabels(int count)List<LabelSearchResult>LabelManager. getMostPopularLabels()Retrieve the list of the DEFAULT_LABEL_COUNT most popular labels within the system.List<LabelSearchResult>LabelManager. getMostPopularLabels(int maxResults)Retrieve the most popular labels within the system.List<LabelSearchResult>DefaultLabelManager. getMostPopularLabelsInSpace(String key)List<LabelSearchResult>DefaultLabelManager. getMostPopularLabelsInSpace(String key, int count)List<LabelSearchResult>LabelManager. getMostPopularLabelsInSpace(String key)Retrieve the list of the DEFAULT_LABEL_COUNT most used labels in the specific space, ordered from most popular to least popular.List<LabelSearchResult>LabelManager. getMostPopularLabelsInSpace(String key, int maxResults)Retrieve a list of the 'n' most used labels in the specified space, ordered from most popular to least popular. -
Uses of LabelSearchResult in com.atlassian.confluence.labels.dto
Constructors in com.atlassian.confluence.labels.dto with parameters of type LabelSearchResult Constructor Description LiteLabelSearchResult(LabelSearchResult labelSearchResult) -
Uses of LabelSearchResult in com.atlassian.confluence.labels.persistence.dao
Subclasses of LabelSearchResult in com.atlassian.confluence.labels.persistence.dao Modifier and Type Class Description classRankedLabelSearchResultSimple helper object that associates a Label with a 'rank' value.Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type LabelSearchResult Modifier and Type Method Description List<LabelSearchResult>LabelDao. findMostPopular(String namespace, int maxResults)Find the most popular labels.List<LabelSearchResult>LabelDao. findMostPopularBySpace(String namespace, String key, int maxResults)Find the most popular labels in the specified space.Constructors in com.atlassian.confluence.labels.persistence.dao with parameters of type LabelSearchResult Constructor Description RankedLabelSearchResult(LabelSearchResult other, int rank) -
Uses of LabelSearchResult in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type LabelSearchResult Modifier and Type Method Description List<LabelSearchResult>HibernateLabelDao. findMostPopular(String namespace, int maxResults)List<LabelSearchResult>HibernateLabelDao. findMostPopularBySpace(String namespace, String spaceKey, int maxResults)
-