|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||