Liferay 6.2.0-ce-rc3

com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut

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

public interface DLFileShortcut
extends DLFileShortcutModel, PersistedModel

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, DLFileShortcutImpl, DLFileShortcutModelImpl

Method Summary
 String buildTreePath()
           
 DLFolder getDLFolder()
           
 Folder getFolder()
           
 String getToTitle()
           
 DLFolder getTrashContainer()
           
 boolean isInHiddenFolder()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileShortcutModel
clone, compareTo, getActive, getApproved, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, 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, isNew, isPending, isScheduled, setActive, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, 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, 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
 

Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getDLFolder

DLFolder getDLFolder()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getFolder

Folder getFolder()
                 throws PortalException,
                        SystemException
Throws:
PortalException
SystemException

getToTitle

String getToTitle()

getTrashContainer

DLFolder getTrashContainer()
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

isInHiddenFolder

boolean isInHiddenFolder()

Liferay 6.2.0-ce-rc3