@ProviderType public interface DLFolder extends DLFolderModel, PersistedModel, TreeModel
DLFolderModel
Modifier and Type | Field and Description |
---|---|
static Accessor<DLFolder,java.lang.Long> |
FOLDER_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Long> |
getAncestorFolderIds() |
java.util.List<DLFolder> |
getAncestors() |
DLFolder |
getParentFolder() |
java.lang.String |
getPath() |
java.lang.String[] |
getPathArray() |
boolean |
hasInheritableLock() |
boolean |
hasLock() |
boolean |
isInHiddenFolder() |
boolean |
isLocked() |
boolean |
isRoot() |
getCompanyId, getContainerModelId, getContainerModelName, getCreateDate, getDefaultFileEntryTypeId, getDescription, getFolderId, getGroupId, getHidden, getLastPostDate, getLastPublishDate, getModifiedDate, getMountPoint, getMvccVersion, getName, getParentContainerModelId, getParentFolderId, getPrimaryKey, getRepositoryId, getRestrictionType, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getTrashEntry, getTrashEntryClassPK, getTrashHandler, getTreePath, getUserId, getUserName, getUserUuid, getUuid, isApproved, isDenied, isDraft, isExpired, isHidden, isInactive, isIncomplete, isInTrash, isInTrashContainer, isInTrashExplicitly, isInTrashImplicitly, isMountPoint, isPending, isScheduled, setCompanyId, setContainerModelId, setCreateDate, setDefaultFileEntryTypeId, setDescription, setFolderId, setGroupId, setHidden, setLastPostDate, setLastPublishDate, setModifiedDate, setMountPoint, setMvccVersion, setName, setParentContainerModelId, setParentFolderId, setPrimaryKey, setRepositoryId, setRestrictionType, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setTreePath, setUserId, setUserName, setUserUuid, setUuid
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
getModelClass, getModelClassName
clone, getStagedModelType
persist
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
static final Accessor<DLFolder,java.lang.Long> FOLDER_ID_ACCESSOR
com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.java.util.List<java.lang.Long> getAncestorFolderIds() throws PortalException
PortalException
java.util.List<DLFolder> getAncestors() throws PortalException
PortalException
DLFolder getParentFolder() throws PortalException
PortalException
java.lang.String getPath() throws PortalException
PortalException
java.lang.String[] getPathArray() throws PortalException
PortalException
boolean hasInheritableLock()
boolean hasLock()
boolean isInHiddenFolder()
boolean isLocked()
boolean isRoot()