Liferay 6.0-ee-sp2

com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut

All Superinterfaces:
AuditedModel, BaseModel<DLFileShortcut>, ClassedModel, Cloneable, Comparable<DLFileShortcut>, DLFileShortcutModel, GroupedModel, PersistedModel, Serializable, 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
 DLFolder getFolder()
           
 DLFileEntry getToFileEntry()
           
 long getToFolderId()
          Deprecated. getToFileEntry()
 long getToGroupId()
          Deprecated. getToFileEntry()
 String getToName()
          Deprecated. getToFileEntry()
 String getToTitle()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileShortcutModel
clone, compareTo, getApproved, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFileEntryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFileEntryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getFolder

DLFolder getFolder()

getToFileEntry

DLFileEntry getToFileEntry()
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getToFolderId

long getToFolderId()
                   throws PortalException,
                          SystemException
Deprecated. getToFileEntry()

Throws:
PortalException
SystemException

getToGroupId

long getToGroupId()
                  throws PortalException,
                         SystemException
Deprecated. getToFileEntry()

Throws:
PortalException
SystemException

getToName

String getToName()
                 throws PortalException,
                        SystemException
Deprecated. getToFileEntry()

Throws:
PortalException
SystemException

getToTitle

String getToTitle()

Liferay 6.0-ee-sp2