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
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This interface is a model that represents the DLFolder table in the
database.
Customize com.liferay.portlet.documentlibrary.model.impl.DLFolderImpl
and rerun the
ServiceBuilder to generate the new methods.
- 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 |
getPath
java.lang.String getPath()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getPathArray
java.lang.String[] getPathArray()
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
isRoot
boolean isRoot()