Uses of Class
com.randomcoder.tag.TagStatistics

Packages that use TagStatistics
com.randomcoder.tag Tag-management classes. 
 

Uses of TagStatistics in com.randomcoder.tag
 

Subclasses of TagStatistics in com.randomcoder.tag
 class TagCloudEntry
          Statisitics for Tag instances with extensions for creating tag clouds.
 

Methods in com.randomcoder.tag that return types with arguments of type TagStatistics
 List<TagStatistics> TagDaoImpl.queryAllTagStatistics()
           
 List<TagStatistics> TagDaoBase.queryAllTagStatistics()
          Lists all Tag statistics.
 List<TagStatistics> TagDaoImpl.queryAllTagStatisticsInRange(int start, int limit)
           
 List<TagStatistics> TagDaoBase.queryAllTagStatisticsInRange(int start, int limit)
          Lists all Tag statistics in range.
 

Constructors in com.randomcoder.tag with parameters of type TagStatistics
TagCloudEntry(TagStatistics stat, int maximumArticleCount)
          Creates a Tag cloud entry from the given statistics
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.