com.day.cq.search.impl.misc
Class TrendsImpl

java.lang.Object
  extended by com.day.cq.search.impl.misc.TrendsImpl
All Implemented Interfaces:
Trends

public class TrendsImpl
extends Object
implements Trends

TrendsImpl...


Nested Class Summary
static class TrendsImpl.QueryImpl
          Query...
 
Nested classes/interfaces inherited from interface com.day.cq.search.Trends
Trends.Query
 
Constructor Summary
TrendsImpl(StatisticsService statService)
           
 
Method Summary
 int getMaxQueries()
           
 int getMaxSize()
           
 int getMinSize()
           
 List<Trends.Query> getQueries()
           
 void setMaxQueries(int maxQueries)
           
 void setMaxSize(int maxSize)
           
 void setMinSize(int minSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrendsImpl

public TrendsImpl(StatisticsService statService)
Method Detail

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.