Liferay 6.2.0-ce-b3

com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut

All Superinterfaces:
AuditedModel, BaseModel<DLFileShortcut>, ClassedModel, Cloneable, Comparable<DLFileShortcut>, DLFileShortcutModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, WorkflowedModel
All Known Implementing Classes:
DLFileShortcutBaseImpl, DLFileShortcutImpl, 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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 Folder getFolder()
           
 String getToTitle()
           
 DLFolder getTrashContainer()
           
 boolean isInHiddenFolder()
           
 boolean isInTrashContainer()
           
 
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, getUserId, getUserName, getUserUuid, getUuid, hashCode, isActive, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isInTrash, isNew, isPending, isScheduled, setActive, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFileEntryId, 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

getFolder

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

getToTitle

String getToTitle()

getTrashContainer

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

isInHiddenFolder

boolean isInHiddenFolder()

isInTrashContainer

boolean isInTrashContainer()
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0-ce-b3