Uses of Class
org.opencms.db.CmsVisitEntry
Package
Description
Generic (ANSI-SQL) implementation of the OpenCms database connector.
-
Uses of CmsVisitEntry in org.opencms.db.generic
Modifier and TypeMethodDescriptionprotected CmsVisitEntry
CmsSubscriptionDriver.internalReadVisitEntry
(ResultSet res) Creates a newCmsVisitEntry
object from the given result set entry.Modifier and TypeMethodDescriptionCmsSubscriptionDriver.readVisits
(CmsDbContext dbc, String poolName, CmsVisitEntryFilter filter) ReadsCmsVisitEntry
objects from the database.Modifier and TypeMethodDescriptionprotected void
CmsSubscriptionDriver.addVisit
(CmsDbContext dbc, String poolName, CmsVisitEntry visit) Adds an entry to the table of visits.