@ProviderType public interface SharingEntry extends PersistedModel, SharingEntryModel
SharingEntryModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<SharingEntry,java.lang.Long> |
SHARING_ENTRY_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasSharingPermission(SharingEntryAction sharingEntryAction)
Returns
true if the sharing entry has the sharing entry action. |
persistgetActionIds, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpirationDate, getGroupId, getModifiedDate, getPrimaryKey, getShareable, getSharingEntryId, getToUserId, getToUserUuid, getUserId, getUserName, getUserUuid, getUuid, isShareable, setActionIds, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpirationDate, setGroupId, setModifiedDate, setPrimaryKey, setShareable, setSharingEntryId, setToUserId, setToUserUuid, setUserId, setUserName, setUserUuid, setUuidclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamestatic final Accessor<SharingEntry,java.lang.Long> SHARING_ENTRY_ID_ACCESSOR
boolean hasSharingPermission(SharingEntryAction sharingEntryAction)
true if the sharing entry has the sharing entry action.sharingEntryAction - the sharing entry actiontrue if the sharing entry has the sharing entry action;
false otherwise