com.jalios.jcms.analytics.metric
Class SearchReportMetric
java.lang.Object
com.jalios.jcms.analytics.metric.AbstractReportMetric
com.jalios.jcms.analytics.metric.SearchReportMetric
- All Implemented Interfaces:
- DBData, Serializable
public class SearchReportMetric
- extends AbstractReportMetric
- See Also:
- Serialized Form
Methods inherited from class com.jalios.jcms.analytics.metric.AbstractReportMetric |
getEndDate, getReportDate, getRowId, getStartDate, getUrid, getWorkspaceId, setEndDate, setReportDate, setRowId, setStartDate, setUrid, setWorkspaceId |
SearchReportMetric
public SearchReportMetric()
getAcSearchCount
public int getAcSearchCount()
setAcSearchCount
public void setAcSearchCount(int acSearchCount)
getSearchCount
public int getSearchCount()
setSearchCount
public void setSearchCount(int searchCount)
getTextTop
public Map<String,Integer> getTextTop()
setTextTop
public void setTextTop(Map<String,Integer> textTop)
initializeDBDataCollections
public void initializeDBDataCollections()
- Overrides:
initializeDBDataCollections
in class AbstractReportMetric
toString
public String toString()
- Overrides:
toString
in class Object
aggregateUridData
public void aggregateUridData(AbstractReportMetric metric)
- Description copied from class:
AbstractReportMetric
- Aggregate a metric to this one (to provide aggregated metrics like global from uri's)
- Specified by:
aggregateUridData
in class AbstractReportMetric
- Parameters:
metric
- the metric to add
checkAbsoluteMetrics
public void checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
- Description copied from class:
AbstractReportMetric
- Check "photo" indicator in this metric. If the photo indicator is missing, value can sometimes be computed from previous metrics.
- Specified by:
checkAbsoluteMetrics
in class AbstractReportMetric
- Parameters:
previousReportList
- List
of previous AbstractReportMetric
Copyright © 2001-2010 Jalios SA. All Rights Reserved.