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
| 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 |
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()