Interface SharingEntry

All Superinterfaces:
com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SharingEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<SharingEntry>, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, SharingEntryModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TypedModel
All Known Implementing Classes:
SharingEntryWrapper

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

    • SHARING_ENTRY_ID_ACCESSOR

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

    • hasSharingPermission

      boolean hasSharingPermission(SharingEntryAction sharingEntryAction)
      Returns true if the sharing entry has the sharing entry action.
      Parameters:
      sharingEntryAction - the sharing entry action
      Returns:
      true if the sharing entry has the sharing entry action; false otherwise