com.liferay.portlet.documentlibrary.model
Interface DLFolder
- All Superinterfaces:
- AuditedModel, BaseModel<DLFolder>, ClassedModel, Cloneable, Comparable<DLFolder>, DLFolderModel, GroupedModel, PersistedModel, Serializable
- All Known Implementing Classes:
- DLFolderBaseImpl, DLFolderImpl, 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
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFolderModel |
clone, compareTo, getCompanyId, getCreateDate, getDefaultFileEntryTypeId, getDescription, getExpandoBridge, getFolderId, getGroupId, getLastPostDate, getModifiedDate, getMountPoint, getName, getOverrideFileEntryTypes, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isMountPoint, isNew, isOverrideFileEntryTypes, setCachedModel, setCompanyId, setCreateDate, setDefaultFileEntryTypeId, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setLastPostDate, setModifiedDate, setMountPoint, setName, setNew, setOverrideFileEntryTypes, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString |
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
hasInheritableLock
boolean hasInheritableLock()
hasLock
boolean hasLock()
isLocked
boolean isLocked()
isRoot
boolean isRoot()