pulse - the web application framework Get pulse at SourceForge.net. Fast, secure and Free Open Source software downloads Ohloh project report for pulse-java

Uses of Class
org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerConfiguration

Packages that use AbstractStatisticsViewControllerConfiguration
org.torweg.pulse.component.statistics.view Contains the controllers for initialising the statistics west panel within the website administration UI displaying the statistical information within the pulse website administration UIgenerating statistical reports. 
 

Uses of AbstractStatisticsViewControllerConfiguration in org.torweg.pulse.component.statistics.view
 

Classes in org.torweg.pulse.component.statistics.view with type parameters of type AbstractStatisticsViewControllerConfiguration
 class AbstractStatisticsController<T extends AbstractStatisticsViewControllerConfiguration,U extends AbstractStatisticsViewControllerResult<?>>
          Abstract base-class to derive a pulse website administration "view" for the statistics component from.
 class AbstractStatisticsViewController<T extends AbstractStatisticsViewControllerConfiguration,U extends AbstractStatisticsViewControllerResultData,V extends AbstractStatisticsViewControllerResult<U>>
          Abstract base-class to derive a "view" for statistical data from.
 

Subclasses of AbstractStatisticsViewControllerConfiguration in org.torweg.pulse.component.statistics.view
 class GroupAnalysisViewControllerConfiguration
          The Configuration of the GroupAnalysisViewController.
 class GroupAnalysisViewReportControllerConfiguration
          The Configuration of the GroupAnalysisViewReportController.
 class OverViewControllerConfiguration
          The Configuration of the OverViewController.
 class OverViewReportControllerConfiguration
          The configuration of the OverViewReportController.
 class RefererAnalysisViewControllerConfiguration
          The Configuration of the RefererAnalysisViewController.
 class TechnicalInformationViewControllerConfiguration
          The Configuration of the TechnicalInformationViewController.
 class TimeAnalysisViewControllerConfiguration
          The Configuration of the TimeAnalysisViewController .
 class WestPanelControllerConfiguration
          The Configuration for the WestPanelController.
 

Methods in org.torweg.pulse.component.statistics.view that return AbstractStatisticsViewControllerConfiguration
 AbstractStatisticsViewControllerConfiguration AbstractStatisticsViewControllerResult.getConfiguration()
          Returns the AbstractStatisticsViewControllerConfiguration of the AbstractStatisticsViewControllerResult.
 

Methods in org.torweg.pulse.component.statistics.view with parameters of type AbstractStatisticsViewControllerConfiguration
 void AbstractStatisticsController.initialize(AbstractStatisticsViewControllerConfiguration conf)
          Initialises the Controller with the given Configuration.
protected  void AbstractStatisticsViewControllerResult.setConfiguration(AbstractStatisticsViewControllerConfiguration conf)
          Sets the AbstractStatisticsViewControllerConfiguration for the AbstractStatisticsViewControllerResult.