Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut

All Superinterfaces:
AuditedModel, BaseModel<DLFileShortcut>, ClassedModel, Cloneable, Comparable<DLFileShortcut>, DLFileShortcutModel, GroupedModel, PersistedModel, Serializable, ShardedModel, StagedGroupedModel, StagedModel, TrashedModel, TreeModel, WorkflowedModel
All Known Implementing Classes:
DLFileShortcutWrapper

@ProviderType
public interface DLFileShortcut
extends DLFileShortcutModel, PersistedModel, TreeModel

The extended model interface for the DLFileShortcut service. Represents a row in the "DLFileShortcut" database table, with each column mapped to a property of this class.

See Also:
DLFileShortcutModel, com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl, com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl

Field Summary
static Accessor<DLFileShortcut,Long> FILE_SHORTCUT_ID_ACCESSOR
           
 
Method Summary
 String buildTreePath()
           
 DLFolder getDLFolder()
           
 FileVersion getFileVersion()
           
 Folder getFolder()
           
 String getToTitle()
           
 boolean isInHiddenFolder()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileShortcutModel
clone, compareTo, getActive, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getLastPublishDate, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFileEntryId, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isNew, isPending, isScheduled, setActive, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setLastPublishDate, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFileEntryId, setTreePath, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 
Methods inherited from interface com.liferay.portal.model.TreeModel
getPrimaryKeyObj, getTreePath, updateTreePath
 

Field Detail

FILE_SHORTCUT_ID_ACCESSOR

static final Accessor<DLFileShortcut,Long> FILE_SHORTCUT_ID_ACCESSOR
Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException
Specified by:
buildTreePath in interface TreeModel
Throws:
PortalException

getDLFolder

DLFolder getDLFolder()
                     throws PortalException
Throws:
PortalException

getFileVersion

FileVersion getFileVersion()
                           throws PortalException
Throws:
PortalException

getFolder

Folder getFolder()
                 throws PortalException
Throws:
PortalException

getToTitle

String getToTitle()

isInHiddenFolder

boolean isInHiddenFolder()

Liferay 7.0-ce-b4