com.stratelia.silverpeas.silverstatistics.control
Class SilverStatisticsManagerDAO

java.lang.Object
  extended by com.stratelia.silverpeas.silverstatistics.control.SilverStatisticsManagerDAO

public class SilverStatisticsManagerDAO
extends Object

This is the DAO Object for purge, agregat on the month

Author:
sleroux

Constructor Summary
SilverStatisticsManagerDAO()
           
 
Method Summary
static void makeStatAllCumul(StatisticsConfig conf)
          Method declaration
static void makeStatCumul(Connection con, StatType statsType, StatisticsConfig conf)
          Method declaration
static void putDataStatsCumul(Connection con, StatType statsType, List<String> valueKeys, StatisticsConfig conf)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilverStatisticsManagerDAO

public SilverStatisticsManagerDAO()
Method Detail

putDataStatsCumul

public static void putDataStatsCumul(Connection con,
                                     StatType statsType,
                                     List<String> valueKeys,
                                     StatisticsConfig conf)
                              throws SQLException
Method declaration

Parameters:
con -
statsType -
valueKeys -
conf -
Throws:
SQLException
IOException
See Also:

makeStatCumul

public static void makeStatCumul(Connection con,
                                 StatType statsType,
                                 StatisticsConfig conf)
                          throws SQLException
Method declaration

Parameters:
con -
statsType -
conf -
Throws:
SQLException
See Also:

makeStatAllCumul

public static void makeStatAllCumul(StatisticsConfig conf)
Method declaration

Parameters:
conf -


Copyright © 2016 Silverpeas. All Rights Reserved.