Package com.jalios.jcms.analytics.metric
Class AdminReportMetric
- java.lang.Object
-
- com.jalios.jcms.analytics.metric.AbstractReportMetric
-
- com.jalios.jcms.analytics.metric.AdminReportMetric
-
- All Implemented Interfaces:
DBData,java.io.Serializable
public class AdminReportMetric extends AbstractReportMetric
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdminReportMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaggregateUridData(AbstractReportMetric metric)Aggregate a metric to this one (to provide aggregated metrics like global from uri's)voidcheckAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)Check "photo" indicator in this metric.longgetCsCount()intgetCsCreateCount()intgetCsDeleteCount()intgetCsUpdateCount()longgetDBMbrCount()intgetDBMbrCreateCount()intgetDBMbrDeleteCount()intgetDBMbrUpdateCount()longgetMbrCount()intgetMbrCreateCount()intgetMbrDeleteCount()intgetMbrUpdateCount()longgetQuotaMax()longgetQuotaValue()longgetWsCount()intgetWsCreateCount()intgetWsDeleteCount()intgetWsUpdateCount()voidinitializeDBDataCollections()voidsetCsCount(long csCount)voidsetCsCreateCount(int csCreateCount)voidsetCsDeleteCount(int csDeleteCount)voidsetCsUpdateCount(int csUpdateCount)voidsetDBMbrCount(long DBMbrCount)voidsetDBMbrCreateCount(int DBMbrCreateCount)voidsetDBMbrDeleteCount(int DBMbrDeleteCount)voidsetDBMbrUpdateCount(int DBMbrUpdateCount)voidsetMbrCount(long mbrCount)voidsetMbrCreateCount(int mbrCreateCount)voidsetMbrDeleteCount(int mbrDeleteCount)voidsetMbrUpdateCount(int mbrUpdateCount)voidsetQuotaMax(long quotaMax)voidsetQuotaValue(long quotaValue)voidsetWsCount(long wsCount)voidsetWsCreateCount(int wsCreateCount)voidsetWsDeleteCount(int wsDeleteCount)voidsetWsUpdateCount(int wsUpdateCount)-
Methods inherited from class com.jalios.jcms.analytics.metric.AbstractReportMetric
getEndDate, getReportDate, getRowId, getStartDate, getUrid, getWorkspaceId, setEndDate, setReportDate, setRowId, setStartDate, setUrid, setWorkspaceId
-
-
-
-
Method Detail
-
getMbrCount
public long getMbrCount()
-
setMbrCount
public void setMbrCount(long mbrCount)
-
getMbrCreateCount
public int getMbrCreateCount()
-
setMbrCreateCount
public void setMbrCreateCount(int mbrCreateCount)
-
getMbrUpdateCount
public int getMbrUpdateCount()
-
setMbrUpdateCount
public void setMbrUpdateCount(int mbrUpdateCount)
-
getMbrDeleteCount
public int getMbrDeleteCount()
-
setMbrDeleteCount
public void setMbrDeleteCount(int mbrDeleteCount)
-
getWsCount
public long getWsCount()
-
setWsCount
public void setWsCount(long wsCount)
-
getWsCreateCount
public int getWsCreateCount()
-
setWsCreateCount
public void setWsCreateCount(int wsCreateCount)
-
getWsUpdateCount
public int getWsUpdateCount()
-
setWsUpdateCount
public void setWsUpdateCount(int wsUpdateCount)
-
getWsDeleteCount
public int getWsDeleteCount()
-
setWsDeleteCount
public void setWsDeleteCount(int wsDeleteCount)
-
getCsCount
public long getCsCount()
-
setCsCount
public void setCsCount(long csCount)
-
getCsCreateCount
public int getCsCreateCount()
-
setCsCreateCount
public void setCsCreateCount(int csCreateCount)
-
getCsUpdateCount
public int getCsUpdateCount()
-
setCsUpdateCount
public void setCsUpdateCount(int csUpdateCount)
-
getCsDeleteCount
public int getCsDeleteCount()
-
setCsDeleteCount
public void setCsDeleteCount(int csDeleteCount)
-
getQuotaValue
public long getQuotaValue()
-
setQuotaValue
public void setQuotaValue(long quotaValue)
-
getQuotaMax
public long getQuotaMax()
-
setQuotaMax
public void setQuotaMax(long quotaMax)
-
getDBMbrCount
public long getDBMbrCount()
-
setDBMbrCount
public void setDBMbrCount(long DBMbrCount)
-
getDBMbrCreateCount
public int getDBMbrCreateCount()
-
setDBMbrCreateCount
public void setDBMbrCreateCount(int DBMbrCreateCount)
-
getDBMbrUpdateCount
public int getDBMbrUpdateCount()
-
setDBMbrUpdateCount
public void setDBMbrUpdateCount(int DBMbrUpdateCount)
-
getDBMbrDeleteCount
public int getDBMbrDeleteCount()
-
setDBMbrDeleteCount
public void setDBMbrDeleteCount(int DBMbrDeleteCount)
-
aggregateUridData
public void aggregateUridData(AbstractReportMetric metric)
Description copied from class:AbstractReportMetricAggregate a metric to this one (to provide aggregated metrics like global from uri's)- Specified by:
aggregateUridDatain classAbstractReportMetric- Parameters:
metric- the metric to add
-
checkAbsoluteMetrics
public void checkAbsoluteMetrics(java.util.List<AbstractReportMetric> previousReportList)
Description copied from class:AbstractReportMetricCheck "photo" indicator in this metric. If the photo indicator is missing, value can sometimes be computed from previous metrics.- Specified by:
checkAbsoluteMetricsin classAbstractReportMetric- Parameters:
previousReportList-Listof previousAbstractReportMetric
-
initializeDBDataCollections
public void initializeDBDataCollections()
- Specified by:
initializeDBDataCollectionsin classAbstractReportMetric
-
-