com.liferay.portlet.documentlibrary.model
Interface DLFolder
- All Superinterfaces:
- BaseModel<DLFolder>, java.lang.Cloneable, java.lang.Comparable<DLFolder>, DLFolderModel, java.io.Serializable
- All Known Implementing Classes:
- DLFolderWrapper
public interface DLFolder
- extends DLFolderModel
The model interface for the DLFolder service. Represents a row in the "DLFolder" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a d l folder model instance should use the DLFolder interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFolderModel,
com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl,
com.liferay.portlet.documentlibrary.model.impl.DLFolderModelImpl- Generated:
| 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, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString |
getAncestors
java.util.List<DLFolder> getAncestors()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getParentFolder
DLFolder getParentFolder()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPath
java.lang.String getPath()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getPathArray
java.lang.String[] getPathArray()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasLock
boolean hasLock(long userId)
isLocked
boolean isLocked()
isRoot
boolean isRoot()