com.day.cq.search.impl.misc
Class TrendsImpl
java.lang.Object
com.day.cq.search.impl.misc.TrendsImpl
- All Implemented Interfaces:
- Trends
public class TrendsImpl
- extends Object
- implements Trends
TrendsImpl...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrendsImpl
public TrendsImpl(StatisticsService statService)
getQueries
public List<Trends.Query> getQueries()
throws RepositoryException
- Specified by:
getQueries in interface Trends
- Throws:
RepositoryException
getMinSize
public int getMinSize()
- Specified by:
getMinSize in interface Trends
- Returns:
- the minimum font size
setMinSize
public void setMinSize(int minSize)
- Specified by:
setMinSize in interface Trends
- Parameters:
minSize - the new minimal font size
getMaxSize
public int getMaxSize()
- Specified by:
getMaxSize in interface Trends
- Returns:
- the maximum font size.
setMaxSize
public void setMaxSize(int maxSize)
- Specified by:
setMaxSize in interface Trends
- Parameters:
maxSize - the new maximum font size.
getMaxQueries
public int getMaxQueries()
- Specified by:
getMaxQueries in interface Trends
- Returns:
- the maximum number of queries to return.
setMaxQueries
public void setMaxQueries(int maxQueries)
- Specified by:
setMaxQueries in interface Trends
- Parameters:
maxQueries - the new maximum number of queries to return.
Copyright © 2009 Day Management AG. All Rights Reserved.