com.liferay.portlet.documentlibrary.model
Interface DLFolder
- All Superinterfaces:
- BaseModel<DLFolder>, Cloneable, Comparable<DLFolder>, DLFolderModel, Serializable
- All Known Implementing Classes:
- DLFolderImpl, 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 DLFolderImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
DLFolderModel,
DLFolderImpl,
DLFolderModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
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()