Uses of Class
com.jalios.jcms.analytics.metric.AbstractReportMetric

Packages that use AbstractReportMetric
com.jalios.jcms.analytics   
com.jalios.jcms.analytics.agent   
com.jalios.jcms.analytics.metric   
 

Uses of AbstractReportMetric in com.jalios.jcms.analytics
 

Methods in com.jalios.jcms.analytics that return types with arguments of type AbstractReportMetric
static Set<AbstractReportMetric> AnalyticsManager.aggregateAllUrid(Set<AbstractReportMetric> originalSet, Class<? extends AbstractReportMetric> clazz)
          Aggregate all urid report in global report (day by day)
static Set<AbstractReportMetric> AbstractStatisticAgent.getMetricObjectSet(Workspace workspace, Date startDate, Date endDate, String urid, Class<? extends AbstractReportMetric> clazz)
           
abstract  Class<? extends AbstractReportMetric> AbstractStatisticAgent.getReportMetricClass()
           
static Set<AbstractReportMetric> AbstractStatisticAgent.getWorkspacesMetricObjectSet(Date startDate, Date endDate, String urid, Class<? extends AbstractReportMetric> clazz)
           
 

Methods in com.jalios.jcms.analytics with parameters of type AbstractReportMetric
 int AbstractStatisticAgent.AbstractReportMetricComparator.compare(AbstractReportMetric o1, AbstractReportMetric o2)
           
abstract  boolean AbstractStatisticAgent.endAnalyze(AbstractReportMetric reportMetric, StatisticContext context)
           
 

Method parameters in com.jalios.jcms.analytics with type arguments of type AbstractReportMetric
static Set<AbstractReportMetric> AnalyticsManager.aggregateAllUrid(Set<AbstractReportMetric> originalSet, Class<? extends AbstractReportMetric> clazz)
          Aggregate all urid report in global report (day by day)
static Set<AbstractReportMetric> AnalyticsManager.aggregateAllUrid(Set<AbstractReportMetric> originalSet, Class<? extends AbstractReportMetric> clazz)
          Aggregate all urid report in global report (day by day)
static void AnalyticsManager.completeMetricObjectSet(Set<AbstractReportMetric> originalSet, Date startDate, Date endDate, Locale locale, Class<? extends AbstractReportMetric> clazz)
          Update the provided set with some empty report metric instance if any are missing in specified interval
static void AnalyticsManager.completeMetricObjectSet(Set<AbstractReportMetric> originalSet, Date startDate, Date endDate, Locale locale, Class<? extends AbstractReportMetric> clazz)
          Update the provided set with some empty report metric instance if any are missing in specified interval
static Set<AbstractReportMetric> AbstractStatisticAgent.getMetricObjectSet(Workspace workspace, Date startDate, Date endDate, String urid, Class<? extends AbstractReportMetric> clazz)
           
static Set<AbstractReportMetric> AbstractStatisticAgent.getWorkspacesMetricObjectSet(Date startDate, Date endDate, String urid, Class<? extends AbstractReportMetric> clazz)
           
static void AnalyticsManager.removeToDayMetric(Set<AbstractReportMetric> originalSet)
          Remove today metric, because this metric is not done.
 

Uses of AbstractReportMetric in com.jalios.jcms.analytics.agent
 

Methods in com.jalios.jcms.analytics.agent that return types with arguments of type AbstractReportMetric
 Class<? extends AbstractReportMetric> WriteReportAgent.getReportMetricClass()
           
 Class<? extends AbstractReportMetric> TechnicalReportAgent.getReportMetricClass()
           
 Class<? extends AbstractReportMetric> SearchReportAgent.getReportMetricClass()
           
 Class<? extends AbstractReportMetric> DayAccessAgent.getReportMetricClass()
           
 Class<? extends AbstractReportMetric> AdminReportAgent.getReportMetricClass()
           
 Class<? extends AbstractReportMetric> AccountReportAgent.getReportMetricClass()
           
 

Methods in com.jalios.jcms.analytics.agent with parameters of type AbstractReportMetric
 boolean WriteReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean TechnicalReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean SearchReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean DayAccessAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean AdminReportAgent.endAnalyze(AbstractReportMetric abstractReportMetric, StatisticContext context)
           
 boolean AccountReportAgent.endAnalyze(AbstractReportMetric reportMetric, StatisticContext context)
           
 

Uses of AbstractReportMetric in com.jalios.jcms.analytics.metric
 

Subclasses of AbstractReportMetric in com.jalios.jcms.analytics.metric
 class AccessReportMetric
           
 class AccountReportMetric
           
 class AdminReportMetric
           
 class SearchReportMetric
           
 class TechnicalReportMetric
           
 class WriteReportMetric
           
 

Methods in com.jalios.jcms.analytics.metric with parameters of type AbstractReportMetric
 void WriteReportMetric.aggregateUridData(AbstractReportMetric metric)
           
 void TechnicalReportMetric.aggregateUridData(AbstractReportMetric metric)
           
 void SearchReportMetric.aggregateUridData(AbstractReportMetric metric)
           
 void AdminReportMetric.aggregateUridData(AbstractReportMetric metric)
           
 void AccountReportMetric.aggregateUridData(AbstractReportMetric metric)
           
 void AccessReportMetric.aggregateUridData(AbstractReportMetric metric)
           
abstract  void AbstractReportMetric.aggregateUridData(AbstractReportMetric metric)
          Aggregate a metric to this one (to provide aggregated metrics like global from uri's)
 

Method parameters in com.jalios.jcms.analytics.metric with type arguments of type AbstractReportMetric
 void WriteReportMetric.checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
           
 void TechnicalReportMetric.checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
           
 void SearchReportMetric.checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
           
 void AdminReportMetric.checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
           
 void AccountReportMetric.checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
           
 void AccessReportMetric.checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
           
abstract  void AbstractReportMetric.checkAbsoluteMetrics(List<AbstractReportMetric> previousReportList)
          Check "photo" indicator in this metric.
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.