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