Uses of Class
com.xpn.xwiki.stats.impl.StatsUtil.PeriodType
-
Packages that use StatsUtil.PeriodType Package Description com.xpn.xwiki.stats.impl com.xpn.xwiki.stats.impl.xwiki -
-
Uses of StatsUtil.PeriodType in com.xpn.xwiki.stats.impl
Methods in com.xpn.xwiki.stats.impl that return StatsUtil.PeriodType Modifier and Type Method Description static StatsUtil.PeriodType
StatsUtil.PeriodType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatsUtil.PeriodType[]
StatsUtil.PeriodType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xpn.xwiki.stats.impl with parameters of type StatsUtil.PeriodType Modifier and Type Method Description static int
StatsUtil. getPeriodAsInt(Date date, StatsUtil.PeriodType type)
Constructors in com.xpn.xwiki.stats.impl with parameters of type StatsUtil.PeriodType Constructor Description DocumentStats(String docName, String action, Date periodDate, StatsUtil.PeriodType periodType)
RefererStats(String docName, String referer, Date periodDate, StatsUtil.PeriodType periodType)
VisitStats(String user, String uniqueID, String cookie, String ip, String userAgent, Date startDate, StatsUtil.PeriodType periodType)
XWikiStats(Date periodDate, StatsUtil.PeriodType periodtype)
-
Uses of StatsUtil.PeriodType in com.xpn.xwiki.stats.impl.xwiki
Fields in com.xpn.xwiki.stats.impl.xwiki declared as StatsUtil.PeriodType Modifier and Type Field Description protected StatsUtil.PeriodType
AbstractStatsStoreItem. periodType
The period type.Constructors in com.xpn.xwiki.stats.impl.xwiki with parameters of type StatsUtil.PeriodType Constructor Description AbstractStatsStoreItem(String name, Date periodDate, StatsUtil.PeriodType periodType, XWikiContext context)
DocumentStatsStoreItem(String name, Date periodDate, StatsUtil.PeriodType periodType, String action, boolean isVisit, XWikiContext context)
Create new instance ofDocumentStatsStoreItem
.RefererStatsStoreItem(String name, Date periodDate, StatsUtil.PeriodType periodType, String referer, XWikiContext context)
Create new instance ofRefererStatsStoreItem
.
-