Package com.xpn.xwiki.stats.impl
Class RefererStats
- java.lang.Object
-
- com.xpn.xwiki.objects.BaseElement<R>
-
- com.xpn.xwiki.objects.BaseCollection
-
- com.xpn.xwiki.stats.impl.XWikiStats
-
- com.xpn.xwiki.stats.impl.RefererStats
-
- All Implemented Interfaces:
ElementInterface
,ObjectInterface
,Serializable
,Cloneable
public class RefererStats extends XWikiStats
The referer statistics database object.- Version:
- $Id: 7f2673eb6a0c0268da7a6b5cfb20d50a00aa9a37 $
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RefererStats.Property
The properties of document statistics object.
-
Field Summary
-
Fields inherited from class com.xpn.xwiki.objects.BaseCollection
currentReferenceDocumentReferenceResolver, fields, fieldsToRemove, number, relativeEntityReferenceResolver
-
Fields inherited from class com.xpn.xwiki.objects.BaseElement
documentReference, ownerDocument, referenceCache
-
-
Constructor Summary
Constructors Constructor Description RefererStats()
DefaultRefererStats
constructor.RefererStats(String docName, String referer, Date periodDate, StatsUtil.PeriodType periodType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReferer()
URL
getURL()
void
setReferer(String referer)
-
Methods inherited from class com.xpn.xwiki.stats.impl.XWikiStats
equals, fromXML, getLocalKey, getPageViews, getPeriod, hashCode, incPageViews, setPageViews, setPeriod, toXML
-
Methods inherited from class com.xpn.xwiki.objects.BaseCollection
addField, addPropertyForRemoval, apply, clone, get, getClassName, getCurrentReferenceDocumentReferenceResolver, getCustomMappingMap, getDateValue, getDiff, getDoubleValue, getField, getFieldList, getFieldsToRemove, getFloatValue, getIntValue, getIntValue, getLargeStringValue, getListValue, getLongValue, getNumber, getProperties, getPropertyList, getPropertyNames, getRelativeEntityReferenceResolver, getRelativeXClassReference, getSetValue, getSortedIterator, getStringValue, getXClass, getXClassReference, merge, merge, mergeField, put, removeField, safeget, safeput, setClassName, setDateValue, setDBStringListValue, setDocumentReference, setDoubleValue, setFields, setFieldsToRemove, setFloatValue, setIntValue, setLargeStringValue, setLongValue, setNumber, setOwnerDocument, setSetValue, setStringListValue, setStringValue, setXClassReference, toXML, toXMLString
-
Methods inherited from class com.xpn.xwiki.objects.BaseElement
createReference, fromXML, getDocumentReference, getId, getLocalEntityReferenceSerializer, getLocalization, getLocalUidStringEntityReferenceSerializer, getMergeManager, getName, getOwnerDocument, getPrettyName, getReference, getXWikiContext, localizePlain, localizePlainOrKey, merge, setId, setName, setPrettyName, toString, toXMLString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
getDocumentReference, getName, getReference, merge, setName, toString
-
-
-
-
Constructor Detail
-
RefererStats
public RefererStats()
DefaultRefererStats
constructor.
-
RefererStats
public RefererStats(String docName, String referer, Date periodDate, StatsUtil.PeriodType periodType)
- Parameters:
docName
- the name of the wiki/space/document.referer
- the referer.periodDate
- the date of the period.periodType
- the type of the period.
-
-