|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.silverpeas.silverstatistics.model.StatisticsConfig
public class StatisticsConfig
Class declaration
Constructor Summary | |
---|---|
StatisticsConfig()
Constructor declaration |
Method Summary | |
---|---|
Collection<String> |
getAllKeys(StatType typeOfStats)
Method declaration |
Collection<StatType> |
getAllTypes()
Method declaration |
String |
getKeyType(StatType typeOfStats,
String keyName)
Method declaration |
StatisticMode |
getModeCumul(StatType typeOfStats)
Method declaration |
int |
getNumberOfKeys(StatType idFamilyStats)
Method declaration |
int |
getNumberOfStatsType()
|
int |
getPurge(StatType typeOfStats)
Method declaration |
String |
getTableName(StatType typeOfStats)
Method declaration |
int |
indexOfKey(StatType typeOfStats,
String keyName)
Method declaration |
void |
init()
Method declaration |
void |
initialize(ResourceBundle resource)
|
boolean |
isAsynchron(StatType typeOfStats)
|
boolean |
isCumulKey(StatType typeOfStats,
String keyName)
Method declaration |
boolean |
isExist(StatType idFamilyStats)
Method declaration |
boolean |
isGoodDatas(StatType typeOfStats,
List<?> dataArray)
Method declaration |
boolean |
isRun(StatType typeOfStats)
Method declaration |
boolean |
isValidConfigFile()
Method declaration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticsConfig()
Method Detail |
---|
public void initialize(ResourceBundle resource) throws SilverStatisticsConfigException
SilverStatisticsConfigException
public void init() throws SilverStatisticsConfigException
SilverStatisticsConfigException
public Collection<String> getAllKeys(StatType typeOfStats)
typeOfStats
-
public String getKeyType(StatType typeOfStats, String keyName)
typeOfStats
- keyName
-
public String getTableName(StatType typeOfStats)
typeOfStats
-
public StatisticMode getModeCumul(StatType typeOfStats)
typeOfStats
-
public boolean isRun(StatType typeOfStats)
typeOfStats
-
public boolean isAsynchron(StatType typeOfStats)
public int getNumberOfStatsType()
public boolean isExist(StatType idFamilyStats)
idFamilyStats
-
public int getNumberOfKeys(StatType idFamilyStats)
idFamilyStats
-
public boolean isCumulKey(StatType typeOfStats, String keyName)
typeOfStats
- keyName
-
public int indexOfKey(StatType typeOfStats, String keyName)
StatsType
- keyName
-
public Collection<StatType> getAllTypes()
public int getPurge(StatType typeOfStats)
typeOfStats
-
public boolean isValidConfigFile()
public boolean isGoodDatas(StatType typeOfStats, List<?> dataArray)
typeOfStats
- dataArray
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |