Interface BookmarksEntry

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<BookmarksEntry>, BookmarksEntryModel, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<BookmarksEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<BookmarksEntry>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TrashedModel, com.liferay.portal.kernel.model.TreeModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
BookmarksEntryWrapper

@ProviderType public interface BookmarksEntry extends BookmarksEntryModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.TreeModel
The extended model interface for the BookmarksEntry service. Represents a row in the "BookmarksEntry" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • ENTRY_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<BookmarksEntry,Long> ENTRY_ID_ACCESSOR
  • Method Details

    • buildTreePath

      String buildTreePath() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      buildTreePath in interface com.liferay.portal.kernel.model.TreeModel
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFolder

      BookmarksFolder getFolder() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getVisits

      long getVisits()