Class CmsVisitEntry

java.lang.Object
org.opencms.db.CmsVisitEntry

public class CmsVisitEntry extends Object
A bean which represents a user having visited a page.

Since:
8.0.0
  • Constructor Details

    • CmsVisitEntry

      public CmsVisitEntry(CmsDbContext dbc, CmsUUID structureId)
      Public constructor, will use the current time for time stamp.

      Parameters:
      dbc - the current database context with the current user
      structureId - the structure id
    • CmsVisitEntry

      public CmsVisitEntry(CmsUUID userId, long date, CmsUUID structureId)
      Public constructor.

      Parameters:
      userId - the user id
      date - the date in milliseconds
      structureId - the structure id
  • Method Details