com.liferay.portlet.documentlibrary.model
Interface DLFolder
- All Superinterfaces:
- AuditedModel, BaseModel<DLFolder>, ClassedModel, Cloneable, Comparable<DLFolder>, DLFolderModel, GroupedModel, PersistedModel, Serializable
- 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, getCompanyId, getCreateDate, getDescription, getExpandoBridge, getFolderId, getGroupId, getLastPostDate, getModifiedDate, getName, getParentFolderId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setLastPostDate, setModifiedDate, setName, setNew, setParentFolderId, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, 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
hasLock
boolean hasLock(long userId)
isLocked
boolean isLocked()
isRoot
boolean isRoot()