Package org.opencms.db
Class CmsVisitEntry
java.lang.Object
org.opencms.db.CmsVisitEntry
A bean which represents a user having visited a page.
- Since:
- 8.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionCmsVisitEntry(CmsDbContext dbc, CmsUUID structureId) Public constructor, will use the current time for time stamp.CmsVisitEntry(CmsUUID userId, long date, CmsUUID structureId) Public constructor. -
Method Summary
-
Constructor Details
-
CmsVisitEntry
Public constructor, will use the current time for time stamp.- Parameters:
dbc- the current database context with the current userstructureId- the structure id
-
CmsVisitEntry
Public constructor.- Parameters:
userId- the user iddate- the date in millisecondsstructureId- the structure id
-
-
Method Details