Package org.sakaiproject.sitestats.impl
Class SitePresenceTotalImpl
- java.lang.Object
-
- org.sakaiproject.sitestats.impl.SitePresenceTotalImpl
-
- All Implemented Interfaces:
Serializable,SitePresenceTotal
public class SitePresenceTotalImpl extends Object implements SitePresenceTotal, Serializable
Like the SitePresence but it includes a total number of visits and when they last visited for a site/user.- See Also:
SitePresence, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SitePresenceTotalImpl(SitePresence sp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidincrementTotalVisits()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sakaiproject.sitestats.api.SitePresenceTotal
getId, getLastVisitTime, getSiteId, getTotalVisits, getUserId, setId, setLastVisitTime, setSiteId, setTotalVisits, setUserId
-
-
-
-
Constructor Detail
-
SitePresenceTotalImpl
public SitePresenceTotalImpl(SitePresence sp)
-
-
Method Detail
-
incrementTotalVisits
public void incrementTotalVisits()
- Specified by:
incrementTotalVisitsin interfaceSitePresenceTotal
-
-