Liferay 6.2.0-ce-rc1

com.liferay.portlet.documentlibrary.model
Interface DLFolder

All Superinterfaces:
AuditedModel, BaseModel<DLFolder>, ClassedModel, Cloneable, Comparable<DLFolder>, ContainerModel, DLFolderModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel, TrashedModel, WorkflowedModel
All Known Implementing Classes:
DLFolderWrapper

public interface DLFolder
extends DLFolderModel, PersistedModel

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

See Also:
DLFolderModel, DLFolderImpl, DLFolderModelImpl

Method Summary
 String buildTreePath()
           
 List<Long> getAncestorFolderIds()
           
 List<DLFolder> getAncestors()
           
 DLFolder getParentFolder()
           
 String getPath()
           
 String[] getPathArray()
           
 DLFolder getTrashContainer()
           
 boolean hasInheritableLock()
           
 boolean hasLock()
           
 boolean isInHiddenFolder()
           
 boolean isLocked()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFolderModel
clone, compareTo, getApproved, getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDefaultFileEntryTypeId, getDescription, getExpandoBridge, getFolderId, getGroupId, getHidden, getLastPostDate, getModifiedDate, getMountPoint, getName, getOverrideFileEntryTypes, getParentContainerModelId, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isHidden, isInactive, isIncomplete, isInTrash, isInTrashContainer, isMountPoint, isNew, isOverrideFileEntryTypes, isPending, isScheduled, setCachedModel, setCompanyId, setContainerModelId, setCreateDate, setDefaultFileEntryTypeId, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setFolderId, setGroupId, setHidden, setLastPostDate, setModifiedDate, setMountPoint, setName, setNew, setOverrideFileEntryTypes, setParentContainerModelId, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, 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.ContainerModel
getModelClass, getModelClassName
 
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

getAncestorFolderIds

List<Long> getAncestorFolderIds()
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

getAncestors

List<DLFolder> getAncestors()
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

getParentFolder

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

getPath

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

getPathArray

String[] getPathArray()
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

getTrashContainer

DLFolder getTrashContainer()

hasInheritableLock

boolean hasInheritableLock()

hasLock

boolean hasLock()

isInHiddenFolder

boolean isInHiddenFolder()

isLocked

boolean isLocked()

isRoot

boolean isRoot()

Liferay 6.2.0-ce-rc1