Liferay 7.0-ce-b4

com.liferay.portal.kernel.repository.model
Interface FileShortcut

All Superinterfaces:
AuditedModel, ClassedModel, GroupedModel, RepositoryEntry, RepositoryModel<FileShortcut>, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
FileShortcutProxyBean, FileShortcutWrapper, LiferayFileShortcut

public interface FileShortcut
extends RepositoryEntry, RepositoryModel<FileShortcut>


Method Summary
 boolean containsPermission(PermissionChecker permissionChecker, String actionId)
           
 long getFileShortcutId()
           
 FileVersion getFileVersion()
           
 Folder getFolder()
           
 long getFolderId()
           
 long getRepositoryId()
           
 long getToFileEntryId()
           
 String getToTitle()
           
 
Methods inherited from interface com.liferay.portal.kernel.repository.model.RepositoryEntry
getCompanyId, getCreateDate, getGroupId, getModifiedDate, getUserId, getUserName, getUserUuid
 
Methods inherited from interface com.liferay.portal.kernel.repository.model.RepositoryModel
execute, getAttributes, getModel, getPrimaryKey, isEscapedModel, toEscapedModel, toUnescapedModel
 
Methods inherited from interface com.liferay.portal.model.StagedGroupedModel
getLastPublishDate, setLastPublishDate
 
Methods inherited from interface com.liferay.portal.model.GroupedModel
getGroupId, setGroupId
 
Methods inherited from interface com.liferay.portal.model.AuditedModel
getCompanyId, getCreateDate, getModifiedDate, getUserId, getUserName, getUserUuid, setCompanyId, setCreateDate, setModifiedDate, setUserId, setUserName, setUserUuid
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, setPrimaryKeyObj
 
Methods inherited from interface com.liferay.portal.model.StagedModel
clone, getCompanyId, getCreateDate, getModifiedDate, getStagedModelType, getUuid, setCompanyId, setCreateDate, setModifiedDate, setUuid
 

Method Detail

containsPermission

boolean containsPermission(PermissionChecker permissionChecker,
                           String actionId)
                           throws PortalException
Throws:
PortalException

getFileShortcutId

long getFileShortcutId()

getFileVersion

FileVersion getFileVersion()
                           throws PortalException
Throws:
PortalException

getFolder

Folder getFolder()
                 throws PortalException
Throws:
PortalException

getFolderId

long getFolderId()

getRepositoryId

long getRepositoryId()

getToFileEntryId

long getToFileEntryId()

getToTitle

String getToTitle()

Liferay 7.0-ce-b4