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 CmsVisitEntryCmsSubscriptionDriver.internalReadVisitEntry(ResultSet res) Creates a newCmsVisitEntryobject 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) ReadsCmsVisitEntryobjects from the database.Methods in org.opencms.db.generic with parameters of type CmsVisitEntryModifier and TypeMethodDescriptionprotected voidCmsSubscriptionDriver.addVisit(CmsDbContext dbc, String poolName, CmsVisitEntry visit) Adds an entry to the table of visits.