Class SilverStatisticsDAO
- java.lang.Object
-
- org.silverpeas.core.silverstatistics.volume.dao.AbstractSilverStatisticsDAO
-
- org.silverpeas.core.silverstatistics.volume.dao.SilverStatisticsDAO
-
public class SilverStatisticsDAO extends AbstractSilverStatisticsDAO
This is the feeding statistics DAO Object- Author:
- sleroux
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.silverpeas.core.silverstatistics.volume.dao.AbstractSilverStatisticsDAO
AbstractSilverStatisticsDAO.Statements
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
putDataStats(Connection con, StatType type, List<String> valueKeys, StatisticsConfig conf)
Update or insert statistic inside statistic table defined inside conf parameter-
Methods inherited from class org.silverpeas.core.silverstatistics.volume.dao.AbstractSilverStatisticsDAO
computeStatements, insertData
-
-
-
-
Method Detail
-
putDataStats
public static void putDataStats(Connection con, StatType type, List<String> valueKeys, StatisticsConfig conf) throws SQLException
Update or insert statistic inside statistic table defined inside conf parameter- Parameters:
con
- the database connectiontype
- the statistic typevalueKeys
- the value keysconf
- the statistics configuration- Throws:
SQLException
- if error occurs with the datasource
-
-