Package com.liferay.sharing.model
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<SharingEntry,Long> -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasSharingPermission(SharingEntryAction sharingEntryAction) Returnstrueif the sharing entry has the sharing entry action.Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.sharing.model.SharingEntryModel
cloneWithOriginalValues, getActionIds, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpirationDate, getExternalReferenceCode, getGroupId, getModifiedDate, getPrimaryKey, getShareable, getSharingEntryId, getToUserGroupId, getToUserId, getToUserUuid, getUserId, getUserName, getUserUuid, getUuid, isShareable, setActionIds, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpirationDate, setExternalReferenceCode, setGroupId, setModifiedDate, setPrimaryKey, setShareable, setSharingEntryId, setToUserGroupId, setToUserId, setToUserUuid, setUserId, setUserName, setUserUuid, setUuid, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Field Details
-
SHARING_ENTRY_ID_ACCESSOR
-
-
Method Details
-
hasSharingPermission
Returnstrueif the sharing entry has the sharing entry action.- Parameters:
sharingEntryAction- the sharing entry action- Returns:
trueif the sharing entry has the sharing entry action;falseotherwise
-