public class RefererStatsStoreItem extends AbstractStatsStoreItem
context, name, period, periodDate, periodType
Constructor and Description |
---|
RefererStatsStoreItem(String name,
Date periodDate,
StatsUtil.PeriodType periodType,
String referer,
XWikiContext context)
Create new instance of
RefererStatsStoreItem . |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
void |
storeInternal(List<XWikiStatsStoreItem> stats)
Store provided statistics into the database.
|
store
public RefererStatsStoreItem(String name, Date periodDate, StatsUtil.PeriodType periodType, String referer, XWikiContext context)
RefererStatsStoreItem
.name
- the full name of the document.periodDate
- the period date.periodType
- the period type.referer
- the referer.context
- the XWiki context.public String getId()
public void storeInternal(List<XWikiStatsStoreItem> stats)
AbstractStatsStoreItem
storeInternal
in class AbstractStatsStoreItem
stats
- the list of statistics item to store.Copyright © 2004–2022 XWiki. All rights reserved.