Uses of Class
com.xpn.xwiki.stats.impl.StatsUtil.PeriodType

Packages that use StatsUtil.PeriodType
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
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
static int StatsUtil.getPeriodAsInt(Date date, StatsUtil.PeriodType type)
          Computes an integer representation of the passed date using the following format: "yyyMMdd" for DAY "yyyMM" for MONTH .
 

Constructors in com.xpn.xwiki.stats.impl with parameters of type StatsUtil.PeriodType
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
protected  StatsUtil.PeriodType AbstractStatsStoreItem.periodType
          The period type.
 

Constructors in com.xpn.xwiki.stats.impl.xwiki with parameters of type StatsUtil.PeriodType
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 of DocumentStatsStoreItem.
RefererStatsStoreItem(String name, Date periodDate, StatsUtil.PeriodType periodType, String referer, XWikiContext context)
          Create new instance of RefererStatsStoreItem.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.