@ProviderType public interface SharingEntry extends com.liferay.portal.kernel.model.PersistedModel, SharingEntryModel
SharingEntryModel
Modifier and Type | Field and Description |
---|---|
static com.liferay.portal.kernel.util.Accessor<SharingEntry,java.lang.Long> |
SHARING_ENTRY_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasSharingPermission(SharingEntryAction sharingEntryAction)
Returns
true if the sharing entry has the sharing entry action. |
getActionIds, 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, setUuid
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
static final com.liferay.portal.kernel.util.Accessor<SharingEntry,java.lang.Long> SHARING_ENTRY_ID_ACCESSOR
com.liferay.sharing.model.impl.SharingEntryImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.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